Re: skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Hi again Seb, just to confirm that your fix works!!! Thanks a lot! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 12, 2011 at 3:52 PM, Simone Tripodi wrote: > Thanks to you! > I just raw your commits, I'm going to test it so I can provide more help! > Simo > >

Re: skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Thanks to you! I just raw your commits, I'm going to test it so I can provide more help! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 12, 2011 at 3:40 PM, sebb wrote: > On 12 September 2011 13:46, Simone Tripodi wrote: >> Apologize, >> I was still using the

Re: skip the bundle-plugin

2011-09-12 Thread sebb
On 12 September 2011 13:46, Simone Tripodi wrote: > Apologize, > I was still using the 22-SNAPSHOT to test the build number! > I am now able to reproduce the issue, thank you in advance for your help! Thanks for raising the bundle issue; I've hopefully now fixed CP 22 so it works with both Java 1

Re: skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Apologize, I was still using the 22-SNAPSHOT to test the build number! I am now able to reproduce the issue, thank you in advance for your help! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 12, 2011 at 2:27 PM, sebb wrote: > On 12 September 2011 13:09, Simon

Re: skip the bundle-plugin

2011-09-12 Thread sebb
On 12 September 2011 13:09, Simone Tripodi wrote: > Hi Seb, > we are using the commons-parent:21, anyway the issues seems affecting Are you sure? I only get the problem when using 22-SNAPSHOT, which has updated to bundle 2.3.5. CP 21 uses bundle 1.4.3. > compiler problems rather than the java l

Re: skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Hi Seb, we are using the commons-parent:21, anyway the issues seems affecting compiler problems rather than the java language itself (with Java6 indeed it does work), take a look at CHAIN-57[1], you maybe already know the solution :P Many thanks in advance, all the best! Simo [1] https://issues.ap

Re: skip the bundle-plugin

2011-09-12 Thread sebb
On 12 September 2011 10:23, Simone Tripodi wrote: > Hi all guys, > while trying to fix CHAIN-57, I switched to JDK5 to run tests, and > accidentally found an error because looks like the maven-bundle-plugin > requires JDK6 to run. > I raw the plugin documentation to see if there's an option to ski

skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Hi all guys, while trying to fix CHAIN-57, I switched to JDK5 to run tests, and accidentally found an error because looks like the maven-bundle-plugin requires JDK6 to run. I raw the plugin documentation to see if there's an option to skip plugin execution, but didn't figure out how to. Do you have