Re: Using VSS task in latest nightly build

2003-07-04 Thread Antoine Levy-Lambert
ou 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 > >Chee

Re: Using VSS task in latest nightly build

2003-07-04 Thread Antoine Levy-Lambert
d the executable and arguments are not part of the > command. > > Thanks > > Chris > > At 15:31 04/07/2003 +0200, you 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 s

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

Re: Using VSS task in latest nightly build

2003-07-04 Thread Antoine Levy-Lambert
- From: "Chris Doran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 04, 2003 3:29 PM Subject: Using VSS task in latest nightly build > Anyone had problems with the vss task using the latest nightly build ? I > get the following error: > &

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. -