Hi Alex Thanks for the help , will try that today.
Regards Vishal -----Original Message----- From: North Alex [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 10:15 AM To: Ant Users List Subject: RE: Clearcase tasks Hi Not sure if this is quite what you are looking, but should be close ... <exec dir="${vob.dir}" executable="cmd"> <arg line="/c cleartool lshistory ${file.to.check}"/> </exec> This executes the cleartool command line tool with the "lshistory" command, output coming back to console. <= Alex => >-----Original Message----- >From: Row M, Vishal [mailto:[EMAIL PROTECTED] >Sent: Monday, April 18, 2005 12:28 PM >To: [email protected] >Subject: Clearcase tasks > > >Hi > > I need to know who has checked in the file recently in >clearcase repository ? Is there a task for knowing file >history in clearcase ? Please let me know > > >Regards >Vishal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
