Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 66197 invoked from network); 22 Feb 2007 00:04:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 00:04:43 -0000 Received: (qmail 81987 invoked by uid 500); 22 Feb 2007 00:04:51 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 81962 invoked by uid 500); 22 Feb 2007 00:04:51 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 81950 invoked by uid 99); 22 Feb 2007 00:04:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 16:04:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of dantran@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 16:04:40 -0800 Received: by ug-out-1314.google.com with SMTP id j40so2640ugd for ; Wed, 21 Feb 2007 16:04:18 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=D2qCQYqO5b880N6UJOvfUGbhsOXtknZeRrTgVdY+h6hiWmSZbo4aB1LTPVjtue2JvPrP0uj7QTADwTT5yem34+j4K9SP7OWDLj73qiJBS+x/Ue0s2nmeyU8yvhOJOU4LlPfDfRfl7bBh5faCooRdD84ayQYFB/F29uWH08f5ZsM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=S+FMttMjZADVeAgrwexis48VSzQ25T/LQQtmYO/bh6GZuOW82stWmHkekAHFB6O+bhgXXwfOezw6vd71W12Uvy6nqFgAwgY1/fBFjHDpvykE2dNzFiZIOB0rneDVcZ3ttSA592yZgglGrgCzLBo67b0GzVO7am39TLDXSfrPrxA= Received: by 10.82.107.15 with SMTP id f15mr2882buc.1172102658693; Wed, 21 Feb 2007 16:04:18 -0800 (PST) Received: by 10.82.122.3 with HTTP; Wed, 21 Feb 2007 16:04:18 -0800 (PST) Message-ID: Date: Wed, 21 Feb 2007 16:04:18 -0800 From: "Dan Tran" To: continuum-dev@maven.apache.org, brill@pappin.ca Subject: Re: A new Continuum feature? In-Reply-To: <002a01c75611$34198930$6700a8c0@PTAH> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16940_4722196.1172102658666" References: <45DB2066.2090606@venisse.net> <3062945C8A115C419AA06FE904322AA40137318D@sg1255z.corproot.net> <002a01c75611$34198930$6700a8c0@PTAH> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16940_4722196.1172102658666 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Profile it!!! for example you can create 2 continuum projects using the same source but profile with different gcc version. -D On 2/21/07, Brill Pappin wrote: > > We've discovered that we really need to be able to specify the environment > we build each module under. > For instance we are building different versions of both native code and > java > code. > > In the java instance, we're building JDBC drivers from 1.3 to 1.5 and the > interfaces are quite different. We can add the new interface stuff, and > compile with 1.3 compatibility but we'd prefer not to have empty interface > methods. So, what we need to do is be able to set up environments for each > build (we can do it with a script right now, but it's far from ideal). > Native case has the same problem, we need to build with different versions > of gcc etc. > > So far we've had to set up multiple CI servers to really handle everything > but it would be nice not to have to do that. > > What do people think? Is this something that's worth putting into JIRA as > a > feature? > > - Brill Pappin > > ------=_Part_16940_4722196.1172102658666--