Re: Build freezes when the invoker plugin is invoked

2014-04-21 Thread Jean-Baptiste Onofré

By the way, you can skip the tooling itests with -DskipTests.

Regards
JB

On 04/15/2014 11:36 PM, Krzysztof Sobkowiak wrote:

Hi

I'm trying to build (mvn clean install) the master or 3.0.x branch and
the build freezes when invoking the invoker plugin

[INFO]
[INFO] --- maven-invoker-plugin:1.6:run (integration-test) @
karaf-maven-plugin ---
[INFO] Building: test-check-dependencies/pom.xml

Building the code usingmvn install -DskipTests helps, but disables the
tests. After this run evenmvn install works. But mvn clean install
freezes again. Do you have any good solution for this problem?

Best regards
Krzysztof







--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Build freezes when the invoker plugin is invoked

2014-04-21 Thread Jean-Baptiste Onofré

Hi Krzysztof

I just tested on master and karaf-3.0.x and the karaf-maven-plugin 
itests work fine for me:


[INFO] --- maven-invoker-plugin:1.6:run (integration-test) @ 
karaf-maven-plugin ---

[INFO] Building: test-aggregate-features/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-aggregate-features/verify.bsh

[INFO] ..SUCCESS (36.7 s)
[INFO] Building: test-kar-classifier/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-kar-classifier/verify.bsh

[INFO] ..SUCCESS (3.7 s)
[INFO] Building: test-kar-packaging/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-kar-packaging/verify.bsh

[INFO] ..SUCCESS (3.6 s)
[INFO] Building: test-basic-generation/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-basic-generation/verify.bsh

[INFO] ..SUCCESS (4.8 s)
[INFO] Building: test-type-classifier/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-type-classifier/verify.bsh

[INFO] ..SUCCESS (5.2 s)
[INFO] Building: test-kar-with-pom-packaging/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-kar-with-pom-packaging/verify.bsh

[INFO] ..SUCCESS (3.6 s)
[INFO] Building: test-check-dependencies/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-check-dependencies/verify.bsh

[INFO] ..SUCCESS (6.9 s)
[INFO] Building: test-kar-multiple-kars/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-kar-multiple-kars/verify.bsh

[INFO] ..SUCCESS (3.5 s)
[INFO] Building: test-check-dependencies-failure/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-check-dependencies-failure/verify.bsh

[INFO] ..SUCCESS (7.2 s)
[INFO] Building: test-recursive/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-recursive/verify.bsh

[INFO] ..SUCCESS (6.4 s)
[INFO] Building: test-input-file/pom.xml
[INFO] run script 
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-input-file/verify.bsh

[INFO] ..SUCCESS (5.6 s)
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 11, Failed: 0, Errors: 0, Skipped: 0
[INFO] -


I just noticed that the aggregate itest takes time (about 30s).

What's your build platform (system, JDK, etc) ?

Regards
JB

On 04/15/2014 11:36 PM, Krzysztof Sobkowiak wrote:

Hi

I'm trying to build (mvn clean install) the master or 3.0.x branch and
the build freezes when invoking the invoker plugin

[INFO]
[INFO] --- maven-invoker-plugin:1.6:run (integration-test) @
karaf-maven-plugin ---
[INFO] Building: test-check-dependencies/pom.xml

Building the code usingmvn install -DskipTests helps, but disables the
tests. After this run evenmvn install works. But mvn clean install
freezes again. Do you have any good solution for this problem?

Best regards
Krzysztof







--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Build freezes when the invoker plugin is invoked

2014-04-21 Thread Krzysztof Sobkowiak
Hi Jean-Baptiste

I have tested it again and it works now. From any reason the aggregate
has not finished when I tried to build Karaf some days ago.
My platform

kso@Inspiron-7720:~/work/SEU/dev/maven/apache-maven-3.0.5/bin$ ./mvn -V
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da;
2013-02-19 14:51:28+0100)
Maven home: /home/kso/work/SEU/dev/maven/apache-maven-3.0.5
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /home/kso/work/SEU/jvm/jdk1.7.0_45/jre
Default locale: en_US, platform encoding: UTF-8
OS name: linux, version: 3.11.0-19-generic, arch: amd64, family:
unix

Best regards
Krzysztof


