can't run specs (scala-reflect 2.9.2)

2014-07-31 Thread Jean-Philippe Caruana
Hi, I am trying to run sepcs on buildr (before submitting easy patches), but I can't make it work : the 'org.scala-lang:scala-reflect:jar:2.9.2' dependancy doesn't exist or can't be downloaded. $ rake spec Compiling Java libraries ... ruby1.9.1 /home/jp/src/open_source/buildr/_buildr --buildfile

Re: can't run specs (scala-reflect 2.9.2)

2014-08-01 Thread Peter Donald
Hi, On Thu, Jul 31, 2014 at 8:15 PM, Jean-Philippe Caruana wrote: > Am I the only one to have this issue ? I guess I downloaded it a long time ago so it is probably locally cached. It seems that maven central has been moved to [1]? I can certainly download the dependency from [2] but I can also

Re: can't run specs (scala-reflect 2.9.2)

2014-08-04 Thread Jean-Philippe Caruana
Hi, Le 02/08/2014 04:16, Peter Donald a écrit : > Hi, > > On Thu, Jul 31, 2014 at 8:15 PM, Jean-Philippe Caruana > wrote: >> Am I the only one to have this issue ? > I guess I downloaded it a long time ago so it is probably locally > cached. It seems that maven central has been moved to [1]? I ca

Re: can't run specs (scala-reflect 2.9.2)

2014-08-05 Thread Peter Donald
On Mon, Aug 4, 2014 at 5:49 PM, Jean-Philippe Caruana wrote: > But Travis can build it, and I guess it doesn't have a cache. > > I added > repositories.remote << 'http://central.maven.org/maven2' > > to buildr.buildfile but I still can't download it : I am not sure what the problem is. I can do i

Re: can't run specs (scala-reflect 2.9.2)

2014-08-05 Thread Jean-Philippe Caruana
Le 05/08/2014 11:03, Peter Donald a écrit : >> What makes Travis behave differently from my dev box ? > That's the question. Can you attach the output of "rake spec --trace" > to a gist so I can see if there is anything that jumps out at me? > Here we go : https://gist.github.com/jpcaruana/d19107b

Re: can't run specs (scala-reflect 2.9.2)

2014-08-05 Thread Jean-Philippe Caruana
What is strange is that I do locally have artifacts in my maven repo : $ find /home/jp/.m2 | grep scala | grep jar /home/jp/.m2/repository/org/scala-lang/scala-library/2.9.2/scala-library-2.9.2.jar /home/jp/.m2/repository/org/scala-lang/scala-compiler/2.9.2/scala-compiler-2.9.2.jar -- Jean-Phil

Re: can't run specs (scala-reflect 2.9.2)

2014-08-06 Thread Peter Donald
Hi, I can now reproduce this from one host so I will try to figure out what the problem is on the weekend On Tue, Aug 5, 2014 at 7:40 PM, Jean-Philippe Caruana wrote: > What is strange is that I do locally have artifacts in my maven repo : > > $ find /home/jp/.m2 | grep scala | grep jar > /home

Re: can't run specs (scala-reflect 2.9.2)

2014-08-07 Thread Jean-Philippe Caruana
Le 06/08/2014 23:07, Peter Donald a écrit : > Hi, > > I can now reproduce this from one host so I will try to figure out > what the problem is on the weekend Nice ! Why did you do to reproduce the problem ? > On Tue, Aug 5, 2014 at 7:40 PM, Jean-Philippe Caruana > wrote: >> What is strange is th

Re: can't run specs (scala-reflect 2.9.2)

2014-08-12 Thread Jean-Philippe Caruana
Le 07/08/2014 15:43, Jean-Philippe Caruana a écrit : > Why did you do to reproduce the problem ? Not Why, but How... -- Jean-Philippe Caruana http://www.barreverte.fr

Re: can't run specs (scala-reflect 2.9.2)

2014-08-15 Thread Peter Donald
Hi, Sorry for not replying earlier - been caught up in other things and only just had a chance to get back to this. On Wed, Aug 13, 2014 at 12:49 AM, Jean-Philippe Caruana wrote: > Le 07/08/2014 15:43, Jean-Philippe Caruana a écrit : >> Why did you do to reproduce the problem ? > > Not Why, but

Re: can't run specs (scala-reflect 2.9.2)

2014-08-22 Thread Peter Donald
Hi, I invested a little more time in trying to track this down and may have fixed the problem. Were you running on jruby 1.7.13? If so it seems to have a bug/feature that we needed to work around (See [1]). Can you try again? [1] https://github.com/apache/buildr/commit/2a4892a5cf098d864f213a7ee4

Re: can't run specs (scala-reflect 2.9.2)

2014-09-01 Thread Jean-Philippe Caruana
Hi, thanks for your reply. Sorry I was away (a much needed break). Le 23/08/2014 05:49, Peter Donald a écrit : > Hi, > > I invested a little more time in trying to track this down and may > have fixed the problem. Were you running on jruby 1.7.13? If so it > seems to have a bug/feature that we ne

Re: can't run specs (scala-reflect 2.9.2)

2014-09-18 Thread Peter Donald
Hi, I was likewise away ... but I believe the problem has been fixed properly in buildr 1.4.20 On Mon, Sep 1, 2014 at 5:37 PM, Jean-Philippe Caruana wrote: > Hi, > > thanks for your reply. > Sorry I was away (a much needed break). > > Le 23/08/2014 05:49, Peter Donald a écrit : >> Hi, >> >> I in