You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by chihiro <ga...@gmail.com> on 2008/10/04 08:15:29 UTC

Problem installing buildr 1.3.2 via JRuby

Environment

$ jruby --version
jruby 1.1.4 (ruby 1.8.6 patchlevel 114) (2008-08-28 rev 7570) [x86-java]

Latest cygwin running on Vista SP1

installation steps


jruby -S gem install jruby-openssl --version=0.2.0
jruby -S gem install net-ssh --version="2.0.3"
jruby -S gem install hoe --version="1.6.0"
jruby -S gem install buildr


Error transcript




buildr --version
C:/_programs/cygwin/opt/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:34:in
`require': no such file to l
oad -- dl/import (LoadError)
        from
C:/_programs/cygwin/opt/jruby-1.1.4/lib/ruby/gems/1.8/gems/buildr-1.3.2-java/bin/buildr:19
        from
C:/_programs/cygwin/opt/jruby-1.1.4/lib/ruby/gems/1.8/gems/buildr-1.3.2-java/bin/buildr:19:in
`load'
        from C:\_programs\cygwin\opt\jruby-1.1.4\bin\buildr:19



-- 
View this message in context: http://www.nabble.com/Problem-installing-buildr-1.3.2-via-JRuby-tp19809440p19809440.html
Sent from the Buildr - User mailing list archive at Nabble.com.

Re: Problem installing buildr 1.3.2 via JRuby

Posted by Assaf Arkin <ar...@intalio.com>.
On Mon, Oct 6, 2008 at 3:27 PM, Nicolas Modrzyk <he...@gmail.com> wrote:

> Assaf,
>
> The developer documentation is missing the / as well at:
>
> http://incubator.apache.org/buildr/contributing.html#using_development_build
>

Fixed in head/trunk, we'll update the site when we push the release.

Assaf


