ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* multiple pattern with xmltools.rb
@ 2008-03-02 19:24 Peter Rolf
  2008-03-03 12:19 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Rolf @ 2008-03-02 19:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I tried several variants to use multiple pattern with xmltool. None of 
them worked and looking in the script didn't help either (me_no_ruby).

A (not working) example:

xmltools.rb --dir --pattern={*.png,*.jpg} --output=filelist.xml

I need the filelist as base for the creation of a resource library (xml 
part), so multiple pattern support is a prerequisite here.


Peter
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: multiple pattern with xmltools.rb
  2008-03-02 19:24 multiple pattern with xmltools.rb Peter Rolf
@ 2008-03-03 12:19 ` Hans Hagen
  2008-03-03 13:04   ` Peter Rolf
  2008-03-03 14:42   ` Peter Rolf
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Hagen @ 2008-03-03 12:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Peter Rolf wrote:
> Hi,
> 
> I tried several variants to use multiple pattern with xmltool. None of 
> them worked and looking in the script didn't help either (me_no_ruby).
> 
> A (not working) example:
> 
> xmltools.rb --dir --pattern={*.png,*.jpg} --output=filelist.xml
> 
> I need the filelist as base for the creation of a resource library (xml 
> part), so multiple pattern support is a prerequisite here.

wodks ok here, on vista

maybe you need to quote the argument?

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: multiple pattern with xmltools.rb
  2008-03-03 12:19 ` Hans Hagen
@ 2008-03-03 13:04   ` Peter Rolf
  2008-03-03 14:42   ` Peter Rolf
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Rolf @ 2008-03-03 13:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans Hagen schrieb:
> Peter Rolf wrote:
>> Hi,
>>
>> I tried several variants to use multiple pattern with xmltool. None of 
>> them worked and looking in the script didn't help either (me_no_ruby).
>>
>> A (not working) example:
>>
>> xmltools.rb --dir --pattern={*.png,*.jpg} --output=filelist.xml
>>
>> I need the filelist as base for the creation of a resource library (xml 
>> part), so multiple pattern support is a prerequisite here.
> 
> wodks ok here, on vista
>
something working on vista, but not on xp? *impossible* ;)

just tested it again and it works now (donno why; eshell includes the 
'ghost in the machine'). mhh, maybe the problem was only that strange 
guy in front of the monitor....

anyway, thanks for taking the time to test.

best wishes, peter


> maybe you need to quote the argument?
> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: multiple pattern with xmltools.rb
  2008-03-03 12:19 ` Hans Hagen
  2008-03-03 13:04   ` Peter Rolf
@ 2008-03-03 14:42   ` Peter Rolf
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Rolf @ 2008-03-03 14:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans Hagen schrieb:
> Peter Rolf wrote:
>> Hi,
>>
>> I tried several variants to use multiple pattern with xmltool. None of 
>> them worked and looking in the script didn't help either (me_no_ruby).
>>
>> A (not working) example:
>>
>> xmltools.rb --dir --pattern={*.png,*.jpg} --output=filelist.xml
>>
>> I need the filelist as base for the creation of a resource library (xml 
>> part), so multiple pattern support is a prerequisite here.
> 
> wodks ok here, on vista
> 
> maybe you need to quote the argument?

right! :)

the braces around the pattern are eaten up by 'make', so you have to 
protect them with quotes. thanks again.

RL_PATTERN := '{*.png,*.jpg}'

FL_CMD := xmltools.rb --dir --pattern=$(RL_PATTERN)


peter

> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-03 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-02 19:24 multiple pattern with xmltools.rb Peter Rolf
2008-03-03 12:19 ` Hans Hagen
2008-03-03 13:04   ` Peter Rolf
2008-03-03 14:42   ` Peter Rolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).