Skip to content

Instantly share code, notes, and snippets.

@charliedavi
Created January 17, 2012 12:08
Show Gist options
  • Save charliedavi/1626439 to your computer and use it in GitHub Desktop.
Save charliedavi/1626439 to your computer and use it in GitHub Desktop.
charlie@igeoliser:/usr/lib/jvm$ cat /home/charlie/.rvm/log/jruby-head/ant.jar.log
[2012-01-17 12:01:15] ant jar
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk/lib/tools.jar
Buildfile: /home/charlie/.rvm/src/jruby-head/build.xml
init:
prepare-bin-jruby:
jar:
init:
create-dirs:
[mkdir] Created dir: /home/charlie/.rvm/src/jruby-head/build
[mkdir] Created dir: /home/charlie/.rvm/src/jruby-head/build/classes
[mkdir] Created dir: /home/charlie/.rvm/src/jruby-head/build/classes/jruby
[mkdir] Created dir: /home/charlie/.rvm/src/jruby-head/build/classes/test
[mkdir] Created dir: /home/charlie/.rvm/src/jruby-head/build/test-results
[mkdir] Created dir: /home/charlie/.rvm/src/jruby-head/build/test-results/html
[mkdir] Created dir: /home/charlie/.rvm/src/jruby-head/docs/api
copy-resources:
[copy] Copying 37 files to /home/charlie/.rvm/src/jruby-head/build/classes/jruby
update-constants:
[echo] Updating Constants.java
[echo] ...using git revision = 7de254f, tzdata = 2010k
[copy] Warning: Could not find file /home/charlie/.rvm/src/jruby-head/src_gen/org/jruby/runtime/Constants.java to copy.
[copy] Copying 1 file to /home/charlie/.rvm/src/jruby-head/src_gen/org/jruby/runtime
_uc_internal_:
[copy] Copying 1 file to /home/charlie/.rvm/src/jruby-head/src_gen/org/jruby/runtime
BUILD FAILED
/home/charlie/.rvm/src/jruby-head/build.xml:671: The following error occurred while executing this line:
/home/charlie/.rvm/src/jruby-head/build.xml:226: The following error occurred while executing this line:
/home/charlie/.rvm/src/jruby-head/build.xml:218: The following error occurred while executing this line:
/home/charlie/.rvm/src/jruby-head/build.xml:234: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-6-openjdk/jre"
Total time: 1 second
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment