In that case I'd say use the ant-contrib <cc> task :))
[EMAIL PROTECTED] wrote:
Erik,
I thought of another reason. Say you wanted to link an executable from a bunch of object files and then link it to a bunch of libraries that are located in a directory. You couldn't do that...
Example: g++ -o exec.exe '*.o' '/usr/local/jdk/jre/lib/i386/*.so'
With Commandline.Argument supporting nested FileSets, you can pass any amount of arbitrary files on to anything that uses an <arg>.
What do you think?
Michael
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 4:49 PM To: [EMAIL PROTECTED] Subject: RE: [PATCH] Commandline.Argument now supports nested FileSets
Doh! Doh! Doh! (Homer Simpson's famous uttering...)
This'll do the trick for me. If there is no other reason for nested FileSets in <arg>... ignore this patch.
Thanks Erik!
Michael
Doh!
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
What <apply> have done the trick (with parallel="true")?
--
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]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>