You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Shane Witbeck <sh...@digitalsanctum.com> on 2008/03/07 20:05:15 UTC

error running 'rake install'

Just in case no one else reported this on windows, this resulted from
running 'rake install' on trunk:

  Successfully built RubyGem
  Name: buildr
  Version: 1.3.0
  File: buildr-1.3.0.gem
  Successfully built RubyGem
  Name: buildr
  Version: 1.3.0
  File: buildr-1.3.0-java.gem
c:/ruby/bin/ruby -S gem install C:/projects/buildr/pkg/buildr-1.3.0.gem
rake aborted!
Command failed with status (0): [c:/ruby/bin/ruby -S gem install C:/project...]
C:/projects/buildr/rakefile:107:in `ruby'
(See full trace by running task with --trace)

-- 
-Shane

Re: error running 'rake install'

Posted by Assaf Arkin <ar...@intalio.com>.
On 3/7/08, Shane Witbeck <sh...@digitalsanctum.com> wrote:

> Thanks. This works now aside from the RDoc failure in nailgun.


Fixed in SVN.

Assaf

On 3/7/08, Assaf Arkin <ar...@intalio.com> wrote:
> > On 3/7/08, Shane Witbeck <sh...@digitalsanctum.com> wrote:
> >  >
> >  > Just in case no one else reported this on windows, this resulted from
> >  > running 'rake install' on trunk:
> >  >
> >  >   Successfully built RubyGem
> >  >   Name: buildr
> >  >   Version: 1.3.0
> >  >   File: buildr-1.3.0.gem
> >  >   Successfully built RubyGem
> >  >   Name: buildr
> >  >   Version: 1.3.0
> >  >   File: buildr-1.3.0-java.gem
> >  > c:/ruby/bin/ruby -S gem install C:/projects/buildr/pkg/buildr-
> 1.3.0.gem
> >  > rake aborted!
> >  > Command failed with status (0): [c:/ruby/bin/ruby -S gem install
> >  > C:/project...]
> >  > C:/projects/buildr/rakefile:107:in `ruby'
> >  > (See full trace by running task with --trace)
> >  >
> >  > --
> >  >
> >  > -Shane
> >  >
> >
> >
> >
> > Apparently windows doesn't like the path, change in SVN.
> >
> > Assaf
> >
>
>
>
> --
>
> -Shane
>

Re: error running 'rake install'

Posted by Shane Witbeck <sh...@digitalsanctum.com>.
Thanks. This works now aside from the RDoc failure in nailgun.


On 3/7/08, Assaf Arkin <ar...@intalio.com> wrote:
> On 3/7/08, Shane Witbeck <sh...@digitalsanctum.com> wrote:
>  >
>  > Just in case no one else reported this on windows, this resulted from
>  > running 'rake install' on trunk:
>  >
>  >   Successfully built RubyGem
>  >   Name: buildr
>  >   Version: 1.3.0
>  >   File: buildr-1.3.0.gem
>  >   Successfully built RubyGem
>  >   Name: buildr
>  >   Version: 1.3.0
>  >   File: buildr-1.3.0-java.gem
>  > c:/ruby/bin/ruby -S gem install C:/projects/buildr/pkg/buildr-1.3.0.gem
>  > rake aborted!
>  > Command failed with status (0): [c:/ruby/bin/ruby -S gem install
>  > C:/project...]
>  > C:/projects/buildr/rakefile:107:in `ruby'
>  > (See full trace by running task with --trace)
>  >
>  > --
>  >
>  > -Shane
>  >
>
>
>
> Apparently windows doesn't like the path, change in SVN.
>
> Assaf
>


-- 
-Shane

Re: error running 'rake install'

Posted by Assaf Arkin <ar...@intalio.com>.
On 3/7/08, Shane Witbeck <sh...@digitalsanctum.com> wrote:
>
> Just in case no one else reported this on windows, this resulted from
> running 'rake install' on trunk:
>
>   Successfully built RubyGem
>   Name: buildr
>   Version: 1.3.0
>   File: buildr-1.3.0.gem
>   Successfully built RubyGem
>   Name: buildr
>   Version: 1.3.0
>   File: buildr-1.3.0-java.gem
> c:/ruby/bin/ruby -S gem install C:/projects/buildr/pkg/buildr-1.3.0.gem
> rake aborted!
> Command failed with status (0): [c:/ruby/bin/ruby -S gem install
> C:/project...]
> C:/projects/buildr/rakefile:107:in `ruby'
> (See full trace by running task with --trace)
>
> --
>
> -Shane
>


Apparently windows doesn't like the path, change in SVN.
Assaf