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]>

Reply via email to