Re: Retaining local working files and StarTeam
"Res Pons" <[email protected]> Wed, 24 May 2006 13:02:41 -0700
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Please post your ant code/task that executes the starcmd command. The only way you can do it through ant or anthill is by using <exec> otherwise you have to download a java.applet to do it for you. I use Subversion and although I had subversion client installed, I use javasvn-cli.jar and javasvn.jar to talk to subversion. ----Original Message Follows---- From: "Chris Chan" <[email protected]> Reply-To: Anthill user list <anthill-IWHQxnLZ/[email protected]> To: "Anthill user list" <anthill-IWHQxnLZ/[email protected]> Subject: Re: [Anthill] Retaining local working files and StarTeam Date: Wed, 24 May 2006 15:24:52 -0400 MIME-Version: 1.0 Received: from lists.urbancode.com ([64.34.169.154]) by bay0-mc1-f8.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 24 May 2006 12:25:02 -0700 Received: (qmail 15644 invoked by uid 510); 24 May 2006 19:25:23 -0000 Received: from anthill-bounces-IWHQxnLZ/[email protected] by caladin.urbancode.com by uid 504 with qmail-scanner-1.20 (spamassassin: 2.61. Clear:RC:1(127.0.0.1):. Processed in 0.019622 secs); 24 May 2006 19:25:23 -0000 Received: from localhost (HELO caladin.urbancode.com) (127.0.0.1) by lists.urbancode.com with SMTP; 24 May 2006 19:25:23 -0000 Received: (qmail 15618 invoked by uid 510); 24 May 2006 19:25:19 -0000 Received: from [email protected] by caladin.urbancode.com by uid 504 withqmail-scanner-1.20 (spamassassin: 2.61. Clear:RC:0(64.233.184.236):SA:0(0.0/5.0):. Processed in 0.329467 secs); 24 May 2006 19:25:19 -0000 Received: from wr-out-0506.google.com (64.233.184.236)by lists.urbancode.com with SMTP; 24 May 2006 19:25:19 -0000 Received: by wr-out-0506.google.com with SMTP id 71so842731wrafor <anthill-IWHQxnLZ/[email protected]>; Wed, 24 May 2006 12:24:52 -0700 (PDT) Received: by 10.54.93.16 with SMTP id q16mr3902614wrb;Wed, 24 May 2006 12:24:52 -0700 (PDT) Received: by 10.54.67.12 with HTTP; Wed, 24 May 2006 12:24:52 -0700 (PDT) X-Message-Info: LsUYwwHHNt0YKxrJde7+T9BFGXVcLBpbG7w8TNa0hfI= Return-Path: <[email protected]> Delivered-To: mailman-anthill-IWHQxnLZ/[email protected] DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;b=rqz9ztqjnMwbGYGjnf6/Xhuvh/GyL4r3vvhumerFJEVNJ73dl9Tm5K/6YILDeXtJNzRXxSq7nkrlu64NZ6f7Pxnj7HslYKS6zx8k7iS1+9Q+5FUV/GHDOPViYFlg7lICYXZWRTQ+b8sB+eGAGEnz70P/3IViXhopXREXhsh58Y4= References: <[email protected]><[email protected]> X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on caladin.urbancode.com X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.61 X-BeenThere: anthill-IWHQxnLZ/[email protected] X-Mailman-Version: 2.1.4 Precedence: list List-Id: Anthill user list <anthill.lists.urbancode.com> List-Unsubscribe: <http://lists.urbancode.com/mailman/listinfo/anthill>,<mailto:anthill-request-IWHQxnLZ/[email protected]?subject=unsubscribe> List-Archive: <http://lists.urbancode.com/pipermail/anthill> List-Post: <mailto:anthill-IWHQxnLZ/[email protected]> List-Help: <mailto:anthill-request-IWHQxnLZ/[email protected]?subject=help> List-Subscribe: <http://lists.urbancode.com/mailman/listinfo/anthill>,<mailto:anthill-request-IWHQxnLZ/[email protected]?subject=subscribe> Errors-To: anthill-bounces-IWHQxnLZ/[email protected] X-OriginalArrivalTime: 24 May 2006 19:25:04.0602 (UTC) FILETIME=[C25F43A0:01C67F67] Well I've actually set up the property sheet for my project and have added the StarTeam adapter to be used. I've also got the StarTeam client installed and the StarTeam dir added to the path environment variable, yet is still gives me that error. The command works in command line, but just not when anthill runs it. If worse comes to worse, is there a way to not use any repository adapter, and have the build script do the StarTeam maintenance? On 5/24/06, Eric Minick <[email protected]> wrote: >Also, for the stcmd not found issue, Anthill integrates with StarTeam >using the command line interface. So the StarTeam client will need to be >installed on the build machine with its client made available to Anthill. > >-- Eric > >Res Pons wrote: > > > As far as I know the free version on Anthill (OS) does not give you > > this very simple yet intuitive option. So every time you do a build, > > a fresh working copy is checked out. > > > > As for Starteam, once you set up Tomcat and Anthill, you need to go > > into each property sheet for each project (if you use mixed version > > control system) or from the master property sheet in Anthill and tell > > it which repository adapter to use. > > > > Download the .pdf manual, it's written very well and simple to > > understand and it also shows you how to diable deleting each working > > folder and replacing it with a fresh new one but there's a caveat... > > > > ----Original Message Follows---- > > From: "Chris Chan" <[email protected]> > > Reply-To: Anthill user list <anthill-IWHQxnLZ/[email protected]> > > To: anthill-IWHQxnLZ/[email protected] > > Subject: [Anthill] Retaining local working files and StarTeam > > Date: Tue, 23 May 2006 16:17:23 -0400 > > MIME-Version: 1.0 > > Received: from lists.urbancode.com ([64.34.169.154]) by > > bay0-mc3-f2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); > > Tue, 23 May 2006 13:18:33 -0700 > > Received: (qmail 1708 invoked by uid 510); 23 May 2006 20:17:55 -0000 > > Received: from anthill-bounces-IWHQxnLZ/[email protected] by > > caladin.urbancode.com by uid 504 with qmail-scanner-1.20 > > (spamassassin: 2.61. Clear:RC:1(127.0.0.1):. Processed in 0.02076 > > secs); 23 May 2006 20:17:55 -0000 > > Received: from localhost (HELO caladin.urbancode.com) (127.0.0.1) by > > lists.urbancode.com with SMTP; 23 May 2006 20:17:55 -0000 > > Received: (qmail 1682 invoked by uid 510); 23 May 2006 20:17:51 -0000 > > Received: from [email protected] by caladin.urbancode.com by uid > > 504 withqmail-scanner-1.20 (spamassassin: 2.61. > > Clear:RC:0(64.233.184.239):SA:0(0.0/5.0):. Processed in 2.214704 > > secs); 23 May 2006 20:17:51 -0000 > > Received: from wr-out-0506.google.com (64.233.184.239)by > > lists.urbancode.com with SMTP; 23 May 2006 20:17:49 -0000 > > Received: by wr-out-0506.google.com with SMTP id i22so1362561wrafor > > <anthill-IWHQxnLZ/[email protected]>; Tue, 23 May 2006 13:17:23 -0700 (PDT) > > Received: by 10.54.97.5 with SMTP id u5mr5383155wrb;Tue, 23 May 2006 > > 13:17:23 -0700 (PDT) > > Received: by 10.54.67.12 with HTTP; Tue, 23 May 2006 13:17:23 -0700 >(PDT) > > X-Message-Info: LsUYwwHHNt0xL6eeSrkRE6iONq6L3ad0t3mLIHzfNdY= > > Return-Path: <[email protected]> > > Delivered-To: mailman-anthill-IWHQxnLZ/[email protected] > > DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; > > >d=gmail.com;h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;b=DGok2glwhfKDQphowYNdeqaO9kYmTLcceuci/LibeBmHTnbRekVRAPhWKFtLuN2PhJGoeW4RHaCu8CTV0HwbiX9DPJ8kPfZZ7PvmO+5bzfHn2kAwyx7/marDlVBnjw74x6U4Xaadcy+nWrBeBwvo8V1JwOEk3vDN+xL3HenMw78= > > > > X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) > > on caladin.urbancode.com > > X-Spam-Level: > > X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no > > version=2.61 > > X-BeenThere: anthill-IWHQxnLZ/[email protected] > > X-Mailman-Version: 2.1.4 > > Precedence: list > > List-Id: Anthill user list <anthill.lists.urbancode.com> > > List-Unsubscribe: > > ><http://lists.urbancode.com/mailman/listinfo/anthill>,<mailto:anthill-request-IWHQxnLZ/[email protected]?subject=unsubscribe> > > > > List-Archive: <http://lists.urbancode.com/pipermail/anthill> > > List-Post: <mailto:anthill-IWHQxnLZ/[email protected]> > > List-Help: <mailto:anthill-request-IWHQxnLZ/[email protected]?subject=help> > > List-Subscribe: > > ><http://lists.urbancode.com/mailman/listinfo/anthill>,<mailto:anthill-request-IWHQxnLZ/[email protected]?subject=subscribe> > > > > Errors-To: anthill-bounces-IWHQxnLZ/[email protected] > > X-OriginalArrivalTime: 23 May 2006 20:18:34.0355 (UTC) > > FILETIME=[111EF430:01C67EA6] > > > > Hi, > > > > I'm a new user to anthill and I've got a few questions on how to use > > it properly. > > I've got it setup with CVS and StarTeam (which isn't working, but > > that's the other question), and when I go to build, it deletes all the > > local files in the working directory and does a clean build. > > I'd like only to actually have it do an update rather than a complete > > clean checkout when I do my builds, as we're really only changing one > > or two directories within the code. Is there a way to have the Build > > Manager refrain from cleaning up the working directory and just do an > > update? > > Also, my StarTeam doesn't seem to be quite working. I'm getting an > > error message of: > > "'stcmd' is not recognized as an internal or external command, > > operable program or batch file." > > > > Can someone give me a hand? > > > > Thanks! > > Chris > > _______________________________________________ > > Anthill mailing list > > Anthill-IWHQxnLZ/[email protected] > > http://lists.urbancode.com/mailman/listinfo/anthill > > > > _________________________________________________________________ > > Express yourself instantly with MSN Messenger! Download today - it's > > FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > > > _______________________________________________ > > Anthill mailing list > > Anthill-IWHQxnLZ/[email protected] > > http://lists.urbancode.com/mailman/listinfo/anthill > > >_______________________________________________ >Anthill mailing list >Anthill-IWHQxnLZ/[email protected] >http://lists.urbancode.com/mailman/listinfo/anthill > _______________________________________________ Anthill mailing list Anthill-IWHQxnLZ/[email protected] http://lists.urbancode.com/mailman/listinfo/anthill _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement