Created
March 23, 2011 17:14
-
-
Save mikaa123/883505 to your computer and use it in GitHub Desktop.
Rake task to generate and run a jar with Rawr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "Generates and run the jar file" | |
task :run_jar do | |
puts `rake rawr:clean` | |
puts `rake rawr:jar` | |
puts `java -jar deployement/jar/filename.jar | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment