Hi Mathias, It looks like a bug due to a recent change in command-line parsing.
It was meant that --trace would accept an optional parameter using the equal sign (e.g. --trace=all) but the parser now expects --trace to be followed by another argument. I'll fix this. In the mean time, you can write, buildr --trace all package alex On Thu, Jan 13, 2011 at 1:23 AM, Mathias <[email protected]> wrote: > I currently have a problem with my maven repo credentials. > "buildr upload" fails with "RuntimeError : Failed to upload ...: > Unauthorized" > > When I run "buildr --trace upload" to maybe see what credentials are being > used for the upload buildr doesn't actually execute the upload task. The > same seems to be the case for "buildr --trace package". > > Is this the expected behavior? > > Cheers, > Mathias > > --- > [email protected] > http://www.parboiled.org > >
