Re: found some errors running takari-lifecycle build with java 1.8

2015-02-23 Thread Cristiano Gavião
ok, done: https://github.com/takari/takari-lifecycle/issues/11 regards, Cristiano On 22-02-2015 00:22, Igor Fedorenko wrote: Looks like takari plugin test harness can't talk to one of your project's repositories. Can you please open issue at github so we don't spam this mailing list? -- Rega

Re: found some errors running takari-lifecycle build with java 1.8

2015-02-21 Thread Igor Fedorenko
Looks like takari plugin test harness can't talk to one of your project's repositories. Can you please open issue at github so we don't spam this mailing list? -- Regards, Igor On 2015-02-21 19:44, Cristiano Gavião wrote: Hi again, In order to investigate a bit more this strange behavior, I do

Re: found some errors running takari-lifecycle build with java 1.8

2015-02-21 Thread Cristiano Gavião
Hi again, In order to investigate a bit more this strange behavior, I downloaded the apache-maven archive by hand (from http://search.maven.org/#artifactdetails|org.apache.maven|apache-maven|3.2.3|pom). Note that this is not the version that I have currently installed in my linux. I'm using

Re: found some errors running takari-lifecycle build with java 1.8

2015-02-21 Thread Cristiano Gavião
Hi Igor, That is strange... I deleted all versions of apache-maven from local my repo. Then I built (package) the takari-lifecycle (without testing) and no version of apache-maven was downloaded. But when I tried mvn install, the version 3.2.3 was downloaded but it has only 178 bytes. Don

Re: found some errors running takari-lifecycle build with java 1.8

2015-02-21 Thread Igor Fedorenko
Looks like maven distribution gz is corrupted in your local repo. See if removing ~/.m2/repository/org/apache/maven/apache-maven directory will solve the problem for you. If not, file github issue like Jason suggested. -- Regards, Igor On 2015-02-21 16:08, Cristiano Gavião wrote: Hello, I'm tr

Re: found some errors running takari-lifecycle build with java 1.8

2015-02-21 Thread Jason van Zyl
Just create a Github issue and we'll take it there: https://github.com/takari/takari-lifecycle On Feb 21, 2015, at 4:08 PM, Cristiano Gavião wrote: > Hello, > > I'm trying to learn how to use the new testing tools provided by takari. > Started by the tests in takari-lifecycle-plugin-its from

found some errors running takari-lifecycle build with java 1.8

2015-02-21 Thread Cristiano Gavião
Hello, I'm trying to learn how to use the new testing tools provided by takari. Started by the tests in takari-lifecycle-plugin-its from github master branch. but I'm getting errors when running the build. I'm using maven 3.2.5 in linux with java 1.8.0_31: Tests in error: BasicTes