Source code browse
mainline
| Filename | Author | Revision | Modified | Log Entry |
|---|---|---|---|---|
| logustus@gmail.com | 287f1280 | over 2 years ago | Ignoring Rubymine metadata. | |
| david@koontzfamily.org | 4b4fdc29 | over 3 years ago | Converted from Hoe to Mr. Bones | |
| jay@mcgavren.com | 88ec0335 | about 1 year ago | Generator renamed to Creator to ... | |
| james@neurogami.com | 95983086 | about 1 year ago | Jar packaging changes | |
| logustus@gmail.com | 7046bb29 | over 2 years ago | Rawr now depends on JRuby, and o... | |
| jay@mcgavren.com | 88ec0335 | about 1 year ago | Generator renamed to Creator to ... | |
| jay@mcgavren.com | 13f7cf5a | over 2 years ago | Updated JavaApplicationStub for ... | |
| james@neurogami.com | 4051c2d3 | about 1 year ago | Removed some puts info calls | |
| gioele@svario.it | 79d787c8 | over 2 years ago | Use the official method to acces... | |
| james@neurogami.com | 95983086 | about 1 year ago | Jar packaging changes |
Rawr 1.4.0
by David Koontz, James Britt, and Logan Barnett
http://kenai.com/projects/rawr
== DESCRIPTION:
Rawr is a packaging solution for JRuby applications. Rawr comes in two pieces, a
rawr command that creates a Java "main" file in your application and a
configuration file that will be used by Rawr to build the final jar and a rake
file that you can include into your project to do the building of the project.
== SYNOPSIS:
rawr install
rake rawr:jar
java -jar package/jar/your_jar_file.jar
== REQUIREMENTS:
* jruby
* javac
* jar
* rake
== INSTALL:
* sudo gem install rawr
== LICENSE:
Rawr is released under the Ruby License.





