We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb44c8a commit 807c02eCopy full SHA for 807c02e
Rakefile
@@ -32,7 +32,7 @@ end
32
desc "Generate sources, compile and add to jar file"
33
task :gen do
34
mkdir_p 'src_gen'
35
- system 'apt -nocompile -cp lib/jruby.jar:build_lib/asm-3.0.jar:build_lib/asm-util-3.0.jar -factory org.jruby.anno.AnnotationBinder src/org/jruby/*.java'
+ system 'apt -nocompile -cp lib/jruby.jar:build_lib/asm-4.0_RC1.jar:build_lib/asm-util-4.0_RC1.jar -factory org.jruby.anno.AnnotationBinder src/org/jruby/*.java'
36
system 'javac -cp lib/jruby.jar src_gen/*.java'
37
system 'jar -uf lib/jruby.jar -C src_gen .'
38
end
0 commit comments