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-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 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