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 > <[email protected]> wrote: >> 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 > That is very odd - are they valid jars? It seems so : $ ls -lh /home/jp/.m2/repository/org/scala-lang/scala-library/2.9.2/scala-library-2.9.2.jar -rw------- 1 jp jp 8,5M juil. 28 17:37 /home/jp/.m2/repository/org/scala-lang/scala-library/2.9.2/scala-library-2.9.2.jar $ ls -lh /home/jp/.m2/repository/org/scala-lang/scala-compiler/2.9.2/scala-compiler-2.9.2.jar -rw------- 1 jp jp 11M juil. 28 17:38 /home/jp/.m2/repository/org/scala-lang/scala-compiler/2.9.2/scala-compiler-2.9.2.jar I can unzip them, when I check their md5sum with the one I downloaded elsewhere it is ok $ md5sum *.jar 5c46c9da25ee44bc26a47d904c2aa43a scala-compiler-2.9.2.jar 2a4b4c5b1d9a1a92e52fd0751a5d1b6a scala-library-2.9.2.jar -- Jean-Philippe Caruana http://www.barreverte.fr
