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"
<table border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -303,10 +303,12 @@
</tr>
<tr>
<td valign="top">
- build.compiler.warnings
+ build.compiler.warnings<br>
+ <b>This property has been deprecated, use the nowarn attribute
+ instead</b>
</td>
<td valign="top">
- disable warning messages
+ don't disable warning messages
</td>
</tr>
<tr>