To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorGenerate JRuby gems from JRuby or MRI
In order to keep sanity in the Ruby world
As a Gem developer who used to do J2EE development
I want more rake magic that turns monotony into joy.
- Scenarios
-
- package a gem for Java (with default Rake)
-
- Given
- that my JRuby gem source is all in place
- And
- I've installed the Java Development Kit
- And
- I've already successfully executed rake task 'java compile'
- When
- rake task 'java gem' is invoked
- Then
- rake task 'java gem' succeeded
- And
- gem for platform 'java' get generated
- package a gem for Java (with Rake on JRuby)
-
- Given
- that my JRuby gem source is all in place
- And
- I've installed the Java Development Kit
- And
- I've installed JRuby
- And
- I've already successfully executed rake task 'java compile' on JRuby
- When
- rake task 'java gem' is invoked
- Then
- rake task 'java gem' succeeded
- And
- gem for platform 'java' get generated
Last published over 5 years ago by luislavena.