<fileset id/> <pathconvert/> <exec> <arg line/> </>
Jan >-----Ursprüngliche Nachricht----- >Von: Paul Pogonyshev [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 17. Februar 2006 14:14 >An: user@ant.apache.org >Betreff: how to exec with a set of files as multiple arguments? > >Hi, > >I need to execute a command with a large, not known in >advance, number of files, each listed as separate argument. I >have been unable to figure out how to do this with Ant. > >Roughly speaking, I want sth. like > > <exec executable="cat"> > <fileset> > <include name="*.java"/> > </fileset> > </exec> > >except that I don't know how to convert the fileset into a set >of <arg>s. > > <path id="foo"> > <fileset dir="..."> > <include name="*.java"/> > </fileset> > </path> > <exec executable="cat"> > <arg pathref="foo"/> > </exec> > >gives the files combined together in one argument... > >Paul > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]