dev@glassfish.java.net

Re: GlassFish gem feature requests/bugs

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Tue, 11 Sep 2007 09:01:54 -0700

On Sep 10, 2007, at 11:33 PM, Charles Oliver Nutter wrote:

> Jerome Dochez wrote:
>> seems like glassfish_rails still does not have executable rights
>> after the install despite it is declared as the default executable
>> in the gem make file. anything I can do about that ?
>
> That would be a bug in JRuby if it's true, but I thought we'd
> resolved it. I just tried it on JRuby trunk with "rake"
> installation and it set modes properly. A couple points:
>
> - trunk tries to use JNA to invoke the posix chmod, otherwise
> falling back on Java 6 permission APIs, otherwise falling back on
> shelling out to 'chmod' command
> - 1.0.1 tries Java 6 apis and 'chmod', but I think there were some
> issues with the way rubygems was set up in 1.0.1. If you're running
> 1.0.1 and it's not setting executable, report it as a bug please
> and I'll see that it gets fixed...
ok, I am using jdk 5 with 1.0.1 on mac os x so it must be doing a
chmod. let me try on windows with jdk 6 and report.
I pushed the gem so you can do a sanity check

jerome

>
> http://jira.codehaus.org/browse/JRUBY
>
> - Charlie
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>