You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2007/01/10 03:31:04 UTC

svn commit: r494689 - /harmony/enhanced/classlib/trunk/README.txt

Author: ndbeyer
Date: Tue Jan  9 18:31:03 2007
New Revision: 494689

URL: http://svn.apache.org/viewvc?view=rev&rev=494689
Log:
Apply patch for HARMONY-2958: [doc] Use hy.javac.compiler instead of build.properties in README.txt

Modified:
    harmony/enhanced/classlib/trunk/README.txt

Modified: harmony/enhanced/classlib/trunk/README.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/README.txt?view=diff&rev=494689&r1=494688&r2=494689
==============================================================================
--- harmony/enhanced/classlib/trunk/README.txt (original)
+++ harmony/enhanced/classlib/trunk/README.txt Tue Jan  9 18:31:03 2007
@@ -196,10 +196,11 @@
 set in the HARMONY_TRUNK/make/properties.xml and looks like the following XML
 element.
 
-<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter" />
+<property name="hy.javac.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter" />
 
 The compiler can be set to "modern", as per the Ant manual, which will cause Ant
-to use the JDK's 'javac' tool.
+to use the JDK's 'javac' tool. You may also need to change the 'build.compilerarg'
+to '-nowarn' instead of the JDT '-warn:none'.
 
 
 Options for ECJ compiler
@@ -297,4 +298,4 @@
 ed while executing this line:
 C:\dev\harmony\enhanced\classlib\trunk\make\build-java.xml:143: java.lang.reflec
 t.InvocationTargetException
-</snippet>
\ No newline at end of file
+</snippet>