1. reinstalling works with the latest Java version. ~ $ gem install rjb Building native extensions. This could take a while... Successfully installed rjb-1.3.2 1 gem installed Installing ri documentation for rjb-1.3.2... Installing RDoc documentation for rjb-1.3.2... ~ $ gem install --version 1.2.6 rjb Building native extensions. This could take a while... Successfully installed rjb-1.2.6 1 gem installed Installing ri documentation for rjb-1.2.6... Installing RDoc documentation for rjb-1.2.6...
~ $ sudo gem install buildr Password: To get started run buildr --help Successfully installed buildr-1.4.3 1 gem installed Installing ri documentation for buildr-1.4.3... Installing RDoc documentation for buildr-1.4.3... BUT! 2. the JVM cannot be created 3. installing JRUBY and installing Buildr under JRUBY does CREATE a JVM BUT! 4. NOW it CANNOT find the classpath IN the very JAR it created. This was working up until now. 5. Note that I have a very sophisticated and complex Buildr application with is quite mature and complex. This disables a MAJOR feature that was working just fine; why should this suddenly "stop working"? --Ed On Nov 4, 2010, at 2:21 PM, Antoine Toulme wrote: > I don't understand your question. > > Download jruby and run jruby -S gem install buildr to avoid having to deal > with RJB. You'll be just fine then. > > On Thu, Nov 4, 2010 at 12:54, implicitcoder <[email protected]> wrote: > >> >> Antonie >> I totally agree with your suggestion, but wud u suggest to have too many >> different dependencies in a project ? >> >> Pls suggest >> >> On Thu, Nov 4, 2010 at 11:24 PM, Antoine Toulme [via Software] < >> [email protected]<ml-node%[email protected]> >> <ml-node%[email protected]<ml-node%[email protected]> >>> >>> wrote: >> >>> There is always the possibility to use jruby. >>> >>> On Thu, Nov 4, 2010 at 10:21, implicitcoder <[hidden email]< >> http://user/SendEmail.jtp?type=node&node=5706285&i=0>> >>> wrote: >>> >>>> >>>> Ed, Can you let me know ur workaround method. I want to make it work >>> badly >>>> >>>> On Thu, Nov 4, 2010 at 10:26 PM, Ed Smiley [via Software] < >>>> [hidden email] <http://user/SendEmail.jtp?type=node&node=5706285&i=1 >>> <[hidden >>> email] <http://user/SendEmail.jtp?type=node&node=5706285&i=2>> >>>> <[hidden email] <http://user/SendEmail.jtp?type=node&node=5706285&i=3 >>> <[hidden >>> email] <http://user/SendEmail.jtp?type=node&node=5706285&i=4>> >>>>> >>>>> wrote: >>>> >>>>> Great. So at least that explains my Buildr/RJB reinstallation issues >>>>> (which >>>>> I worked around by finding copies elsewhere.) >>>>> >>>>> Now, I am still wondering why the Java object can no longer create a >>> JVM, >>>>> even after reinstallation. Is anybody else seeing this problem? >>>>> >>>>> --Ed >>>>> >>>>> On Thu, Nov 4, 2010 at 7:12 AM, Antoine Toulme <[hidden email]< >>>> http://user/SendEmail.jtp?type=node&node=5706064&i=0>>wrote: >>>>> >>>>> >>>>>> From the RJB forum: >>>>>> >>>>>> http://rubyforge.org/forum/forum.php?forum_id=38127 >>>>>> >>>>>> Java update 3 for Snow Leopard removes necessary header files. So >>>>>> installing >>>>>>> rjb gem may fail on OS X. >>>>>> >>>>>> The solution is to install Java for Mac OS X 10.6 Update 3 >> Developer >>>>>> Package >>>>>>> from http://connect.apple.com < >> http://connect.apple.com?by-user=t> >>> <http://connect.apple.com?by-user=t< >> http://connect.apple.com?by-user=t&by-user=t>> >>> >>>> before >>>>> gem install. >>>>>> >>>>>> >>>>>> >>>>>> This explains the recent issues raised on IRC and on the users >>> mailing >>>>>> list. >>>>>> >>>>>> Thanks, >>>>>> >>>>>> Antoine >>>>>> >>>>> >>>>> >>>>> ------------------------------ >>>>> View message @ >>>>> >>>> >>> >> http://software.780142.n2.nabble.com/Java-on-Mac-OS-tp5705452p5706064.html >> < >> http://software.780142.n2.nabble.com/Java-on-Mac-OS-tp5705452p5706064.html?by-user=t >>> >>>>> To unsubscribe from Java on Mac OS, click here< >>>> >>> >> http://software.780142.n2.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=5705452&code=YmlrYXNoanBhdHJhQGdtYWlsLmNvbXw1NzA1NDUyfC04NTA3NjQyMDc= >> < >> http://software.780142.n2.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=5705452&code=YmlrYXNoanBhdHJhQGdtYWlsLmNvbXw1NzA1NDUyfC04NTA3NjQyMDc=&by-user=t >>> >>>>> . >>>>> >>>>> >>>>> >>>> >>>> -- >>>> View this message in context: >>>> >>> >> http://software.780142.n2.nabble.com/Java-on-Mac-OS-tp5705452p5706167.html >> < >> http://software.780142.n2.nabble.com/Java-on-Mac-OS-tp5705452p5706167.html?by-user=t >>> >>>> Sent from the Apache Buildr - User mailing list archive at Nabble.com. >>>> >>> >>> >>> ------------------------------ >>> View message @ >>> >> http://software.780142.n2.nabble.com/Java-on-Mac-OS-tp5705452p5706285.html >>> To unsubscribe from Java on Mac OS, click here< >> http://software.780142.n2.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=5705452&code=YmlrYXNoanBhdHJhQGdtYWlsLmNvbXw1NzA1NDUyfC04NTA3NjQyMDc= >>> . >>> >>> >>> >> >> -- >> View this message in context: >> http://software.780142.n2.nabble.com/Java-on-Mac-OS-tp5705452p5706726.html >> Sent from the Apache Buildr - User mailing list archive at Nabble.com. >>
