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 'includesfile' attribute indicates that the FileSet that's used by 'javac' will work it's way through every file path under it's root directory and try to match it against any of the files in the 'includesfile' attribute. If the number of files specified in 'includesfile' is large and the number of files under the root is large then this takes a long time. Obviously, I'm doing something wrong. Is there a way to pass a specific set of files the the 'javac' task without copying them all to a new interim source root first? Thanks Tim Gordon Allustra Limited 1 Royal Exchange Avenue London EC3V 3LT Tel 020 7464 4190 Tel 020 7464 4194 http://www.allustra.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]