Buildfile: build.xml

init:

jar:

jar-jruby:

init:

extract-rdocs:

prepare:

compile.tasks:
     [copy] Copying 1 file to /home/sma/src/jruby-1.1/build/classes/jruby

check-for-optional-java4-packages:

check-for-optional-packages:

compile-jruby:

compile:

generate-method-classes:
    [touch] Creating /home/sma/src/jruby-1.1/build/__empty.rb
   [delete] Deleting: /home/sma/src/jruby-1.1/build/__empty.rb
   [jarjar] Building jar: /home/sma/src/jruby-1.1/lib/jruby.jar

compile-test:
    [javac] Compiling 93 source files to /home/sma/src/jruby-1.1/build/classes/test
    [javac] 注意：某些输入文件使用了未经检查或不安全的操作。
    [javac] 注意：要了解详细信息，请使用 -Xlint:unchecked 重新编译。

copy-test-files:
     [copy] Copying 1 file to /home/sma/src/jruby-1.1/build/classes/test

instrument:

run-junit-compiled:
     [echo] compile=JIT, jit.threshold=0, jit.max=-1, objectspace=true threadpool=false reflection=false version=ruby1_8
    [junit] Testsuite: org.jruby.test.MainTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] 
    [junit] Null Test: 	Caused an ERROR
    [junit] (org/jruby/test/MainTestSuite) bad major version at offset=6
    [junit] java.lang.UnsupportedClassVersionError: (org/jruby/test/MainTestSuite) bad major version at offset=6
    [junit] 	at java.lang.ClassLoader.defineClassImpl(Native Method)
    [junit] 	at java.lang.ClassLoader.defineClass(ClassLoader.java:256)
    [junit] 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:151)
    [junit] 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:589)
    [junit] 	at java.net.URLClassLoader.access$400(URLClassLoader.java:123)
    [junit] 	at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:1034)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:279)
    [junit] 	at java.net.URLClassLoader.findClass(URLClassLoader.java:491)
    [junit] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:629)
    [junit] 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:328)
    [junit] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:595)
    [junit] 	at java.lang.Class.forNameImpl(Native Method)
    [junit] 	at java.lang.Class.forName(Class.java:130)
    [junit] 
    [junit] 

BUILD FAILED
/home/sma/src/jruby-1.1/build.xml:462: The following error occurred while executing this line:
/home/sma/src/jruby-1.1/build.xml:543: The following error occurred while executing this line:
/home/sma/src/jruby-1.1/build.xml:502: Tests failed

Total time: 20 seconds