>
> <http://incubator.apache.org/buildr/contributing.html#using_development_build>
>
> Nicolas,
>
> On 10/7/08, Assaf Arkin <ar...@intalio.com> wrote:
> > On Mon, Oct 6, 2008 at 6:59 AM, chihiro <ga...@gmail.com> wrote:
> >  >
> >  > Assaf,
> >  >
> >  >
> >  > Assaf Arkin wrote:
> >  >>
> >  >> Yes, that's a known issue:
> >  >> https://issues.apache.org/jira/browse/BUILDR-137
> >  >>
> >  >
> >  > Thanks for the reply. I tried to get a dev snapshot but there seems to
> be a
> >  > problem.
> >  >
> >  > $ jruby -S gem source --add
> http://people.apache.org/~assaf/buildr/snapshot
> >  > Error fetching http://people.apache.org/~assaf/buildr/snapshot:
> >  > bad response Not Found 404
> >  > (http://people.apache.org/~assaf/buildr/specs.4.8.gz)
> >
> >
> >
> > Sorry, this should be:
> >
> >   gem source --add http://people.apache.org/~assaf/buildr/snapshot/
> >
> >  The slash at the end makes all the difference.
> >
> >
> >  Assaf
> >
> >
> >  >
> >  > Gavin
> >  >
> >  > --
> >  > View this message in context:
> http://www.nabble.com/Problem-installing-buildr-1.3.2-via-JRuby-tp19809440p19838490.html
> >  > Sent from the Buildr - User mailing list archive at Nabble.com.
> >  >
> >  >
> >
>

Re: Problem installing buildr 1.3.2 via JRuby

Posted by Nicolas Modrzyk <he...@gmail.com>.
Assaf,

The developer documentation is missing the / as well at:
http://incubator.apache.org/buildr/contributing.html#using_development_build

Nicolas,

On 10/7/08, Assaf Arkin <ar...@intalio.com> wrote:
> On Mon, Oct 6, 2008 at 6:59 AM, chihiro <ga...@gmail.com> wrote:
>  >
>  > Assaf,
>  >
>  >
>  > Assaf Arkin wrote:
>  >>
>  >> Yes, that's a known issue:
>  >> https://issues.apache.org/jira/browse/BUILDR-137
>  >>
>  >
>  > Thanks for the reply. I tried to get a dev snapshot but there seems to be a
>  > problem.
>  >
>  > $ jruby -S gem source --add http://people.apache.org/~assaf/buildr/snapshot
>  > Error fetching http://people.apache.org/~assaf/buildr/snapshot:
>  > bad response Not Found 404
>  > (http://people.apache.org/~assaf/buildr/specs.4.8.gz)
>
>
>
> Sorry, this should be:
>
>   gem source --add http://people.apache.org/~assaf/buildr/snapshot/
>
>  The slash at the end makes all the difference.
>
>
>  Assaf
>
>
>  >
>  > Gavin
>  >
>  > --
>  > View this message in context: http://www.nabble.com/Problem-installing-buildr-1.3.2-via-JRuby-tp19809440p19838490.html
>  > Sent from the Buildr - User mailing list archive at Nabble.com.
>  >
>  >
>

Re: Problem installing buildr 1.3.2 via JRuby

Posted by chihiro <ga...@gmail.com>.
Assaf,

ok. I have the development buildr installed. Thanks.

$ buildr --version
Buildr 1.3.3 (JRuby 1.1.4)

Regards,

Gavin
-- 
View this message in context: http://www.nabble.com/Problem-installing-buildr-1.3.2-via-JRuby-tp19809440p19854178.html
Sent from the Buildr - User mailing list archive at Nabble.com.


Re: Problem installing buildr 1.3.2 via JRuby

Posted by Assaf Arkin <ar...@intalio.com>.
On Mon, Oct 6, 2008 at 6:59 AM, chihiro <ga...@gmail.com> wrote:
>
> Assaf,
>
>
> Assaf Arkin wrote:
>>
>> Yes, that's a known issue:
>> https://issues.apache.org/jira/browse/BUILDR-137
>>
>
> Thanks for the reply. I tried to get a dev snapshot but there seems to be a
> problem.
>
> $ jruby -S gem source --add http://people.apache.org/~assaf/buildr/snapshot
> Error fetching http://people.apache.org/~assaf/buildr/snapshot:
> bad response Not Found 404
> (http://people.apache.org/~assaf/buildr/specs.4.8.gz)


Sorry, this should be:

 gem source --add http://people.apache.org/~assaf/buildr/snapshot/

The slash at the end makes all the difference.

Assaf

>
> Gavin
>
> --
> View this message in context: http://www.nabble.com/Problem-installing-buildr-1.3.2-via-JRuby-tp19809440p19838490.html
> Sent from the Buildr - User mailing list archive at Nabble.com.
>
>

Re: Problem installing buildr 1.3.2 via JRuby

Posted by chihiro <ga...@gmail.com>.
Assaf,


Assaf Arkin wrote:
> 
> Yes, that's a known issue:
> https://issues.apache.org/jira/browse/BUILDR-137
> 

Thanks for the reply. I tried to get a dev snapshot but there seems to be a
problem.

$ jruby -S gem source --add http://people.apache.org/~assaf/buildr/snapshot
Error fetching http://people.apache.org/~assaf/buildr/snapshot:
bad response Not Found 404
(http://people.apache.org/~assaf/buildr/specs.4.8.gz)

Gavin

-- 
View this message in context: http://www.nabble.com/Problem-installing-buildr-1.3.2-via-JRuby-tp19809440p19838490.html
Sent from the Buildr - User mailing list archive at Nabble.com.


Re: Problem installing buildr 1.3.2 via JRuby

Posted by Assaf Arkin <ar...@intalio.com>.
Yes, that's a known issue: https://issues.apache.org/jira/browse/BUILDR-137

It will be solved in 1.3.3, in fact we're preparing for a 1.3.3
release and doing the last round of tests.  You can get a pre-release
snapshot by doing:

gem source --add http://people.apache.org/~assaf/buildr/snapshot

More details on using development builds here:
http://incubator.apache.org/buildr/contributing.html#using_development_build

Assaf

On Fri, Oct 3, 2008 at 11:15 PM, chihiro <ga...@gmail.com> wrote:
>
> Environment
>
> $ jruby --version
> jruby 1.1.4 (ruby 1.8.6 patchlevel 114) (2008-08-28 rev 7570) [x86-java]
>
> Latest cygwin running on Vista SP1
>
> installation steps
>
>
> jruby -S gem install jruby-openssl --version=0.2.0
> jruby -S gem install net-ssh --version="2.0.3"
> jruby -S gem install hoe --version="1.6.0"
> jruby -S gem install buildr
>
>
> Error transcript
>
>
>
>
> buildr --version
> C:/_programs/cygwin/opt/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:34:in
> `require': no such file to l
> oad -- dl/import (LoadError)
>        from
> C:/_programs/cygwin/opt/jruby-1.1.4/lib/ruby/gems/1.8/gems/buildr-1.3.2-java/bin/buildr:19
>        from
> C:/_programs/cygwin/opt/jruby-1.1.4/lib/ruby/gems/1.8/gems/buildr-1.3.2-java/bin/buildr:19:in
> `load'
>        from C:\_programs\cygwin\opt\jruby-1.1.4\bin\buildr:19
>
>
>
> --
> View this message in context: http://www.nabble.com/Problem-installing-buildr-1.3.2-via-JRuby-tp19809440p19809440.html
> Sent from the Buildr - User mailing list archive at Nabble.com.
>