Re: Retaining local working files and StarTeam
"Res Pons" <[email protected]> Wed, 24 May 2006 13:03:29 -0700
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Oh Good point. Forgot about that. :) ----Original Message Follows---- From: Varban <[email protected]> Reply-To: [email protected], Anthill user list <anthill-IWHQxnLZ/[email protected]> To: anthill-IWHQxnLZ/[email protected] Subject: Re: [Anthill] Retaining local working files and StarTeam Date: Wed, 24 May 2006 15:31:20 -0400 MIME-Version: 1.0 Received: from lists.urbancode.com ([64.34.169.154]) by bay0-mc11-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 24 May 2006 12:31:34 -0700 Received: (qmail 15860 invoked by uid 510); 24 May 2006 19:31:57 -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.028937 secs); 24 May 2006 19:31:57 -0000 Received: from localhost (HELO caladin.urbancode.com) (127.0.0.1) by lists.urbancode.com with SMTP; 24 May 2006 19:31:57 -0000 Received: (qmail 15826 invoked by uid 510); 24 May 2006 19:31:55 -0000 Received: from [email protected] by caladin.urbancode.com by uid 504 withqmail-scanner-1.20 (spamassassin: 2.61. Clear:RC:0(207.99.47.54):SA:0(0.0/5.0):. Processed in 2.647424 secs); 24 May 2006 19:31:55 -0000 Received: from host54a.simplicato.com (207.99.47.54)by lists.urbancode.com with SMTP; 24 May 2006 19:31:52 -0000 Received: from localhost (localhost.simplicato.com [127.0.0.1])by host54a.simplicato.com (Postfix) with ESMTP id 7C7F26C025E;Wed, 24 May 2006 15:31:20 -0400 (EDT) Received: from host54a.simplicato.com ([127.0.0.1])by localhost (host54a.simplicato.com [127.0.0.1]) (amavisd-new,port 10024)with ESMTP id 06736-04; Wed, 24 May 2006 15:31:20 -0400 (EDT) Received: from [10.104.20.105] (petal.amgreetings.com [207.58.192.123])by host54a.simplicato.com (Postfix) with ESMTP id 34C696C0832;Wed, 24 May 2006 15:31:19 -0400 (EDT) X-Message-Info: LsUYwwHHNt39Z3PtLsONEkFnPc1DUSZ3O3yfodJ3Tmo= Return-Path: <[email protected]> Delivered-To: mailman-anthill-IWHQxnLZ/[email protected] Organization: Urbancode User-Agent: KMail/1.9.1 References: <[email protected]><[email protected]><4964412c0605241224r44e74ea2yd65be3f322f08385-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> X-Virus-Scanned: by amavisd-new at simplicato.com 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:31:35.0188 (UTC) FILETIME=[AB2DF540:01C67F68] Make sure that you are not running Tomcat with a system account and that the account you are using has the correct path settings (that would include the stcmd executable). Varban On Wednesday 24 May 2006 15:24, Chris Chan wrote: > 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:con > > >tent-type:content-transfer-encoding:content-disposition;b=DGok2glwhfKDQp > > >howYNdeqaO9kYmTLcceuci/LibeBmHTnbRekVRAPhWKFtLuN2PhJGoeW4RHaCu8CTV0HwbiX > > >9DPJ8kPfZZ7PvmO+5bzfHn2kAwyx7/marDlVBnjw74x6U4Xaadcy+nWrBeBwvo8V1JwOEk3v > > >DN+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-r > > >equest-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-r > > >equest-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 _______________________________________________ Anthill mailing list Anthill-IWHQxnLZ/[email protected] http://lists.urbancode.com/mailman/listinfo/anthill _________________________________________________________________ Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/