multiple pattern with xmltools.rb
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
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 -----------------------------------------------------------------
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 ___________________________________________________________________________________
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 ___________________________________________________________________________________
participants (2)
-
Hans Hagen
-
Peter Rolf