Hi Olivier,
buildr -V (with a capital V) actually prints the version. buildr -v (with
lowercase V) runs in verbose mode.
buildr -h / buildr --help provide all the details, e.g.,
-v, --verbose Log message to standard output
(default).
-V, --version Display the program version.
Note that we inherit some of these parameters from Rake so the -V wasn't our
choosing (though I'd have to agree that people use verbose more often than
check the version.)
alex
On Thu, Jul 7, 2011 at 7:27 AM, Olivier Lefevre <[email protected]> wrote:
> Thanks, that worked. Actually it is the MacOSX section of the Buildr web
> site that tells you to do that but I was having problems and I figured this
>
> might help: it sounded like a good thing to do regardless of OS.
>
> Now I will note that "buildr -v" works but does not print the version!
> Instead
> it prints this:
>
>
> C:\TEMP>buildr -v
> mkdir -p C:/Dokumente und Einstellungen/admin/.buildr
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From directory structure
> 2. Cancel
> ? 1
> Created C:/TEMP/buildfile
> (in C:/TEMP, development)
> Building TEMP
> Completed in 0.016s
>
> C:\TEMP>buildr -v
> (in C:/TEMP, development)
> Building TEMP
> Completed in 0.016s
>
>
>
> >________________________________
> >From: Ilya Pyatigorskiy <[email protected]>
> >To: [email protected]; Olivier Lefevre <[email protected]>
> >Sent: Thursday, July 7, 2011 7:46 AM
> >Subject: Re: Can't install because of dependency issues
> >
> >don't do this: "gem update --system"
> >then it should work. I.e. uninstall ruby, install it agan, but don't do
> >update for gems - it installs somewhat incompatible version of something.
> >
> >Antonie, maybe you should update the install page for windows?
> >
> >Ilya
> >
>