Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 89471 invoked from network); 15 Nov 2005 07:19:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Nov 2005 07:19:23 -0000 Received: (qmail 10750 invoked by uid 500); 15 Nov 2005 07:19:17 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 10715 invoked by uid 500); 15 Nov 2005 07:19:16 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 10704 invoked by uid 99); 15 Nov 2005 07:19:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 23:19:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [134.98.65.18] (HELO gateway.elsag.de) (134.98.65.18) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 14 Nov 2005 23:19:08 -0800 Received: from vwall.elsag.de by gateway.elsag.de via smtpd (for asf.osuosl.org [140.211.166.49]) with ESMTP; Tue, 15 Nov 2005 08:18:53 +0100 Received: from esmail by esmail via smtpd (for vwall.elsag.de [192.168.100.108]) with ESMTP; Tue, 15 Nov 2005 08:18:52 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Configure compile JDK vs. compile-test JDK Date: Tue, 15 Nov 2005 08:18:52 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Configure compile JDK vs. compile-test JDK Thread-Index: AcXpmOpDHZ/fJdISTjqrS6djrICR0QAGzyCg From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: "Maven Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Brett, Brett Porter wrote on Tuesday, November 15, 2005 4:59 AM: > We seem to have missed that use case after we changed from > the per-goal configuration model to the lifecycle bindings. >=20 > I think our medium term plan is to make the compiler > configuration a separate component referenced from that > plugin, and then the test one can have its own configuration, > but defaults to the normal compile configuration. I'll get it > into JIRA as two separate items. it can be worse though. In XStream we build by default for 1.3 target, = but some classes must be compiled for 1.5 (e.g. support for = Annotations). To ensure portability we must run the tests once with with = JDK 1.3 and JDK 1.5. With Ant no problem within one project ... I am not = sure about the best strategy to set this up within M2. - J=F6rg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org