Skip to content

Example of packaging a Propane (Jruby + Processing) app with Rawr.

Notifications You must be signed in to change notification settings

poqudrof/propane-rawr-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Distributable Propane application with Rawr

This is an example of building an executable jar with rawr.

How to use

Dependencies

jgem install rawr --source http://gems.neurogami.com

Steps

## Generate 
rawr install

## build the jar
rake rawr:jar

## Try rake -T  to see other possiblities, like  rake rawr:bundle:exe

## Test
java -jar package/jar/propane-example.jar

Create an archive to distribute it:

tar -cvf propane-example.tar package/jar 
zip -r propane-example.zip package/windows 

What is it really

Rawr can create jar files from JRuby application. In this code, we have one dependency: propane for our example.

You can read more about propane on github and their website.

You can read more about Rawr on github and and their website and blog.

TODO:

Create another branch with warbler, following this example: http://ericlondon.com/2013/10/04/ahead-of-time-compiling-jruby-packaging-a-java-jar-creating-a-gemspec-using-warbler.html

About

Example of packaging a Propane (Jruby + Processing) app with Rawr.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •