Re: Maven Bundle Plugin and tests

2011-01-19 Thread Peter Kriens
I think it is MUCH easier to use bnd directly that attempt to re-use it through ant ... Kind regards, Peter Kriens On 18 jan 2011, at 16:21, Luke Patterson wrote: On Tue, Jan 18, 2011 at 7:51 AM, Simon schemo...@gmail.com wrote: The more complex part is integrating all of that

Re: Maven Bundle Plugin and tests

2011-01-18 Thread Peter Kriens
The maven plugin is just used for packaging so I do not think there is much support for testing a la bnd. In ant it is quite easy though. I guess someone needs to write a maven plugin for this ... Kind regards, Peter Kriens On 14 jan 2011, at 17:51, Simon wrote: Hello, I'm

Re: Maven Bundle Plugin and tests

2011-01-18 Thread Simon
Hi Peter, That was my guess but I prefer to make sure it's not a hidden feature before starting to work on it... (like those component properties ;)). I think the task is pretty simple in terms of feature, it's just writing a Maven surefire provider for the maven-bundle-plugin that just spawns a

Re: Maven Bundle Plugin and tests

2011-01-18 Thread Luke Patterson
On Tue, Jan 18, 2011 at 7:51 AM, Simon schemo...@gmail.com wrote: The more complex part is integrating all of that together (I don't know much about writing Maven plugins). On Tue, Jan 18, 2011 at 2:00 PM, Peter Kriens peter.kri...@aqute.bizwrote: The maven plugin is just used for packaging

Maven Bundle Plugin and tests

2011-01-14 Thread Simon
Hello, I'm recently switched to maven-bundle-plugin to build a project, and I started porting my integration tests (multi-bundles) to use BND Testing Harness (I like its simplicity and it's integrated into Eclipse with BNDTools). Now, I'm trying to get my tests running using Maven (which we're