[jruby-dev] Re: How to add class level (static) and Module level methods to a jruby gem

2015-04-22 Thread Charles Oliver Nutter
Generally if you have both instance methods and class methods, you'd make the class methods static and add meta = true to the JRubyMethod annotation. If you define only class methods, meta = true is not necessary if you defineAnnotatedMethods using the singleton class (myClass.getSingletonClass().

[jruby-dev] Re: How to add class level (static) and Module level methods to a jruby gem

2015-04-22 Thread Chamila Wijayarathna
Hi Charlie, I tried to add a static method as follows https://github.com/cdwijayarathna/GemTest/commit/72376f8d48df68516cfdb725d3903ab7edca089e, which I think I have followed what you said. But still system can't identify this methods. Am I missing something here? Thank You! On Wed, Apr 22, 2015

Re: [jruby-dev] Mailing lists need to be migrated off Codehaus

2015-04-22 Thread James Britt
Charles Oliver Nutter wrote: I'm not sure what service to use. Google Groups would be the easiest, but people have all sorts of concerns about using it. Librelist is kinda deprecated...Zed even warned me away from using it. Suggestions? I'm all for using Google groups, absent a concrete reason

Re: [jruby-dev] Mailing lists need to be migrated off Codehaus

2015-04-22 Thread James Britt
I don't know how many people are on the list. Perhaps enough to make a popular vote impractical. I suggest finding (somehow) the top N active participants on the list and giving their opinion more weight. Pick a value of N that feels right. Unless there is a more or less obvious alternativ