1
0

Add instructions that we have to run Ant without the JIT compiler to get around bugs in early JVMs.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@558565 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-07-22 23:58:45 +00:00
parent 9f95a43ec8
commit 7e10c9fd4b

View File

@@ -24,8 +24,16 @@
- * mvn package
- * ant getlibs
- * cp build.properties.sample build.properties
- * Depending on which platform you are on, do either
- set JAVA_COMPILER=NONE
- or
- setenv JAVA_COMPILER NONE
- * ant -lib lib/junit-3.8.1.jar -f build-testing.xml test
-
- Note that we have to run Ant without the JIT compiler to get around bugs in
- the 1.2 JVM. That's why we need to set JAVA_COMPILER to NONE.
- See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4240622
-
- Note that this build file uses the optional <junit> task. While the
- task "adapter" class comes by default with ant 1.6+, the junit libraries
- (3.8.1 or later) are also required to be made available to ant. This