Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 53070 invoked from network); 12 Jul 2000 01:52:48 -0000 Received: from cambridge1-smrly2.gtei.net (199.94.215.244) by locus.apache.org with SMTP; 12 Jul 2000 01:52:48 -0000 Received: from sapient-cp.sapient.com (sapient-cp.sapient.com [207.121.0.68]) by cambridge1-smrly2.gtei.net (Postfix) with SMTP id 1827B6B06D for ; Wed, 12 Jul 2000 01:52:46 +0000 (GMT) Received: by andromeda.sapient.com with Internet Mail Service (5.5.2650.21) id ; Tue, 11 Jul 2000 21:52:48 -0400 Message-ID: From: Tim Fennell To: "'ant-dev@jakarta.apache.org'" Subject: RE: SourceSafe Task Date: Tue, 11 Jul 2000 21:46:52 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Andi, I just started using your SSGET task today, and it's working well for me. I have a couple of comments for you. - I made a modification to the setVsspath to wrap the entire path in strings. This allows access to projects with spaces in their names to be accessed. - Would it be possible to take a SSDIR style parameter and when you do the exec do something like 'set SSDIR=mySSDIR; ss Get ....'. This would allow people to access multiple SS repositories without having to play with environment variables - While it is reasonable to expect people to have ss.exe in the path, why not make it an optional attribute with a default of ss.exe (which will just look in the path for it). Then people can override it and specify the full path. - Do you have any understanding of the -O option? The VSS documentation is very sparse, but if this could be used to tone down the output that would be great! Overall a great job! My build process can now be 100% fully automated from sourcecode acquisition to test harness running! Cheers! -t -----Original Message----- From: Conor MacNeill [mailto:conor@cortexebusiness.com.au] Sent: Tuesday, July 11, 2000 20:34 To: ant-dev@jakarta.apache.org Subject: SourceSafe Task Andi, I have seen it - it is in my list of things to get around to. Hang in there. -- Conor MacNeill conor@cortexebusiness.com.au Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: Everitt, Andrew [mailto:Andrew.Everitt@gbr.xerox.com] > Sent: Tuesday, 11 July 2000 22:02 > To: 'ant-dev@jakarta.apache.org' > Subject: RE: cvs commit: > jakarta-ant/src/main/org/apache/tools/ant/taskdefs Cvs.java FixCRLF.java > > > Hi! > > Any news on the Microsoft SourceSafe task I sent to the list last week? > > Cheers, > Andi. >