Skip to content

Commit

Permalink
start jar tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 29, 2009
1 parent 5714528 commit 6be9fd0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gem_tasks/jar.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
task :download_jruby => [:clean, :gem] do
sh 'wget http://dist.codehaus.org/jruby/1.1.6/jruby-complete-1.1.6.jar -O cucumber.jar'
end

task :install_gems do
mkdir 'pkg/jar_gems'
sh 'java -jar cucumber.jar -S gem install -i ./pkg/jar_gems pkg/cucumber-0.1.99.14.gem'
end

0 comments on commit 6be9fd0

Please sign in to comment.