RE: Using task to create SQLServer stored procs

2003-07-04 Thread Chris Doran
g.cgi?id=10719 -Rob A -Original Message- From: Chris Doran [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:15 AM To: [EMAIL PROTECTED] Subject: Using task to create SQLServer stored procs Hi All I've written a build.xml that retrieves several sqlserver scri

Re: Using VSS task in latest nightly build

2003-07-04 Thread Chris Doran
u wrote: Can you run the same build in verbose or debug mode with ant 1.5.3.1 and have a look at what has changed in the command line sent to Visual Source Safe. Then let us know on the list, or may be better fill in a bug report on http://nagoya.apache.org/bugzilla Cheers, Antoine - Origi

Using VSS task in latest nightly build

2003-07-04 Thread Chris Doran
Anyone had problems with the vss task using the latest nightly build ? I get the following error: C:\mypath\build.xml:20: Failed executing: ss Get "$/myvssproject" -GLC:\mypath\src -I- -R -VL-L -GTC With a return code of 100 The same build file works fine with 1.5.3-1. -