Author: dennisl
Date: Sun Jul 22 16:58:45 2007
New Revision: 558565
URL: http://svn.apache.org/viewvc?view=rev&rev=558565
Log:
Add instructions that we have to run Ant without the JIT compiler to get around
bugs in early JVMs.
Modified:
jakarta/commons/proper/logging/trunk/build-testing.xml
Modified: jakarta/commons/proper/logging/trunk/build-testing.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/build-testing.xml?view=diff&rev=558565&r1=558564&r2=558565
==============================================================================
--- jakarta/commons/proper/logging/trunk/build-testing.xml (original)
+++ jakarta/commons/proper/logging/trunk/build-testing.xml Sun Jul 22 16:58:45
2007
@@ -24,7 +24,15 @@
- * 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]