Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 98119 invoked by uid 500); 8 Aug 2003 18:48:43 -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 98106 invoked from network); 8 Aug 2003 18:48:42 -0000 Received: from unknown (HELO ignitemedia.com) (64.157.167.108) by daedalus.apache.org with SMTP; 8 Aug 2003 18:48:42 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: stcheckout fails when recursive Date: Fri, 8 Aug 2003 13:49:37 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: stcheckout fails when recursive Thread-Index: AcNd13jLbTwLTTZbQRStlnxz0vPwtgABXPJA From: "Steve Cohen" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This looks like an instance of Bug 18007, a problem. that drove us crazy for several months until we figured it out. Basically, this seems to occur when ant is run on a machine where a licensed copy of StarTeam has not been installed. It is not enough to simply make starteam-sdk.jar available to Ant, StarTeam must actually be installed, or you will get this. =20 See http://ant.apache.org/manual/index.html under Ant Tasks->Optional Tasks->StarTeam tasks: "Important Note on Installation and Licensing: On Windows machines, the mere presence of starteam-sdk.jar on the classpath is not sufficient for getting these tasks to work properly. These tasks also require a fully-installed and fully-licensed version of the StarGate Runtime. This is part of a StarTeam client installation or may be installed separately. The full client install is not required."=20 For more details, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D18007. =20 -----Original Message----- From: Mathew, Alexander [mailto:alexander.mathew@softbrands.com]=20 Sent: Friday, August 08, 2003 1:01 PM To: user@ant.apache.org Subject: stcheckout fails when recursive Recursive checkout from StarTeam gives error as follows. Can anyone figure out?=20 =20 Thanks a lot! Alexander =20 My test script =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 =20 = =20 =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =3D 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 =20 =20 =20 Alexander Mathew=20 =20 =20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org