Doesn't sound too promising for this getting updated. Only commenter hasn't
used it in 10 years, LOL... Stcmd here I come.
> On Jul 22, 2014, at 11:08 AM, Steve Cohen wrote:
>
> Boy, this brings back memories. I wrote that code a dozen years ago. Haven't
> used
Boy, this brings back memories. I wrote that code a dozen years ago.
Haven't used StarTeam for over 10 so I'm not the go-to-guy anymore.
Good luck, though!
Steve
On 07/22/2014 09:05 AM, Stefan Bodewig wrote:
On 2014-07-17, Eric Fetzer wrote:
We're upgrading our StarTeam ve
On 2014-07-17, Eric Fetzer wrote:
> We're upgrading our StarTeam version from 2009 to 14.2 and somewhere
> between 2009 and 14, there was a complete rewrite in the SDK. I'm
> wondering if my StarTeam tasks will work once I get on the other side
> of the upgrade? Any help?
-Ursprüngliche Nachricht-
Von: Eric Fetzer [mailto:elstonk...@yahoo.com.INVALID]
Gesendet: Dienstag, 22. Juli 2014 15:39
An: Ant Users List
Betreff: Re: StarTeam Upgrade
Anything?
> On Jul 21, 2014, at 8:19 PM, Peter West wrote:
>
> Something
>
> Peter West
>
> "
rote:
>>
>> What is "sth" Jürgen?
>>
>>> On Jul 21, 2014, at 9:38 AM, Knuplesch, Jürgen
>>> wrote:
>>>
>>> Try and ask if sth. wont work
>>>
>>> -Ursprüngliche Nachricht-
>>> Von: Eric
:
>>
>> Try and ask if sth. wont work
>>
>> -Ursprüngliche Nachricht-
>> Von: Eric Fetzer [mailto:elstonk...@yahoo.com.INVALID]
>> Gesendet: Donnerstag, 17. Juli 2014 18:48
>> An: Ant Users
>> Betreff: StarTeam Upgrade
>>
>> W
What is "sth" Jürgen?
> On Jul 21, 2014, at 9:38 AM, Knuplesch, Jürgen
> wrote:
>
> Try and ask if sth. wont work
>
> -Ursprüngliche Nachricht-
> Von: Eric Fetzer [mailto:elstonk...@yahoo.com.INVALID]
> Gesendet: Donnerstag, 17. Juli 2014 18:48
&
Try and ask if sth. wont work
-Ursprüngliche Nachricht-
Von: Eric Fetzer [mailto:elstonk...@yahoo.com.INVALID]
Gesendet: Donnerstag, 17. Juli 2014 18:48
An: Ant Users
Betreff: StarTeam Upgrade
We're upgrading our StarTeam version from 2009 to 14.2 and somewhere between
2009 a
We're upgrading our StarTeam version from 2009 to 14.2 and somewhere between
2009 and 14, there was a complete rewrite in the SDK. I'm wondering if my
StarTeam tasks will work once I get on the other side of the upgrade? Any help?
Th
There is no star team support built in in Ant.
So you have to install it for yourself via taskdef [1] or antlib [2].
StarTeam tasks are available in the Ant sandbox [3] (you have to build that
from source) from
sourceforge [4] and maybe from the manufacturer of star team.
Searching for "sta
Hello,
I'm new to Ant and am working on it for StarTeam build automation. I've
scoured the internet for a similar problem but I was unable to find any, and
everyone at my work believe it should run fine.
My goal is to apply a build label (named "buildLabelPIPAppCVS&qu
I am getting beat up by the following bug. Any advise on getting past it?
https://issues.apache.org/bugzilla/show_bug.cgi?id=40946
I need to check out based on label and have it NOT converteol. I'm running
1.7.0.
Thanks,
Eric
Figured it out. I just had to stick the starteam104.jar into ant/lib.
From: Eric Fetzer
To: Ant Users
Sent: Thu, February 25, 2010 4:11:55 PM
Subject: Re: StarTeam Task
The below error is using Ant 1.70. With Ant 1.71, I get:
C:\BuildDeployScripts
The below error is using Ant 1.70. With Ant 1.71, I get:
C:\BuildDeployScripts\TestSTCheckout.xml:27:
java.lang.ExceptionInInitializerError
Thanks,
Eric
From: Eric Fetzer
To: Ant Users
Sent: Thu, February 25, 2010 4:04:37 PM
Subject: StarTeam Task
I
I've upgraded my StarTeam versions to 2008 R2 from 2005 R2 and stcheckout has
stopped working. I've got both the 10.4 SDK bin directory and lib directory in
my path. I'm getting the following error:
BUILD FAILED
java.lang.NoClassDefFoundError: com/starbase/starteam/
Hi,
I've made some rather significant changes to the ANT StarTeam Check Out
task and I'm looking for some users to test it. The changes I've made
are for the following cases in BugZilla:
33507 - Need way to have files retrieved via the task be
read-only
39926 - St
That is a problem with access rights.
Thanks,
Mohan
--
View this message in context:
http://www.nabble.com/StarTeam-ANT-tasks-tp23389192p23399774.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To
That message comes straight from StarTeam as a result of access rights
lacking. Try to do the same thing you're doing with the stcmd tool.
C:\Program Files\Borland\StarTeam 2005 R2>stcmd -?
A sample checkout command with the stcmd tool would be:
stcmd co -p "username:passw...@
I think this issue has been thrashed quite a bit but I am still trying to set
StarTeam ANT tasks properly.
I have copied starteam80.jar to the lib folder of ANT. I have also added
"Borland\StarTeam SDK 2005 R2\Lib" and "Borland\StarTeam SDK 2005 R2\bin" to
the Windows pat
I use StarTeam successfully simply by using the following -lib parameter when
I call Ant:
-lib "C:\Program Files\Borland\StarTeam SDK 2005\Lib"
--
View this message in context:
http://www.nabble.com/Classpath-problem---getting-StarTeam-tasks-to-work...-tp15499112p16001862.html
Sen
Hello,
I can't seem to get the StarTeam tasks working in my ant script. I keep
getting the following error:
BUILD FAILED
java.lang.NoClassDefFoundError: com/starbase/starteam/File
I have the StarTeam 2006 R2 client installed. I have taken the "
starteam93.jar" from ...\Borland\S
list of projects in a repository and
another to retrieve the list of views of a given project. These tasks
would use the StarTeamSDK.
In most setups, it usually makes sense to have a separate build.xml for
every View. Then the use uses the StarTeam client to checkout the code
form whichever view
I try to be more clearly with small an example:
I have 3 view in Starteam: View1, View2 , View3.
Each view has labels, f.e:
View1: Label1, Label2, Label3
View2: Label10, Label20
View3: Label11, Label12, Label13,Label4.
Once the build.xml will run in order to build any
a gui with dropdowns? For the second, you might as well just
have the user install the StarTeam client.
Ben
-Original Message-
From: Yona Eilat [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 17, 2007 10:58 AM
To: user@ant.apache.org
Subject: Writing ANT file using Starteam.
Hi,
Hi,
I'm writing build.xml file that checkout files from Starteam.
I would like enabling option to get STView and STLabel online from the
user, mean:
* Present (online) to the user all entire views in the ST (By
drop list or something like that).
* Get input to ${ST
Thanks Benjamin, you were right, there was a problem in the path. It
seems the eye don't work too well late night :)
Eugene
-Original Message-
From: Burgess, Benjamin [mailto:[EMAIL PROTECTED]
Sent: Tuesday 11 April 2006 19:47
To: Ant Users List
Subject: RE: Starteam checkout pr
This is actually a problem with the installation of the StarTeam SDK on
the machine running the build.
To correctly install the SDK, the SDK/lib directory needs to be on your
PATH environment variable. For example, with StarTeam 6.0, a good setup
of environment variables would look like this
Buildfile: build.xml
external-libraries-checkout:
[echo] ---
[echo] Checking out: External Libraries
[echo] ---
[stcheckout] Recursive Checkout from: Health Systems\CAS\External
ug:
subsystem=3PI
component.revision=C_3PIlibs_13.0-00
st.URL=sbemc180:5558/LIVE_Portal/S_LivePortal_14.3
Apache Ant version 1.6.5 compiled on June 2 2005
...
Setting project property: component.folder ->
config/xmla-domain/applications/dxmla/WEB-INF/lib
Setting project property: component.revis
t shouldn't). Also, post your -debug log when
running the ant task. It could be a StarTeam SDK problem (SDK\bin or
SDK\lib not being on the PATH etc).
Also, on a side note, you might be interested in this enhancement to the
StarTeam checkout task -
http://issues.apache.org/bugzilla/show_bug.cg
Anybody using starteam?
I have a problem:
When I checkout files using this command:
stcmd co -p user:[EMAIL PROTECTED]:5558/myproject/myview/mydir -is
-vl "mylabel" -o -eol on -fp checkout/mydir
a number of files get checked out.
When I use the following command in a build.xml f
Burgess, Benjamin wrote:
I am willing and able to help with the StarTeam tasks (just got company
permission). I did a search and found 13 open bugs/enhancements for
and am very familiar
with StarTeam SDK programming. Perhaps I should contact you (or you me)
off list to better understand the
I am willing and able to help with the StarTeam tasks (just got company
permission). I did a search and found 13 open bugs/enhancements for
these tasks. I have access to a license and server and am very familiar
with StarTeam SDK programming. Perhaps I should contact you (or you me)
off list to
Burgess, Benjamin wrote:
Currently the StarTeam Checkout Ant task has an attribute named "forced"
with the description:
If true, checkouts will occur regardless of the status that StarTeam is
maintaining for the file. If false, status will be used to determine
which files to
Currently the StarTeam Checkout Ant task has an attribute named "forced"
with the description:
If true, checkouts will occur regardless of the status that StarTeam is
maintaining for the file. If false, status will be used to determine
which files to check out. Defaults to "f
I may be wrong, but I believe that you have to get the starteam-sdk.jar from
the Borland site since I think it is licensed.
Mike
-Original Message-
From: Zafarano, Marcus [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 4:28 PM
To: 'Ant Users List'
Subject: RE: St
I looked on their site and did not find starteam-sdk.jar.
I also installed the jdk and still not there.
Does anyone have it?
Z
-Original Message-
From: Barnes, Michael [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 1:14 PM
To: 'Ant Users List'
Subject: RE: StarT
this will give you some
options.
Mike
-Original Message-
From: Zafarano, Marcus [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 4:02 PM
To: 'Ant Users List'
Subject: RE: StarTeam
Gee, thanks.
I really don't like ST.
I prefer Perforce.
-Original Message-
Gee, thanks.
I really don't like ST.
I prefer Perforce.
-Original Message-
From: Jeff Davidson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 12:46 PM
To: 'Ant Users List'
Subject: RE: StarTeam
Ahhh, you want a task to return the value of the latest labe
Ahhh, you want a task to return the value of the latest label from StarTeam?
That I don't know, as I'm only familiar enough with StarTeam to know that
I'm happy I don't work with it anymore. ;)
Sorry that I can't be of more help.
~Jeff
-Original Message-
From:
ubject: RE: StarTeam
There certainly is:
http://ant.apache.org/manual/OptionalTasks/starteam.html
-Original Message-
From: Zafarano, Marcus [mailto:[EMAIL PROTECTED]
Sent: October 27, 2004 12:10
To: '[EMAIL PROTECTED]'
Subject: StarTeam
Does anyone know if there is a ST task for ge
There certainly is:
http://ant.apache.org/manual/OptionalTasks/starteam.html
-Original Message-
From: Zafarano, Marcus [mailto:[EMAIL PROTECTED]
Sent: October 27, 2004 12:10
To: '[EMAIL PROTECTED]'
Subject: StarTeam
Does anyone know if there is a ST task for getting file
Does anyone know if there is a ST task for getting files with the latest
label?
Thanks
Z
Has anyone succeeded in getting ANT to work with Starteam 1.54?
I have included the starteam54.jar file in my path although the bulid fails with
the error message : BUILD FAILED: java.lang.ExceptionInInitializerError
Any help would be appreciated.
Cheers,
Gareth
44 matches
Mail list logo