Re: Java on Mac OS still screwed up

2010-11-17 Thread implicitcoder
How do I install this gem? On Wed, Nov 17, 2010 at 11:46 AM, Alex Boisvert-2 [via Software] ml-node+5746594-901211008-300...@n2.nabble.comml-node%2b5746594-901211008-300...@n2.nabble.com wrote: Yes, we're doing a buildr 1.4.4 release based on RJB 1.3.3. This is being discussed on the dev@

Re: Java on Mac OS still screwed up

2010-11-17 Thread Rhett Sutphin
Hi, On Nov 17, 2010, at 12:15 AM, Alex Boisvert wrote: How did you install buildr 1.4.4? It should have automatically installed rspec-1.3.1 since I pinned that version number. Did you gem install buildr-1.4.gem based on the file downloaded from

Re: Java on Mac OS still screwed up

2010-11-17 Thread Rhett Sutphin
Hi, On Nov 17, 2010, at 1:35 AM, implicitcoder wrote: How do I install this gem? Download this file somewhere (say ~/Downloads): http://people.apache.org/~boisvert/buildr/1.4.4/dist/buildr-1.4.4.gem Then do $ gem install ~/Downloads/buildr-1.4.4.gem Rhett On Wed, Nov 17, 2010 at

Re: Java on Mac OS still screwed up

2010-11-16 Thread Ed Smiley
[Alex, I cc'd you on this, since you were involved with BUILDR-540, although it appears to have been resolved. (Upgrade to rspec 2.0.0). Yeah I know, long time no see. :D ] Since fixing the Java on Mac issue I now have it able to compile, package, and even create Java classes, but I am seeing

Re: Java on Mac OS still screwed up

2010-11-16 Thread Alex Boisvert
How did you install buildr 1.4.4? It should have automatically installed rspec-1.3.1 since I pinned that version number. Did you gem install buildr-1.4.gem based on the file downloaded from http://people.apache.org/~boisvert/buildr/1.4.4/dist/ ? alex On Tue, Nov 16, 2010 at 5:45 PM, Ed Smiley

Re: Java on Mac OS still screwed up

2010-11-16 Thread Alex Boisvert
Yes, we're doing a buildr 1.4.4 release based on RJB 1.3.3. This is being discussed on the dev@ mailing list and the release candidate is out at http://people.apache.org/~boisvert/buildr/1.4.4/dist/ alex On Sun, Nov 7, 2010 at 12:30 AM, implicitcoder bikashjpa...@gmail.comwrote: Ed,

Re: Java on Mac OS still screwed up

2010-11-07 Thread implicitcoder
Ed, buildr-1.4.3 uses rjb-1.2.5. and the current patch for Mac OSX has been patched in rjb-1.3.2. If buildr guys can take initiative to update buildr to use rjb -1.3.2, It would solve all the issues, I suppose Thanks On Sat, Nov 6, 2010 at 12:57 AM, Ed Smiley [via Software]

Java on Mac OS still screwed up

2010-11-05 Thread Ed Smiley
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

Re: Java on Mac OS still screwed up

2010-11-05 Thread Alex Boisvert
Any chance you can create an environment where this can be remotely diagnosed (can't create JVM) or reproduced independently (JRuby issue)? alex On Fri, Nov 5, 2010 at 12:26 PM, Ed Smiley esmi...@ebrary.com wrote: 1. reinstalling works with the latest Java version. ~ $ gem install rjb