On 21.04.2014 09:25, Jean-Baptiste Onofré wrote:
 Hi Krzysztof

 I just tested on master and karaf-3.0.x and the karaf-maven-plugin
 itests work fine for me:

 [INFO] --- maven-invoker-plugin:1.6:run (integration-test) @
 karaf-maven-plugin ---
 [INFO] Building: test-aggregate-features/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-aggregate-features/verify.bsh
 [INFO] ..SUCCESS (36.7 s)
 [INFO] Building: test-kar-classifier/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-kar-classifier/verify.bsh
 [INFO] ..SUCCESS (3.7 s)
 [INFO] Building: test-kar-packaging/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-kar-packaging/verify.bsh
 [INFO] ..SUCCESS (3.6 s)
 [INFO] Building: test-basic-generation/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-basic-generation/verify.bsh
 [INFO] ..SUCCESS (4.8 s)
 [INFO] Building: test-type-classifier/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-type-classifier/verify.bsh
 [INFO] ..SUCCESS (5.2 s)
 [INFO] Building: test-kar-with-pom-packaging/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-kar-with-pom-packaging/verify.bsh
 [INFO] ..SUCCESS (3.6 s)
 [INFO] Building: test-check-dependencies/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-check-dependencies/verify.bsh
 [INFO] ..SUCCESS (6.9 s)
 [INFO] Building: test-kar-multiple-kars/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-kar-multiple-kars/verify.bsh
 [INFO] ..SUCCESS (3.5 s)
 [INFO] Building: test-check-dependencies-failure/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-check-dependencies-failure/verify.bsh
 [INFO] ..SUCCESS (7.2 s)
 [INFO] Building: test-recursive/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-recursive/verify.bsh
 [INFO] ..SUCCESS (6.4 s)
 [INFO] Building: test-input-file/pom.xml
 [INFO] run script
 /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/target/it/test-input-file/verify.bsh
 [INFO] ..SUCCESS (5.6 s)
 [INFO] -
 [INFO] Build Summary:
 [INFO]   Passed: 11, Failed: 0, Errors: 0, Skipped: 0
 [INFO] -


 I just noticed that the aggregate itest takes time (about 30s).

 What's your build platform (system, JDK, etc) ?

 Regards
 JB

 On 04/15/2014 11:36 PM, Krzysztof Sobkowiak wrote:
 Hi

 I'm trying to build (mvn clean install) the master or 3.0.x branch and
 the build freezes when invoking the invoker plugin

 [INFO]
 [INFO] --- maven-invoker-plugin:1.6:run (integration-test) @
 karaf-maven-plugin ---
 [INFO] Building: test-check-dependencies/pom.xml

 Building the code usingmvn install -DskipTests helps, but disables the
 tests. After this run evenmvn install works. But mvn clean install
 freezes again. Do you have any good solution for this problem?

 Best regards
 Krzysztof








-- 
Krzysztof Sobkowiak

JEE  OSS Architect | Technical Architect @ Capgemini
Capgemini http://www.pl.capgemini.com/ | Software Solutions Center
http://www.pl.capgemini-sdm.com/ | Wroclaw
e-mail: krzys.sobkow...@gmail.com mailto:krzys.sobkow...@gmail.com |
Twitter: @KSobkowiak


Re: Build freezes when the invoker plugin is invoked

2014-04-17 Thread Achim Nierbeck
Hi,

building the latest 3.0.2-SNAPSHOT did work right away, it only failed for
a integration test, but we had some issues with that during the release
also. Master I didn't test yet.

regards, Achim


2014-04-15 23:36 GMT+02:00 Krzysztof Sobkowiak krzys.sobkow...@gmail.com:

 Hi

 I'm trying to build (mvn clean install) the master or 3.0.x branch and
 the build freezes when invoking the invoker plugin

 [INFO]
 [INFO] --- maven-invoker-plugin:1.6:run (integration-test) @
 karaf-maven-plugin ---
 [INFO] Building: test-check-dependencies/pom.xml

 Building the code usingmvn install -DskipTests helps, but disables the
 tests. After this run evenmvn install works. But mvn clean install
 freezes again. Do you have any good solution for this problem?

 Best regards
 Krzysztof





 --
 Krzysztof Sobkowiak

 JEE  OSS Architect | Technical Architect @ Capgemini
 Capgemini http://www.pl.capgemini.com/ | Software Solutions Center
 http://www.pl.capgemini-sdm.com/ | Wroclaw
 e-mail: krzys.sobkow...@gmail.com mailto:krzys.sobkow...@gmail.com |
 Twitter: @KSobkowiak




-- 

Apache Karaf http://karaf.apache.org/ Committer  PMC
OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
Project Lead
blog http://notizblog.nierbeck.de/

Software Architect / Project Manager / Scrum Master


Build freezes when the invoker plugin is invoked

2014-04-15 Thread Krzysztof Sobkowiak
Hi

I'm trying to build (mvn clean install) the master or 3.0.x branch and
the build freezes when invoking the invoker plugin

[INFO]
[INFO] --- maven-invoker-plugin:1.6:run (integration-test) @
karaf-maven-plugin ---
[INFO] Building: test-check-dependencies/pom.xml

Building the code usingmvn install -DskipTests helps, but disables the
tests. After this run evenmvn install works. But mvn clean install
freezes again. Do you have any good solution for this problem?

Best regards
Krzysztof





-- 
Krzysztof Sobkowiak

JEE  OSS Architect | Technical Architect @ Capgemini
Capgemini http://www.pl.capgemini.com/ | Software Solutions Center
http://www.pl.capgemini-sdm.com/ | Wroclaw
e-mail: krzys.sobkow...@gmail.com mailto:krzys.sobkow...@gmail.com |
Twitter: @KSobkowiak