Hi,

Le 10/10/2013 21:52, Peter Donald a écrit :
> We're voting on the source distributions available here:
> http://people.apache.org/~donaldp/buildr/1.4.14/dist/

+1 for me : it worked as expected on my linux ! Thanks for the fix.


(newbie section:)
I had a few issues when installing it. I'm not very used to live on the
edge on ruby projects, so I followed the doc
http://buildr.apache.org/contributing.html#edge but this is not working:

<quote>
Using development build

Occasionally we’ll make development builds from the current code in
trunk/head. We appreciate if you can take the time to test those out and
report any bugs. To install development builds, use the Gem repository
at people.apache.org/~assaf/buildr/snapshot:

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

Since Ruby Gems uses version numbers to detect new releases, if you
installed Buildr from a snapshot and want to upgrade to a newer snapshot
or the latest official release, you need to use gem install buildr
rather than gem upgrade.

If you want to go back to using the RubyForge releases:

gem source --remove http://people.apache.org/~assaf/buildr/snapshot/
gem install buildr
<end of quote>


So maybe we should improve the documentation ?

This worked for me :
$ curl -O
http://people.apache.org/~donaldp/buildr/1.4.14/dist/buildr-1.4.14.gem
$ sudo JAVA_HOME=xxx gem install /tmp/buildr-1.4.14.gem
$ buildr --version
Buildr 1.4.14

> Specifically:
> http://people.apache.org/~donaldp/buildr/1.4.14/dist/buildr-1.4.14.tgz
> http://people.apache.org/~donaldp/buildr/1.4.14/dist/buildr-1.4.14.zip

BTW, buildr-1.4.14/bin/buildr is not executable in the tgz archive
$ ls -l buildr-1.4.14/bin/
-rw-rw-r-- 1 jp jp 885 févr. 20  2013 buildr

-- 
Jean-Philippe Caruana

Reply via email to