mkristian / ruby-maven

repo moved to
https://github.com/takari/ruby-maven
MIT License
28 stars 7 forks source link

Fixes to run rmvn #1

Closed douglasrodrigo closed 13 years ago

douglasrodrigo commented 13 years ago

Hi Kristian, I got the last version of ruby-maven and didn't work with me, so I'm sending this pull request to try help you to solve this.

Fixes: Adding java support to use java classes fixing varargs inputs, was launching exception trying converting a array of array to java array of String;

mkristian commented 13 years ago

thanx, I merge it but will add at least one more thing so it can still run with MRI. MRI has much better startup. what error did the missing "require 'java'" produces ?

mkristian commented 13 years ago

I found the place why require 'java' is needed ;-)

douglasrodrigo commented 13 years ago

Kristian, when are you plan to launch a new version?

mkristian commented 13 years ago

from your question I conclude that everything is working with the patched version of yours. I push the new gem right away.

mkristian commented 13 years ago

done :-)

douglasrodrigo commented 13 years ago

Great, ruby-maven it's a great option to use maven in a more friendly way.