Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created September 29, 2014 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtyler/f0f511fe28ec99665706 to your computer and use it in GitHub Desktop.
Save rtyler/f0f511fe28ec99665706 to your computer and use it in GitHub Desktop.
[8:52:40] tyler:jruby-gradle-example git:(master) $ ./gradlew jar
:jrubyJavaBootstrap UP-TO-DATE
:compileJava
/usr/home/tyler/source/github/javaone-jruby-demo/jruby-gradle-example/build/generated/java/META-INF/gradle-plugins/bootstrap.java:3: error: package org.jruby.embed does not exist
import org.jruby.embed.ScriptingContainer;
^
/usr/home/tyler/source/github/javaone-jruby-demo/jruby-gradle-example/build/generated/java/META-INF/gradle-plugins/bootstrap.java:4: error: package org.jruby.embed does not exist
import static org.jruby.embed.PathType.*;
^
/usr/home/tyler/source/github/javaone-jruby-demo/jruby-gradle-example/build/generated/java/META-INF/gradle-plugins/bootstrap.java:5: error: package org.jruby does not exist
import org.jruby.CompatVersion;
^
/usr/home/tyler/source/github/javaone-jruby-demo/jruby-gradle-example/build/generated/java/META-INF/gradle-plugins/bootstrap.java:40: error: cannot find symbol
private ScriptingContainer container;
^
symbol: class ScriptingContainer
location: class JarMain
/usr/home/tyler/source/github/javaone-jruby-demo/jruby-gradle-example/build/generated/java/META-INF/gradle-plugins/bootstrap.java:10: error: cannot find symbol
container = new ScriptingContainer();
^
symbol: class ScriptingContainer
location: class JarMain
5 errors
:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 28.611 secs
[8:53:13] tyler:jruby-gradle-example git:(master) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment