You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Kyle Adams <ka...@gfs.com> on 2001/09/13 21:44:11 UTC

VSS Label (Ant 1.4)

I'm running into difficulties using the <vsslabel> task.  Below is the command that's being executed (as reported by -debug):

Execute:Java13CommandLauncher: $\ss Label $/0-Development/common -C- -I- "-LCommon 1.0.999"

The error that I get is as follows:

java.io.IOException: CreateProcess: $\ss Label $/0-Development/common -C- -I- "-LCommon 1.0.999" error=2"

Here is the task itself:

<vsslabel vsspath="${cms.src.dir}" 
                label="${Common 1.0}.${build.number}" 
                ssdir="${cms.home}"
                serverPath="\\GFS\.dmp.DMaps.GRHQ.gfs\Corporate\VSS"/>

Does anyone see where my error is (reminder: ant 1.4, including 1.4 optional.jar)?

Kyle


Re: VSS Label (Ant 1.4)

Posted by Nico Seessle <ni...@apache.org>.
----- Original Message -----
From: "Kyle Adams" <ka...@gfs.com>
To: <an...@jakarta.apache.org>
Sent: Thursday, September 13, 2001 9:44 PM
Subject: VSS Label (Ant 1.4)


> I'm running into difficulties using the <vsslabel> task.  Below is the
command that's being executed (as reported by -debug):
>
> Execute:Java13CommandLauncher: $\ss Label $/0-Development/common -C- -I-
"-LCommon 1.0.999"
>
> The error that I get is as follows:
>
> java.io.IOException: CreateProcess: $\ss Label
$/0-Development/common -C- -I- "-LCommon 1.0.999" error=2"
>
> Here is the task itself:
>
> <vsslabel vsspath="${cms.src.dir}"
>                 label="${Common 1.0}.${build.number}"
>                 ssdir="${cms.home}"
>                 serverPath="\\GFS\.dmp.DMaps.GRHQ.gfs\Corporate\VSS"/>
>
> Does anyone see where my error is (reminder: ant 1.4, including 1.4
optional.jar)?

What is the content of ${cms.home}? It seems it contains something like
"$$/"? But it should contain the filesystem-path where your "ss.exe" is
located - it does not contain anything "VSS-Database" related.

Nico