Skip to content

Commit

Permalink
Update asm jar versions in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Nov 29, 2011
1 parent 32c559b commit f86e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end
desc "Generate sources, compile and add to jar file"
task :gen do
mkdir_p 'src_gen'
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'
system 'apt -nocompile -cp lib/jruby.jar:build_lib/asm-4.0.jar:build_lib/asm-util-4.0.jar -factory org.jruby.anno.AnnotationBinder src/org/jruby/*.java'
system 'javac -cp lib/jruby.jar src_gen/*.java'
system 'jar -uf lib/jruby.jar -C src_gen .'
end

0 comments on commit f86e329

Please sign in to comment.