rom: Tim Gordon [mailto:[EMAIL PROTECTED]
Sent: Friday, March 21, 2003 11:51 AM
To: Ant Users List
Subject: Passing a file list to ANT javac task
Hi
Is there a way to pass a list of files to ANT's 'javac' task? I'm after
something that's functionally similar to
paste in your target and a maybe an explanation as to why a
"include name=" won't work?
-Original Message-
From: Tim Gordon [mailto:[EMAIL PROTECTED]
Sent: Friday, March 21, 2003 12:51 PM
To: Ant Users List
Subject: Passing a file list to ANT javac task
Hi
Is there a
Hi
Is there a way to pass a list of files to ANT's 'javac' task? I'm after
something that's functionally similar to the command line "javac @filelist".
The 'includesfile' attribute of the 'javac' task is not what I'm after. I'm
intending to pass in a LOT of files, and my investigations using the