RE: Capturing the output of a ClearCase command from Exec

2004-01-15 Thread Jan . Materne
IL PROTECTED] > Subject: RE: Capturing the output of a ClearCase command from Exec > > > Hi, > > The only place I can find this method is in the 'Exec' package which > according to the documentation I shouldn't use anymore. > The ClearCase package uses the &#x

RE: Capturing the output of a ClearCase command from Exec

2004-01-14 Thread [EMAIL PROTECTED]
use 'Exec'? Thanks, Sean. Original Message: - From: [EMAIL PROTECTED] Date: Wed, 14 Jan 2004 16:22:49 +0100 To: [EMAIL PROTECTED] Subject: RE: Capturing the output of a ClearCase command from Exec Hint: The task supports "output" for saving the output to a

RE: Capturing the output of a ClearCase command from Exec

2004-01-14 Thread Jan . Materne
Hint: The task supports "output" for saving the output to a file. So there must be an setOutput(...) Jan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 14, 2004 4:19 PM > To: [EMAIL PROTECTED] > Subject:

Capturing the output of a ClearCase command from Exec

2004-01-14 Thread [EMAIL PROTECTED]
Hi, I'm trying to extent some ClearCase packages. I'm trying to store the output from an 'lsco' command using the ClearCase 'run' method, which in turn uses Execute. --- protected int run(Commandline cmd) { try { Project aProj = getProject(); Execut