From user-return-37450-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Oct 02 00:23:03 2003 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 55752 invoked from network); 2 Oct 2003 00:23:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Oct 2003 00:23:03 -0000 Received: (qmail 72426 invoked by uid 500); 2 Oct 2003 00:22:38 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 72394 invoked by uid 500); 2 Oct 2003 00:22:37 -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 72360 invoked from network); 2 Oct 2003 00:22:37 -0000 Received: from unknown (HELO mail2.mckhboc.com) (208.147.67.99) by daedalus.apache.org with SMTP; 2 Oct 2003 00:22:37 -0000 Received: from 139.177.6.217 by mail2.mckhboc.com with ESMTP (Outbound Mail2 SMTP Relay (MMS v5.5.3)); Wed, 01 Oct 2003 17:22:38 -0700 Received: by smtpout.hboc.com with Internet Mail Service (5.5.2653.19) id <4CNS7LFF>; Wed, 1 Oct 2003 20:24:02 -0400 Received: from atlexc91nthub.hboc.com (ims2.mckesson.com [139.177.6.115] ) by atlexcsmtpa.hboc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 4CNL3L24; Wed, 1 Oct 2003 20:20:06 -0400 Received: by ims2.mckesson.com with Internet Mail Service (5.5.2653.19) id <4CHVYDK7>; Wed, 1 Oct 2003 20:23:09 -0400 From: "Hensley, Richard" To: "'user@ant.apache.org'" cc: "'scohen@apache.org'" Message-ID: Subject: StarTeam Task: More information for bug 18007 Date: Wed, 1 Oct 2003 20:22:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 1365B0441559970-01-01 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3887B.46171A60" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C3887B.46171A60 Content-Type: text/plain Content-Transfer-Encoding: 7bit I'm writing this email because I encountered the problem described in bug 18007, however if the documentation had been a little more explicit, I think I would not have been able to get my ant build working without having to find bug 18007. This bug information log has a lot of good information about some problems with file name resolution in the Ant StarTeam task as of version 1.5.2. Ultimately, I think the documentation was updated because of this bug. The documentation indicates the following: "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." My computer met this criteria, I had an installed and licensed copy of the StarGate Runtime, however I was having the same problem. After reading through the bug 18007, I tripped across a comment about having the StarGate Runtime .dll files in the excitable path, and the starteam-sdk.jar file be in the classpath. You might want to amend the documentation to indicate these two conditions. I created the problem because I had moved the starteam-sdk.jar from the StarGate SDK directory into the ant/lib directory. I am also using cygwin and had made a custom ${PATH}. Like I indicated above, the problem was easy to fix simply by adding c:\Program Files\Starbase\StarGate SDK\Lib to the ${PATH} I would poke the following paragraph after the first windows paragraph.

In order for the starteam-sdk.jar library to operate correctly on Windows, it must be able to load the StarGate Runtime Windows .dll files. This is accomplished by making sure the Windows class path contains the directory where the .dll files are installed. Thanks for you time, Richard Hensley ------_=_NextPart_001_01C3887B.46171A60--