Re: Quick question about the master properties sheet inAH-OS
"Res Pons" <[email protected]> Fri, 24 Mar 2006 14:10:59 -0800
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Ok Eric thank you for all your help. I suspected an open dos/explorer session too and that was not the case. Also rebooted. Could Tomcat be hanging on to something or Svn repo .svn files be doing something? I don't expect you or anyone to know the answer as we all have so many stuff on our desktops, God only knows what's causing this. My build machine is dedicated and I only allow minimal build related apps and environment on it. Thanks again and have a good weekend. :) ----Original Message Follows---- From: Eric Minick <[email protected]> Reply-To: Anthill user list <anthill-IWHQxnLZ/[email protected]> To: Anthill user list <anthill-IWHQxnLZ/[email protected]> Subject: Re: [Anthill] Quick question about the master properties sheet inAH-OS Date: Fri, 24 Mar 2006 14:48:24 -0700 MIME-Version: 1.0 Received: from lists.urbancode.com ([64.34.169.154]) by bay0-mc3-f11.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 24 Mar 2006 13:47:35 -0800 Received: (qmail 7727 invoked by uid 510); 24 Mar 2006 21:48:01 -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.03313 secs); 24 Mar 2006 21:48:01 -0000 Received: from localhost (HELO caladin.urbancode.com) (127.0.0.1) by lists.urbancode.com with SMTP; 24 Mar 2006 21:48:01 -0000 Received: (qmail 7692 invoked by uid 510); 24 Mar 2006 21:47:59 -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.1/5.0):. Processed in 0.277801 secs); 24 Mar 2006 21:47:59 -0000 Received: from host54a.simplicato.com (207.99.47.54)by lists.urbancode.com with SMTP; 24 Mar 2006 21:47:58 -0000 Received: from localhost (localhost.simplicato.com [127.0.0.1])by host54a.simplicato.com (Postfix) with ESMTP id 8F37A6C0485for <anthill-IWHQxnLZ/[email protected]>; Fri, 24 Mar 2006 16:46:26 -0500 (EST) 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 38686-08 for <anthill-IWHQxnLZ/[email protected]>;Fri, 24 Mar 2006 16:46:25 -0500 (EST) Received: from [192.168.0.101] (c-67-190-19-249.hsd1.co.comcast.net[67.190.19.249])by host54a.simplicato.com (Postfix) with ESMTP id AE9EC6C025Efor <anthill-IWHQxnLZ/[email protected]>; Fri, 24 Mar 2006 16:46:24 -0500 (EST) X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8= Return-Path: <[email protected]> Delivered-To: mailman-anthill-IWHQxnLZ/[email protected] User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en References: <[email protected]> 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.1 required=5.0 tests=RCVD_IN_SORBS 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 Mar 2006 21:47:36.0094 (UTC) FILETIME=[9042A3E0:01C64F8C] You could try to recreate the properties for the master project. If the problem is that it can't delete the directory though, I would start there. Windows can be very finicky about that. Do you have a DOS window up in that folder? A file open in a text editor from that folder? There's always the classic windows answer - reboot to make sure any demands on that folder are freed up. You should be able to use c:\anthill as the project root. On windows, I usually enter something like: \programs\urbancode\anthill though. The parser of the filename is just the standard Java file interaction layer which is pretty forgiving. -- Eric Res Pons wrote: >Hi Guys > >I've been having major problems with my builds as of last week where AH >does not do a build when clearly major changes were committed to the Repo >the night before and Tomcat logs basically show "no build required" for >this specific master project. > >I have 8 projects building nightly under AH-OS. Other projects happen to >build fine with the flying green colors. The master project is the only one >which fails every night with the following error: > >--------------------------------- >Anthill version 1.8.0.264 > >Retrieving project files: FAILED to build project. Message: ProfileAdapter >checkout failed: 1 Got Revisions: OK >----------------------------------------------------------------------------------------------- > > >Oh yes and when I check the Anthill interface and open the WinXP explorer >as to inquire why the build failed, I see that AH was unable to entirely >delete the old copy and the deletion and the fresh new check out >conflicted! I could be wrong. I'm still investigating this. > > >In the other projects, at the end of each of their build files, I force >checking in a dummy file so they get built anyway! Although the other 7 >projects don't need to be built every night, for specific architectural and >deployment reasons I build and deploy them every night to the QA servers. > >The master project has high activity and developers commit changes all day >and night and I commit a build number as well. > >Couple of questions: > >1. Do you think my master proj's AH property sheet is corrupted and I >should recreate it from scratch? > >2. In Anthill Properties I have the root of AH as c:\anthill, would it >hurt? Or should it be just /anthill? It has been like the former for a year >and it has worked fine. > >Any ideas? > >Thank you. > >_________________________________________________________________ >FREE pop-up blocking with the new MSN Toolbar get it now! >http://toolbar.msn.click-url.com/go/onm00200415ave/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 _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/