Re: Error building karaf master branch

2014-04-04 Thread Jean-Baptiste Onofré
Hi Tim, not yet, I will over the week end. I will keep you posted. Regards JB On 04/04/2014 06:47 PM, Tim Moloney wrote: JB, did you have any time to look into this further? On Wed, Mar 12, 2014 at 4:00 PM, wrote: OK, I gonna take a look. I keep you posted. Regards JB On 2014-03-12 20:

Re: Error building karaf master branch

2014-04-04 Thread Tim Moloney
JB, did you have any time to look into this further? On Wed, Mar 12, 2014 at 4:00 PM, wrote: > OK, I gonna take a look. I keep you posted. > > Regards > JB > > > On 2014-03-12 20:58, Tim Moloney wrote: >> >> bash> mvn --version >> Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; >>

Re: Error building karaf master branch

2014-03-12 Thread jb
OK, I gonna take a look. I keep you posted. Regards JB On 2014-03-12 20:58, Tim Moloney wrote: bash> mvn --version Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T12:37:52-05:00) Maven home: /home/tmmoloney/apache-maven-3.2.1 Java version: 1.7.0_51, vendor: Oracle Corpo

Re: Error building karaf master branch

2014-03-12 Thread Tim Moloney
bash> mvn --version Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T12:37:52-05:00) Maven home: /home/tmmoloney/apache-maven-3.2.1 Java version: 1.7.0_51, vendor: Oracle Corporation Java home: /usr/java/jdk1.7.0_51/jre Default locale: en_US, platform encoding: ANSI_X3.4-196

Re: Error building karaf master branch

2014-03-12 Thread jb
Hi Tim, Which Maven version did you use ? You can bypass the invoker test using -DskipInvoker=true. Regards JB On 2014-03-12 19:20, Tim Moloney wrote: I see that you pushed your changes to support Maven 3.1 and 3.2. Thank you. Unfortunately, now I'm getting a different error. ... [INFO] -

Re: Error building karaf master branch

2014-03-12 Thread Tim Moloney
I see that you pushed your changes to support Maven 3.1 and 3.2. Thank you. Unfortunately, now I'm getting a different error. ... [INFO] --- maven-invoker-plugin:1.6:run (integration-test) @ karaf-maven-plugin --- [INFO] Building: test-check-dependencies-failure/pom.xml [INFO] run script /home/t

Re: Error building karaf master branch

2014-02-28 Thread Jean-Baptiste Onofré
Yes, and thanks for that. However I refactored the plugin to use the new plugin-plugin-api. It allows to better test the plugin and use the new Maven architecture. Regards JB On 02/28/2014 04:30 PM, Grzegorz Grzybek wrote: Jean - I've prepared pull request for https://issues.apache.org/jira/b

Re: Error building karaf master branch

2014-02-28 Thread Grzegorz Grzybek
Jean - I've prepared pull request for https://issues.apache.org/jira/browse/KARAF-2395 a while ago. Tested it successfully with both Maven 3.0.5 and 3.1.1. Please have a look: https://github.com/apache/karaf/pull/24. regards Grzegorz Grzybek 2014-02-28 16:07 GMT+01:00 Jean-Baptiste Onofré : >

Re: Error building karaf master branch

2014-02-28 Thread Tim Moloney
Sweet! Thanks. :) On Fri, Feb 28, 2014 at 10:07 AM, Jean-Baptiste Onofré wrote: > Hopefully, During the week end (I have to merge my "plugin work" branch). > > Regards > JB > > > On 02/28/2014 04:05 PM, Tim Moloney wrote: >> >> Okay, thanks. >> >> Do you have an estimated time frame for your p

Re: Error building karaf master branch

2014-02-28 Thread Jean-Baptiste Onofré
Hopefully, During the week end (I have to merge my "plugin work" branch). Regards JB On 02/28/2014 04:05 PM, Tim Moloney wrote: Okay, thanks. Do you have an estimated time frame for your push? Tim On Fri, Feb 28, 2014 at 9:58 AM, Jean-Baptiste Onofré wrote: Hi Tim, you have to use Maven

Re: Error building karaf master branch

2014-02-28 Thread Tim Moloney
Okay, thanks. Do you have an estimated time frame for your push? Tim On Fri, Feb 28, 2014 at 9:58 AM, Jean-Baptiste Onofré wrote: > Hi Tim, > > you have to use Maven 3.0.x. > > I'm upgrading the maven-karaf-plugin to support Maven 3.1 and 3.2, but I > didn't push yet. > > Regards > JB > > > On

Re: Error building karaf master branch

2014-02-28 Thread Jean-Baptiste Onofré
Hi Tim, you have to use Maven 3.0.x. I'm upgrading the maven-karaf-plugin to support Maven 3.1 and 3.2, but I didn't push yet. Regards JB On 02/28/2014 03:54 PM, Tim Moloney wrote: I ran the following bash> git clone https://git-wip-us.apache.org/repos/asf/karaf.git apache-karaf-master bas

Error building karaf master branch

2014-02-28 Thread Tim Moloney
I ran the following bash> git clone https://git-wip-us.apache.org/repos/asf/karaf.git apache-karaf-master bash> cd apache-karaf-master bash> set MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=128m bash> mvn clean install and got the following output ... [INFO] Apache Karaf :: JMS ..