Skip to content

Commit

Permalink
Update dynalink stuff, add JSR292 mock to enable compiling/including …
Browse files Browse the repository at this point in the history
…invokedynamic logic.
  • Loading branch information
headius committed Mar 20, 2011
1 parent 2898b87 commit ce9b740
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ task :compile => :init do
'mirah'
)
end

# compile invokedynamic stuff
ant.javac :destdir => 'build', :srcdir => 'src',
:includes => 'org/mirah/DynalangBootstrap.java',
:classpath => 'javalib/dynalink-0.1.jar:javalib/jsr292-mock.jar'
end

desc "build basic jar for distribution"
Expand Down
Binary file removed javalib/dynalang-invoke-0.1.jar
Binary file not shown.
Binary file added javalib/dynalink-0.1.jar
Binary file not shown.
Binary file added javalib/jsr292-mock.jar
Binary file not shown.

0 comments on commit ce9b740

Please sign in to comment.