Will <apply> work for you?
----- Original Message ----- From: "Igor Shkatov" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 9:55 AM Subject: Path/fileset as the argument of the exec task > Hello Ant Users, > > My external compilation tool has the command line parameters in the form: > -<key><file1;file2> > or > -<key><directory1;directory2> > f.e. -Ac:\project1 > > Is there any possibility to implement these directories/files lists using > the Path or FileSet objects and transfer it to this task? > Or is there other possibility to use some kind of directory scanning and > passing it to the properties, that could be used by the <arg>? > > Thanks in advance, > Igor > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
