Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Is there a way to specify what bundles get loaded when running tests with tycho-surefire-plugin?

I found this Jira - https://issues.sonatype.org/browse/TYCHO-313. It's not for the Tycho surefire plugin, but from Igor Fedorenko's comment it appears that proper OSGi versions and OSGi-like maven versions are supported by other Tycho plugins.


On Fri, Jul 8, 2011 at 3:10 PM, Mykola Nikishov <mn@xxxxxxxxx> wrote:
On 07/08/2011 09:44 PM, TK Gospodinov wrote:

> I tried your suggestion and now I am getting the following error:

> Caused by: org.apache.maven.plugin.PluginExecutionException: Execution
> default of goal org.eclipse.tycho:tycho-surefire-plugin:0.12.0:test
> failed: Format "format(n[.n=0;[.n=0;[.S=[A-Za-z0-9_-];='';]]])" was
> unable to parse 2.2.1-SNAPSHOT

...because it expects these versions:
- 2
- 2.2
- 2.2.1
- 2.2.1.qualifier

--
Mykola
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top