Not sure if it's a bug or just a config issue. Maybe you could cast a quick eye over this and let me know if I should log it as a bug report.

My target is called 'getsqlscripts'. Here are the relevant parts of the log:

With 1.5.3-1:

getsqlscripts:
Execute:Java13CommandLauncher: Executing 'ss' with arguments:
'Get'
'$/web/database/stored procedures'
'-GLC:\Development\projects\evscheduler\db\sql'
'-I-'
'-R'

The ' characters around the executable and arguments are not part of the command.


With 1.6alpha:


getsqlscripts:
   +Task: vssget
Execute:CommandLauncher: Executing 'cmd' with arguments:
'/c'
'cd'
'/d'
'C:\Development\projects\evscheduler\db'
'&&'
'ss'
'Get'
'$/web/database/stored procedures'
'-GLC:\Development\projects\evscheduler\db\sql'
'-I-'
''
'-R'
'-VL-L'
''
''
'-GTC'
''

The ' characters around 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 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
----- Original Message -----
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: > > 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. > > > --------------------------------------------------------------------- > 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to