Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 9278 invoked from network); 13 Sep 2004 14:45:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Sep 2004 14:45:43 -0000 Received: (qmail 41403 invoked by uid 500); 13 Sep 2004 14:45:31 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 41279 invoked by uid 500); 13 Sep 2004 14:45:29 -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 41264 invoked by uid 99); 13 Sep 2004 14:45:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [199.64.7.141] (HELO az18nt141.honeywell.com) (199.64.7.141) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Sep 2004 07:45:28 -0700 Received: from tmpcn190a.honeywell.com ([131.127.165.82]) by az18nt141.honeywell.com with InterScan Messaging Security Suite; Mon, 13 Sep 2004 07:45:26 -0700 Received: by tmpcn190a.honeywell.com with Internet Mail Service (5.5.2657.72) id ; Mon, 13 Sep 2004 07:45:25 -0700 Message-ID: <2157C1058943D311B8F700508B5A044001DDE8D1@SLPEX181> From: "Silva, Alejandro" To: 'Ant Users List' Subject: RE: SourceSafe syntax error Date: Mon, 13 Sep 2004 07:45:19 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I haven't tried that, but I think it will work. What i did over the weekend was to specify the project in the exec-get target, as follows: It worked, but this is exactly the situation that I'm trying to avoid, because I may not use the same project always. Any ideas? Alex -----Original Message----- From: Hobbs, Gareth [mailto:Gareth.Hobbs@astrazeneca.com] Sent: Monday, September 13, 2004 3:00 AM To: 'Ant Users List' Subject: RE: SourceSafe syntax error Alex - have you tried it on a Sourcesafe project that does not contain a space in the name? Cheers, Gareth -----Original Message----- From: Silva, Alejandro [mailto:Alejandro.Silva@Honeywell.com] Sent: 11 September 2004 00:35 To: 'user@ant.apache.org' Subject: SourceSafe syntax error Hi All, I've been looking for an answer to this in the archive, but with no luck so far :( Anyway, the problem is that I'm trying to get some files from a VSS repository, but I always get the same error. Her's what I've done so far: 1. I verified that I could do this operation using the command line. So I set the PATH and SSDIR environment variables and tested the following command: ss get "$/ibis dev/java" -R. It worked right away. 2. Created the following properties and target in my build file: Tested and got the following result: C:\webapps\ibis-test>ant vss-get Buildfile: build.xml vss-get: [vssget] $C:\webapps\ibis-test\$\ibis dev\java is not valid SourceSafe syntax BUILD FAILED C:\webapps\ibis-test\build.xml:26: Failed executing: ss Get "$C:\webapps\ibis-te st\$\ibis dev\java" -I- -R With a return code of 100 Total time: 2 seconds Actually I tried this many times with different options, but got the same result. 3. Then I thought of a different approach so I created the following properties and target: Tested and got the following result: C:\webapps\ibis-test>ant exec-get Buildfile: build.xml exec-get: [exec] C:\webapps\ibis-test\$\ibis dev\java is not valid SourceSafe syntax [exec] Result: 100 BUILD SUCCESSFUL Total time: 2 seconds Why does Ant keep adding my current dir to the project dir? Any ideas on how to solve this issue? Thanks in advance, Alex Silva Honeywell - GBS Mexico +52 (444) 826-2577 --------------------------------------------------------------------- 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