Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 74845 invoked from network); 28 Oct 2004 11:35:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Oct 2004 11:35:02 -0000 Received: (qmail 37472 invoked by uid 500); 28 Oct 2004 11:35:01 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 37312 invoked by uid 500); 28 Oct 2004 11:34:59 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 37298 invoked by uid 500); 28 Oct 2004 11:34:59 -0000 Received: (qmail 37295 invoked by uid 99); 28 Oct 2004 11:34:59 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 28 Oct 2004 04:34:59 -0700 Received: (qmail 74774 invoked by uid 1146); 28 Oct 2004 11:34:58 -0000 Date: 28 Oct 2004 11:34:58 -0000 Message-ID: <20041028113458.74773.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks javac.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bodewig 2004/10/28 04:34:58 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH javac.html Log: merge Revision Changes Path No revision No revision 1.42.2.5 +6 -4 ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.42.2.4 retrieving revision 1.42.2.5 diff -u -r1.42.2.4 -r1.42.2.5 --- javac.html 9 Feb 2004 22:12:07 -0000 1.42.2.4 +++ javac.html 28 Oct 2004 11:34:58 -0000 1.42.2.5 @@ -240,7 +240,7 @@ particular, if you use JDK 1.4+ the generated classes will not be usable for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 (which is the default value for JDK 1.1 to - 1.3). + 1.3). We highly recommend to always specify this attribute. No @@ -317,9 +317,11 @@ running in a 1.3 VM) and jikes.
If you use this attribute together with jikes, you must make sure that your version of jikes supports the -source - switch.
Legal values are 1.3, 1.4 and 1.5 - – by default, no -source argument will be used - at all. + switch. By default, no -source argument will be used + at all.
+ Note that the default value depends on the JVM that is running + Ant. We highly recommend to always specify this + attribute. No --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org