Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 26665 invoked from network); 5 Dec 2006 10:18:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 10:18:38 -0000 Received: (qmail 99690 invoked by uid 500); 5 Dec 2006 10:18:43 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 99649 invoked by uid 500); 5 Dec 2006 10:18:43 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 99638 invoked by uid 99); 5 Dec 2006 10:18:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 02:18:43 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 02:18:31 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.13.8/8.13.8) with ESMTP id kB5AI7da003730 for ; Tue, 5 Dec 2006 11:18:07 +0100 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Tue, 5 Dec 2006 11:18:08 +0100 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: AW: AW: AW: please update the next release of Ant 1.7 to Xerces 2.9.0 Date: Tue, 5 Dec 2006 11:18:08 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: AW: AW: please update the next release of Ant 1.7 to Xerces 2.9.0 Thread-Index: AccYUZAfAJGAgXhJT4eKKsSuZ4Z31wAAdPYg From: To: X-OriginalArrivalTime: 05 Dec 2006 10:18:08.0460 (UTC) FILETIME=[A8FAA0C0:01C71856] X-Virus-Checked: Checked by ClamAV on apache.org >OK, going with the empirical approach rather than theorising about it! > > > > > > > classpath=3D"xercesImpl.jar" /> > > > > >public class X { > org.apache.xerces.parsers.XIncludeAwareParserConfiguration=20 > conf =3D new org.apache.xerces.parsers.XIncludeAwareParserConfiguration(); >} > >That works for me,=20 Then chances for including into Ant 1.7 increase ;-) But the final word is spoken by the build manager. >although I noticed something slightly=20 >surprising when I compiled using a 1.4 and 1.5 JDK. > > [javac] '-source' > [javac] '1.3' > >? Funny - maybe hidden needs? public class HelloWorld {} JDK-1.2.1_004: [javac] '-target' [javac] '1.2' (no -source) JDK 1.3.0-C [javac] '-target' [javac] '1.2' (no -source) JDK 1.4.2_05-b04 [javac] '-target' [javac] '1.2' [javac] '-source' [javac] '1.3' JDK 1.5.0_06-b05 [javac] '-target' [javac] '1.2' [javac] '-source' [javac] '1.3' JDK 1.6.0-rc-b102 [javac] '-target' [javac] '1.2' [javac] '-source' [javac] '1.3' The DefaultCompilerAdapter does the source-handling. Most of it in setupModernJavacCommandlineSwitches(). Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org