venkata.satyanarayanakosanam@tcs.com wrote:
> hi,
>
> we are trying to access serena dimentions 9.1 with Ant script but we are
> facing problem, plz help us.
>
>
> plz check following ant code and problem description.
>
> <project name="AntSampleTest" default="getlatest" basedir=".">
> <target name="getlatest" >
>
> <pvcs repository="${pvcs
> repository}/Serena/ChangeMan/Dimensions/libs/Demo/Intermediate"
> pvcsproject="/Payroll/ITEM_LIB" />
>
> </target>
> </project>
>
>
> Result:
>
> BUILD FAILED
> C:\Documents and Settings\940120\Desktop\build.xml:10: Failed executing:
> pcli lvf -z -aw -pr ${pvcs
> repository}/Serena/ChangeMan/Dimensions/libs/Demo/Intermediate/Payroll /.
> Exception: CreateProcess: pcli lvf -z -aw -pr//172.17.67.179/Serena/Ch
> angeMan/Dimensions/libs/Demo/Intermediate/Payroll / error=2
error=2 in windows <exec> is file not found.
You dont have pcli on the path, do you?
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|