From continuum-users-return-2057-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Thu Jun 29 19:18:55 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 40923 invoked from network); 29 Jun 2006 19:18:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 19:18:55 -0000 Received: (qmail 17255 invoked by uid 500); 29 Jun 2006 19:18:54 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 17234 invoked by uid 500); 29 Jun 2006 19:18:54 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 17223 invoked by uid 99); 29 Jun 2006 19:18:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 12:18:54 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [170.35.209.249] (HELO cingular.com) (170.35.209.249) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 12:18:53 -0700 Received: from ([10.152.130.27]) by extmail06.cingular.com with ESMTP id KP-TRPY2.87554307; Thu, 29 Jun 2006 15:18:05 -0400 Received: from WWDCEXCH02.US.Cingular.Net ([10.152.130.47]) by wd07xsmtp001.US.Cingular.Net with Microsoft SMTPSVC(6.0.3790.1830); Thu, 29 Jun 2006 15:18:05 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Newbie question about features of continuum Date: Thu, 29 Jun 2006 15:18:05 -0400 Message-ID: <89FF908B1A615D49B6EC798A255CDF882A97FB@WWDCEXCH02.US.Cingular.Net> In-Reply-To: <0C260F619E428642BFA6380177C3ADF303D927A1@exmsea005.us.wamu.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Newbie question about features of continuum Thread-Index: AcabsCxSygGrI4IWTwujJbIE+xcLawAADyJQ To: X-OriginalArrivalTime: 29 Jun 2006 19:18:05.0341 (UTC) FILETIME=[BF581CD0:01C69BB0] From: "Bravo, Kris" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It probably depends on the type of build. If it's a maven 2 build, then the artifacts are deployed to an internal respository where they are available for others. Presumably in ant you would have to write it into the script. Shyed away from damagecontrol for similar reasons kris bravo * Clarify Development * office: 678.893.1288 * mobile: 678.296.8723=20 -----Original Message----- From: Karr, David [mailto:david.karr@wamu.net]=20 Sent: Thursday, June 29, 2006 3:14 PM To: continuum-users@maven.apache.org Subject: Newbie question about features of continuum I've yet to install Continuum, but I have some questions about it, before I get too far. I currently have a medium-size CruiseControl setup, and I've always been a little disappointed in its "fragility", but it does work for me. One question I have about the features of Continuum: Is there a defined way to get access to the build artifacts for a particular build? I didn't see this mentioned anywhere. This is one of the principal things we use CruiseControl for.