Guest User

Untitled

a guest
May 25th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. $ java -jar ~/.m2/repository/org/jruby/jruby-complete/1.5.0/j
  2. ruby-complete-1.5.0.jar -S jrubyc -t $PWD/target/jrubyc-generated-sources/ -d $PWD/src/main/ruby --java /home/kristian/projects/jruby-maven-plugins/jruby-maven-plugin/src/it/generate-java-and-compile/src/main/ruby
  3.  
  4. Compiling all in '/home/kristian/projects/jruby-maven-plugins/jruby-maven-plugin/src/it/generate-java-and-compile/src/main/ruby'...
  5. Generating Java class MyReply to /home/kristian/projects/jruby-maven-plugins/jruby-maven-plugin/src/it/generate-java-and-compile/target/jrubyc-generated-sources/com/otherexample/MyReply.java
  6.  
  7. or
  8.  
  9. $ java -jar ~/.m2/repository/org/jruby/jruby-complete/1.5.0/j
  10. ruby-complete-1.5.0.jar -S jrubyc -t target/jrubyc-generated-sources/ -d src/main/ruby --java src/main/ruby
  11.  
  12. Compiling all in '/home/kristian/projects/jruby-maven-plugins/jruby-maven-plugin/src/it/generate-java-and-compile/src/main/ruby'...
  13. Generating Java class MyReply to target/jrubyc-generated-sources/com/otherexample/MyReply.java
Add Comment
Please, Sign In to add comment