Apparently the "classic" compiler is not only deprecated in JDK 1.4, but it

also has a significant regression introduced in it.   The default compiler
not only works, but also is noticably faster.  Ant takes care of the
selection of the compiler automatically based on the JDK level, so the
following patch should make things better all around.


git-svn-id: svn://10.0.0.236/trunk@105618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nboyd%atg.com
2001-10-17 12:59:48 +00:00
parent acea3a7499
commit b57e670e00

View File

@@ -12,7 +12,6 @@ Requires Ant version 1.2
<property name="version" value="1_5R3pre"/>
<property name="rhino.jar" value="js.jar"/>
<property name="build.compiler" value="classic"/>
<property name="debug" value="off"/>
<property name="src.dir" value="src"/>