Have you tried the verbose option defined for the javac task :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED]
-----Original Message----- From: Sunil Naik [mailto:[EMAIL PROTECTED]] Sent: 13 May 2002 12:36 To: Ant Users List Subject: RE: Echo names of files being compiled or copied. I have tried that.But the problem is that it also echoes all unwanted stuff like loading class etc. etc. for each class from which it is very difficult to find out .All I want is a simple List of names of files that were compiled.Is there some other way. Thanx, Sunil -----Original Message----- From: Geoff Meakin [mailto:[EMAIL PROTECTED]] Sent: Monday, 13 May 2002 4:56 PM To: Ant Users List Subject: RE: Echo names of files being compiled or copied. 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> *************************************************************************** This email message contains confidential information for the above addressee only. If you are not the intended addressee you must not disclose or use the information in any manner whatsoever. Any opinion or views contained in this email message are those of the sender, do not represent those of the Company in any way and reliance should not be placed upon its contents. Unless otherwise stated this email message is not intended to be contractually binding. Where an Agreement exists between our respective companies and there is conflict between the contents of this email message and the Agreement then the terms of that Agreement shall prevail. Abbey National Treasury Services plc. Registered in England. Registered Office: Abbey House, Baker Street, London NW1 6XL. Company Registration No: 2338548. Regulated by the FSA *************************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
