Recursive checkout from StarTeam gives error as follows. Can anyone figure
out? 
 
Thanks a lot!
Alexander
 
My test script
==============================================
 
 
<target name="main" description="Test star team checkout">
<stcheckout URL="172.158.101.55:49200/Automation/Automation"
username="Administrator"
password=""
rootlocalfolder="C:\Test"
rootstarteamfolder="\PowerBuilder\TaskPlanner\"
forced="true" 
/>
<echo message="Build completed successfully"/>
</target>
 
 
==============================================
C:\Automation\PowerBuilder\TaskPlanner>test
Apache Ant version 1.5.3 compiled on April 16 2003
Buildfile: test.xml
Detected Java version: 1.4 in: C:\jdk1.4.1\jre
Detected OS: Windows XP
parsing buildfile test.xml with URI =
file:C:/Automation/PowerBuilder/TaskPlanne
r/test.xml
Project base dir set to: C:\Automation\PowerBuilder\TaskPlanner
Build sequence for target `main' is [main]
Complete build sequence is [main]
main:
[stcheckout] Recursive Checkout from: Automation\PowerBuilder\TaskPlanner\
[stcheckout] Checking out to: C:\Test
[stcheckout] Items will be checked out with no change in lock status.
[stcheckout] Items will be checked out with the current timestamp.
[stcheckout] Items will be checked out regardless of repository status.
[stcheckout] Local items not found in the repository will be deleted.
[stcheckout] Directories will be created wherever they exist in the
repository
, even if empty.
[stcheckout] Checking out:
Automation\PowerBuilder\TaskPlanner\build\pbl\callbac
ks.pbl -->
C:\Automation\PowerBuilder\C:\Test\C:\Test\build\C:\Test\build\pbl\ca
llbacks.pbl
BUILD FAILED
file:C:/Automation/PowerBuilder/TaskPlanner/test.xml:28:
java.io.FileNotFoundExc
eption:
C:\Automation\PowerBuilder\C:\Test\C:\Test\build\C:\Test\build\pbl\callb
acks.pbl (The filename, directory name, or volume label syntax is incorrect)
at org.apache.tools.ant.taskdefs.optional.starteam.TreeBasedTask.execute
(TreeBasedTask.java:560)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
at org.apache.tools.ant.Main.runBuild(Main.java:609)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
Caused by: java.io.FileNotFoundException:
C:\Automation\PowerBuilder\C:\Test\C:\
Test\build\C:\Test\build\pbl\callbacks.pbl (The filename, directory name, or
vol
ume label syntax is incorrect)
at org.apache.tools.ant.taskdefs.optional.starteam.StarTeamCheckout.visi
t(StarTeamCheckout.java:398)
at org.apache.tools.ant.taskdefs.optional.starteam.StarTeamCheckout.visi
t(StarTeamCheckout.java:382)
at org.apache.tools.ant.taskdefs.optional.starteam.StarTeamCheckout.visi
t(StarTeamCheckout.java:382)
at org.apache.tools.ant.taskdefs.optional.starteam.TreeBasedTask.execute
(TreeBasedTask.java:557)

... 8 more

 
 
 

Alexander Mathew 

 

 

Reply via email to