You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by juan hernandez <he...@llnl.gov> on 2002/08/27 21:18:33 UTC

Starteam and ConnectionManager.ini

Hi,

I am on a Windows2000 machine and I am trying to use Ant to check out files 
from starteam.
I have a system variable, WorkstationID set to "c:\Program 
Files\Starbase\Common\ConnectionManager.ini"

Here is my ant script:
<?xml version="1.0" encoding="UTF-8"?>
<project name="ScorpioUpdater" default="checkoutST" basedir=".">
    <property name="govDir" value="${basedir}/gov" />

    <target name="init">
       <mkdir dir="${govDir}" />
    </target>

    <target name="checkoutST" depends="init">
      <stcheckout servername="STARTEAM"
          serverport="49201"
          projectname="Scorpio"
          username="turok"
          password="*******"
          rootlocalfolder="${basedir}"
          rootstarteamfolder="\source code\Java\"
          forced="true"
          deleteuncontrolled="false"
      />

    </target>
</project>
====================
When I run it, I get the following error:

BUILD FAILED
file:C:/Nebraska/start.xml:19: java.lang.RuntimeException: no System 
property wa
s specified for the ConnectionManager.ini file location. Try using 
-Dwsidfile=<f
ilename>

I even try use the -Dwsidfile but I get the same results.
I can use starteam command interface to check out file so I know that the 
ConnectionManager.ini works.

any ideas of what I need to configure or what I am doing wrong??



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>