Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 83786 invoked by uid 500); 14 Aug 2001 06:34:11 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 83771 invoked by uid 500); 14 Aug 2001 06:34:10 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Date: 14 Aug 2001 06:30:52 -0000 Message-ID: <20010814063052.1976.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs/manual/CoreTasks javac.html X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N bodewig 01/08/13 23:30:52 Modified: docs/manual/CoreTasks Tag: ANT_14_BRANCH javac.html Log: Add deprecation warning to documentation of build.compiler.warnings - also note that this one is true by default. Revision Changes Path No revision No revision 1.10.2.3 +6 -4 jakarta-ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -r1.10.2.2 -r1.10.2.3 --- javac.html 2001/08/13 14:21:49 1.10.2.2 +++ javac.html 2001/08/14 06:30:52 1.10.2.3 @@ -289,8 +289,8 @@ properties prior to invoking the task. The ant developers are aware that this is ugly and inflexible -expect a better solution in the future. All the options are boolean, and must be set to "true" or "yes" to be -interpreted as anything other than false; by default they are all -'false. +interpreted as anything other than false; by default +build.compiler.warnings is "true" while all others are "false" @@ -303,10 +303,12 @@
- build.compiler.warnings + build.compiler.warnings
+ This property has been deprecated, use the nowarn attribute + instead
- disable warning messages + don't disable warning messages