diminish7 / rave

A Google Wave robot client framework for Ruby
http://github.com/diminish7/rave
MIT License
62 stars 8 forks source link

jars should not be put in project #34

Closed bil-bas closed 14 years ago

bil-bas commented 14 years ago

The jars should not be put into the project folder created for the user ("rave create"). They should only be copied into the tmp folder when performing "rave build". This would allow us to update the jar files as and when we want, without needing to rely on the user changing the files locally (they will be changed in the gem anyway).

For example, the Java API is now at 1.3.0 and we shouldn't have to make users perform this update if we can easily manage it entirely at our side of the system.

diminish7 commented 14 years ago

Turns out that warbler takes care of breaking up jruby into smaller jars for us (we used to have to do that ourselves) so I was able to get the jruby jars out of this project altogether. And I got rid of the appengine jar from the robots and moved it over to the tmp/war folder at war time only.