Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Jean-Baptiste Onofré
FYI, I added the wagon-http-lightweight dependency to the karaf-maven-plugin and ran a build on Jenkins. I keep you posted. Regards JB On 09/08/2014 04:12 AM, Rodrigo Serra wrote: Hello, Before commit 873fe82e25a146a3cd935a8e4662f42cca2b52c1 the compilation are broken. The first problem

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Jean-Baptiste Onofré
The build on Jenkins failed but for one itests failure, the assemblies and archetypes look ok now. Regards JB On 09/08/2014 04:12 AM, Rodrigo Serra wrote: Hello, Before commit 873fe82e25a146a3cd935a8e4662f42cca2b52c1 the compilation are broken. The first problem is the upgrade of pax web to

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Sobkowiak, Krzysztof
I'll check the ServiceMix build in the evening. Thanks for the fix Best regards Krzysztof On 08.09.2014 08:42, Jean-Baptiste Onofré wrote: The build on Jenkins failed but for one itests failure, the assemblies and archetypes look ok now. Regards JB On 09/08/2014 04:12 AM, Rodrigo Serra

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Rodrigo Serra
Hello JB, Now the build failt with this error: [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:3.0.2-SNAPSHOT:features-generate-descriptor (compile) on project framework: Execution compile of goal

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Sobkowiak, Krzysztof
Hi Rodrigo You probably use Maven 3.1.x or 3.2.x. Try with Maven 3.0.x Best regards Krzysztof On 08.09.2014 12:08, Rodrigo Serra wrote: Hello JB, Now the build failt with this error: [ERROR] Failed to execute goal

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Jean-Baptiste Onofré
Hi Rodrigo, I guess that you use Maven 3.1 or 3.2 ? For now, only 3.0.x is supported. Regards JB On 09/08/2014 12:08 PM, Rodrigo Serra wrote: Hello JB, Now the build failt with this error: [ERROR] Failed to execute goal

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Rodrigo Serra
Yes, is Maven version. I change to 3.0.5 and works Thank JB and Krzys, Regards, Rodrigo El 08/09/2014, a las 07:30, Jean-Baptiste Onofré j...@nanthrax.net escribió: Hi Rodrigo, I guess that you use Maven 3.1 or 3.2 ? For now, only 3.0.x is supported. Regards JB On 09/08/2014

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-07 Thread Jean-Baptiste Onofré
For now, I can't reproduce on my machine, I'm still investigating. I keep you posted. Regards JB On 09/07/2014 01:26 AM, Krzysztof Sobkowiak wrote: This problem has been probably introduced by KARAF-3191 (Upgrade to Pax Web 3.1.2). After this commit the problem occurs on Jenkins too

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-07 Thread Krzysztof Sobkowiak
The Jenkins Build runs probably on a Linux machine. I use Linux (64bit) too. Could it be a problem on Linux? Best regards Krzysztof On 07.09.2014 09:36, Jean-Baptiste Onofré wrote: For now, I can't reproduce on my machine, I'm still investigating. I keep you posted. Regards JB On

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-07 Thread Jean-Baptiste Onofré
I'm on Linux 64 bits too (Ubuntu 14.04 with JDK 7 and Maven 3.0.4). I take a couple of hours off this afternoon, I'm back on it. Regards JB On 09/07/2014 10:23 AM, Krzysztof Sobkowiak wrote: The Jenkins Build runs probably on a Linux machine. I use Linux (64bit) too. Could it be a problem on

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-07 Thread Jean-Baptiste Onofré
Just adding dependency in the plugin section with wagon lightweight http should fix the problem. But: 1/ I try to figure out why I don't have the issue on my machine 2/ I already fixed that a while ago. I'm releasing ServiceMix Bundles, I will fix that just after (tomorrow morning probably).

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-07 Thread Rodrigo Serra
Hello, Before commit 873fe82e25a146a3cd935a8e4662f42cca2b52c1 the compilation are broken. The first problem is the upgrade of pax web to 3.1.2-SNAPSHOT. I don’t have this jar in my m2, but c2eef4e fix the version but the current error emerge. Some thin in the middle of two commit broke the

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-07 Thread Jean-Baptiste Onofré
Yes, but pax-web 3.1.2 is on central. Let me check a change in the pax-web features that may cause the problem. IMHO, as I said, just the wagon dep should be ok. I'm finishing a ServiceMix bundles release and I fix that. Regards JB On 09/08/2014 04:12 AM, Rodrigo Serra wrote: Hello,

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-06 Thread Krzysztof Sobkowiak
Hi This error occurs when I'm trying to build with Maven 3.2.3 or 3.1.1. But I'm trying to build Karaf 3.x using Maven 3.0.5. In both cases I'm getting following warning: [INFO] --- karaf-maven-plugin:3.0.2-SNAPSHOT:install-kars (process-resources) @ apache-karaf-minimal --- [INFO] Installing

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-06 Thread Krzysztof Sobkowiak
I could build the Karaf Assemblies after removing the m2 repository. But similar problem still occurs while building Assembly Archetype -- warning about missing LightweightHttpWagon and following error [INFO] [ERROR] Failed to execute goal on project assembly: Could not resolve dependencies for

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-06 Thread Krzysztof Sobkowiak
This problem doesn't occur on master and 2.x which use pax-logging 2.1.0 too On 07.09.2014 00:25, Krzysztof Sobkowiak wrote: I could build the Karaf Assemblies after removing the m2 repository. But similar problem still occurs while building Assembly Archetype -- warning about missing

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-06 Thread Krzysztof Sobkowiak
This problem has been probably introduced by KARAF-3191 (Upgrade to Pax Web 3.1.2). After this commit the problem occurs on Jenkins too (https://builds.apache.org/view/All/job/karaf-3.0.x/291/) On 07.09.2014 00:36, Krzysztof Sobkowiak wrote: This problem doesn't occur on master and 2.x which

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-06 Thread Jean-Baptiste Onofré
Hi Krzysztof let me try by purging my local repo. Regards JB On 09/06/2014 11:17 PM, Krzysztof Sobkowiak wrote: Hi This error occurs when I'm trying to build with Maven 3.2.3 or 3.1.1. But I'm trying to build Karaf 3.x using Maven 3.0.5. In both cases I'm getting following warning: [INFO]

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-05 Thread Kevin Carr
I feel sheepish. Yes. Thanks for the reply. On Sep 5, 2014 12:00 AM, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi, did you change your Maven version (for instance, update to 3.2) ? Regards JB On 09/04/2014 10:37 PM, Kevin Carr wrote: I am seeing a build error when building

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-04 Thread Jean-Baptiste Onofré
Hi, did you change your Maven version (for instance, update to 3.2) ? Regards JB On 09/04/2014 10:37 PM, Kevin Carr wrote: I am seeing a build error when building karaf-3.0.2-SNAPSHOT with -Pfastinstall The karaf-maven-plugin fails during building of all the tests. Like: