Created
February 28, 2010 05:54
-
-
Save atoulme/317288 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ant clean test | |
Buildfile: build.xml | |
init: | |
clean: | |
[delete] Deleting directory /home/data/users/atoulme/jruby/build | |
[delete] Deleting directory /home/data/users/atoulme/jruby/docs/api | |
[delete] Deleting directory /home/data/users/atoulme/jruby/src_gen | |
need-clean-ng: | |
clean-ng: | |
init: | |
jar: | |
init: | |
extract-rdocs: | |
prepare: | |
[mkdir] Created dir: /home/data/users/atoulme/jruby/build | |
[mkdir] Created dir: /home/data/users/atoulme/jruby/build/classes | |
[mkdir] Created dir: /home/data/users/atoulme/jruby/build/classes/jruby | |
[mkdir] Created dir: /home/data/users/atoulme/jruby/build/classes/test | |
[mkdir] Created dir: /home/data/users/atoulme/jruby/build/test-results | |
[mkdir] Created dir: /home/data/users/atoulme/jruby/build/test-results/html | |
[mkdir] Created dir: /home/data/users/atoulme/jruby/docs/api | |
prepare-resources: | |
[copy] Copying 25 files to /home/data/users/atoulme/jruby/build/classes/jruby | |
[copy] Copying 16 files to /home/data/users/atoulme/jruby/build/classes/jruby/builtin | |
[copy] Copying 5 files to /home/data/users/atoulme/jruby/build/classes/jruby | |
compile-annotation-binder: | |
[mkdir] Created dir: /home/data/users/atoulme/jruby/src_gen | |
[javac] Compiling 6 source files to /home/data/users/atoulme/jruby/build/classes/jruby | |
check-for-optional-java4-packages: | |
check-for-optional-packages: | |
compile-jruby: | |
[apt] Since compiler setting isn't classic or modern,ignoring fork setting. | |
[apt] Compiling 939 source files to /home/data/users/atoulme/jruby/build/classes/jruby | |
[apt] Since compiler setting isn't classic or modern,ignoring fork setting. | |
[apt] warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated, org.jruby.anno.JRubyConstant, java.lang.SuppressWarnings, org.jruby.anno.JRubyModule, java.lang.annotation.Retention, java.lang.annotation.Target, com.kenai.jaffl.annotations.Out, com.kenai.jaffl.annotations.In, com.kenai.jaffl.annotations.Transient] | |
[apt] 1 warning | |
[apt] Note: Some input files use unchecked or unsafe operations. | |
[apt] Note: Recompile with -Xlint:unchecked for details. | |
compile: | |
generate-method-classes: | |
_gmc_internal_: | |
[echo] Generating invokers... | |
[java] Exception in thread "main" java.lang.NoClassDefFoundError: | |
[java] Caused by: java.lang.ClassNotFoundException: | |
[java] at java.net.URLClassLoader.findClass(URLClassLoader.java:421) | |
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:652) | |
[java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:346) | |
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:618) | |
[java] Could not find the main class: . Program will exit. | |
BUILD FAILED | |
/home/data/users/atoulme/jruby/build.xml:614: The following error occurred while executing this line: | |
/home/data/users/atoulme/jruby/build.xml:212: The following error occurred while executing this line: | |
/home/data/users/atoulme/jruby/build.xml:217: Java returned: 1 | |
Total time: 3 minutes 42 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment