you should be able to use one of the attributes debug="true" verbose="true"
on the javac task which will show you each and every file being compiled/processed -Geoff Meakin -----Original Message----- From: Sunil Naik [mailto:[EMAIL PROTECTED]] Sent: 13 May 2002 12:09 PM To: ant ant ant Subject: Echo names of files being compiled or copied. Whenever I run the javac task in ant it only shows the number of files being compiled.Is there any way I can know the names of the files being compiled? Same for the copy task.Here too only the number of files being copied is being echoed on the console.Is there any way to know the names of the files being copied? Regards, Sunil -- 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]>
