Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 69804 invoked by uid 500); 4 Jul 2003 15:56:55 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 69793 invoked from network); 4 Jul 2003 15:56:55 -0000 Received: from main.gmane.org (80.91.224.249) by daedalus.apache.org with SMTP; 4 Jul 2003 15:56:55 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19YSuf-0004vh-00 for ; Fri, 04 Jul 2003 17:55:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@ant.apache.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19YStm-0004sB-00 for ; Fri, 04 Jul 2003 17:54:58 +0200 From: "Antoine Levy-Lambert" Subject: Re: Using VSS task in latest nightly build Date: Fri, 4 Jul 2003 17:56:35 +0200 Lines: 100 Message-ID: References: <4.3.2.7.2.20030704124525.00b61908@ptsplc.pts.com> <4.3.2.7.2.20030704150452.01d750d8@ptsplc.pts.com> X-Complaints-To: usenet@main.gmane.org X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Chris, I have fixed MSVSS.java in CVS. Will you be so kind to download the next nightly build (starting with the one dated 2003-07-05 from http://cvs.apache.org/builds/ant/nightly ) and check that everything is working OK Cheers, Antoine "Chris Doran" schrieb im Newsbeitrag news:4.3.2.7.2.20030704150452.01d750d8@ptsplc.pts.com... > 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" > >To: > >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: user-unsubscribe@ant.apache.org > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > >For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org