Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 70400 invoked from network); 15 Mar 2007 06:30:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 06:30:42 -0000 Received: (qmail 19095 invoked by uid 500); 15 Mar 2007 06:30:48 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 18897 invoked by uid 500); 15 Mar 2007 06:30:47 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 18878 invoked by uid 99); 15 Mar 2007 06:30:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 23:30:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.mao@iona.com designates 65.223.216.181 as permitted sender) Received: from [65.223.216.181] (HELO amereast-smg1.iona.com) (65.223.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 23:30:36 -0700 Received: from amer-ems1.IONAGLOBAL.COM ([10.65.6.25]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l2F6TcaW000899; Thu, 15 Mar 2007 02:29:38 -0400 (EDT) Received: from [10.129.9.206] ([10.129.9.206]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Thu, 15 Mar 2007 02:28:42 -0400 Message-ID: <45F8E7A0.5060601@iona.com> Date: Thu, 15 Mar 2007 14:28:48 +0800 From: James Mao User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org CC: cxf-commits@incubator.apache.org Subject: Re: svn commit: r518412 - in /incubator/cxf/trunk: pom.xml testutils/pom.xml References: <20070315010526.686701A9838@eris.apache.org> In-Reply-To: <20070315010526.686701A9838@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Mar 2007 06:28:44.0074 (UTC) FILETIME=[2E1300A0:01C766CB] X-Virus-Checked: Checked by ClamAV on apache.org After fork=true in testutil, it failed on windows platform. Can we change it back to default settings? Where do we use continuum? can we pass the setting just in env where we run the continuum? Thanks. James. > Author: dkulp > Date: Wed Mar 14 18:05:25 2007 > New Revision: 518412 > > URL: http://svn.apache.org/viewvc?view=rev&rev=518412 > Log: > Use forking for the compiler in testutils. Hopefully to allow continuum to complete. > > Modified: > incubator/cxf/trunk/pom.xml > incubator/cxf/trunk/testutils/pom.xml > > Modified: incubator/cxf/trunk/pom.xml > URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=518412&r1=518411&r2=518412 > ============================================================================== > --- incubator/cxf/trunk/pom.xml (original) > +++ incubator/cxf/trunk/pom.xml Wed Mar 14 18:05:25 2007 > @@ -41,6 +41,11 @@ > 2.0.5 > > > + > + false > + > + > + > > > apache.snapshots > @@ -361,10 +366,12 @@ > > org.apache.maven.plugins > maven-compiler-plugin > - 2.0.1 > + 2.0.2 > > 1.5 > 1.5 > + 256M > + ${compiler.fork} > > > > > Modified: incubator/cxf/trunk/testutils/pom.xml > URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/pom.xml?view=diff&rev=518412&r1=518411&r2=518412 > ============================================================================== > --- incubator/cxf/trunk/testutils/pom.xml (original) > +++ incubator/cxf/trunk/testutils/pom.xml Wed Mar 14 18:05:25 2007 > @@ -58,6 +58,9 @@ > > > > + > + true > + > > > > > > >