You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/09/22 23:10:40 UTC

svn commit: r449090 - /ant/core/trunk/docs/manual/CoreTasks/javac.html

Author: peterreilly
Date: Fri Sep 22 14:10:40 2006
New Revision: 449090

URL: http://svn.apache.org/viewvc?view=rev&rev=449090
Log:
bugzilla 27283: note that optimize has no effect for sun jdk>1.3

Modified:
    ant/core/trunk/docs/manual/CoreTasks/javac.html

Modified: ant/core/trunk/docs/manual/CoreTasks/javac.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/javac.html?view=diff&rev=449090&r1=449089&r2=449090
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/javac.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/javac.html Fri Sep 22 14:10:40 2006
@@ -239,8 +239,12 @@
   </tr>
   <tr>
     <td valign="top">optimize</td>
-    <td valign="top">Indicates whether source should be compiled with
-      optimization; defaults to <code>off</code>.</td>
+    <td valign="top">
+      Indicates whether source should be compiled with
+      optimization; defaults to <code>off</code>. <strong>Note</strong>
+      that this flag is just ignored by Sun's <code>javac</code> starting
+      with JDK 1.3 (since compile-time optimization is unnecessary).
+    </td>
     <td align="center" valign="top">No</td>
   </tr>
   <tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org