Re: Auth for Buildr repositories.remote

2011-03-17 Thread Alex Boisvert
On Thu, Mar 17, 2011 at 2:38 PM, Michael Guymon wrote: > > I created a patch so that > > > repositories.remote << { :url => 'https://a.secure.repo/maven2', :username > => 'blah', :password => 'blah' } > > will work for http basic auth. When an artifact is downloaded, the auth > information is pass

Re: Auth for Buildr repositories.remote

2011-03-17 Thread Michael Guymon
I created a patch so that repositories.remote << { :url => 'https://a.secure.repo/maven2', :username => 'blah', :password => 'blah' } will work for http basic auth. When an artifact is downloaded, the auth information is passed to the HTTP transport. https://issues.apache.org/jira/browse/B

Re: junit default version

2011-03-17 Thread Jean-Philippe Caruana
On 17/03/2011 15:51, Alex Boisvert wrote: I'll take care of it. Thanks for the feedback. ok thanks. I opened https://issues.apache.org/jira/browse/BUILDR-576 -- Jean-Philippe Caruana -- sorry for the crap that will be appende

Re: idea task

2011-03-17 Thread Jean-Philippe Caruana
On 17/03/2011 15:32, Rhett Sutphin wrote: I didn't realize that IDEA supported dependency scope now. That's good to know. (Apparently[1] it was added in IDEA 9.) To track this request, you should open an issue in buildr's JIRA. If you want to supply a patch you attach it there. (This process i

Re: junit default version

2011-03-17 Thread Alex Boisvert
I'll take care of it. Thanks for the feedback. alex On Thu, Mar 17, 2011 at 7:35 AM, Jean-Philippe Caruana < jeanphilippe1.caru...@orange-ftgroup.com> wrote: > Hi, > > the junit default version in buildr is still 4.7. This version is bogus (it > plays the @Rules after the @Before methods where

junit default version

2011-03-17 Thread Jean-Philippe Caruana
Hi, the junit default version in buildr is still 4.7. This version is bogus (it plays the @Rules after the @Before methods where you might want to use your defined rules). The very last version (4.8.2) works very fine : we've used it every day on our project for months now. I would love to de

Re: idea task

2011-03-17 Thread Rhett Sutphin
Hi, On Mar 17, 2011, at 9:01 AM, Jean-Philippe Caruana wrote: > Hi, > > We recently switched to buildr 1.4.5 and it's working very fine. Thanks > everyone for all your work on buildr : I am very happy with it. > > I have a few questions/remarks about the new idea task. First, it seems to > wo

Re: Maven SNAPSHOT timestamps

2011-03-17 Thread Jean-Philippe Caruana
On 12/03/2011 03:42, Peter Donald wrote: I'm tempted to turn the feature on by default since I believe it's the right thing to do (compatibility-wise) on Maven repos. However, it could be a breaking change if people currently depend on SNAPSHOTs being updated in-place instead of uploading a new

idea task

2011-03-17 Thread Jean-Philippe Caruana
Hi, We recently switched to buildr 1.4.5 and it's working very fine. Thanks everyone for all your work on buildr : I am very happy with it. I have a few questions/remarks about the new idea task. First, it seems to work better than the previous one, so good job ! I found problems with manag