bas perumal <[EMAIL PROTECTED]> writes:

> I have to log the compiler errors occured while build using Ant
> 1.5.1. How to get the files giving compile error inside a Task,
> which implements BuildListener. also please let me know how to get
> the last person who checked in the file into CVS.

To find the last person that checked in a given file, do

   cvs history FILENAME

This will show you a revision log, containing the username of each
person that made changes to the file.

-- 
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to