What I usually do in cases like this is run javac on the file(s) in question, and whatever ends up in the output directory is what you need. The dependency checker should do all the work for you.
Sean -----Original Message----- From: Julien Ponge [mailto:[EMAIL PROTECTED] Sent: Thursday, June 06, 2002 8:04 AM To: Ant Developers List Subject: Re: FileSet dependencies > This is a rather dangerous approach, I'm afraid. The set differs > between Ant 1.4.1 and 1.5 and I'd bet it will be different again for > 1.6. I just need to extract a working set of files in order to put it in my CVS tree. Once I have it, I don't need to follow the Ant versions ... Thanks. -- Julien Ponge [EMAIL PROTECTED] http://www.izforge.com/ OpenPGP ID : 0xCD9DE030 -- 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]>
