There are other ".class" files that is not part of the grouping I want to make.
-----Original Message----- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 5:14 PM To: Ant Users List Subject: Re: How can one setup special filesets? --- Hannes van der Merwe <[EMAIL PROTECTED]> wrote: > I want to do the following: > > Loop through a <path> containing java source files (*.java) , > remembering their names (exluding ".java") and appending ".class" to > build a new path which contains the resulting java classes as it will > be generated by "javac". Why can't you just do a <fileset> of the .class files? Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
