Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho Surefire and Target Platform of the running plugins

If you are asking for Tycho surefire then the answer is that the test runtime is created from the test bundle/fragment and its dependencies. It will not use a specific target platform. Well it will use it to resolve the dependencies.

Also note that Tycho does not support a directory as target platform. It needs p2 repositories.

Am 06.07.2016 13:09 schrieb "Christian Dietrich" <christian.dietrich@xxxxxxxxx>:
Hi,

how does tycho tell the eclipse started by tycho surefire how to set up
the target platform inside this eclipse.

i have the following problem:

- inside the started tests-eclipse there are a 'lot' of bundles
installed (about dialog) - this is how i expected it.

guess this is coming from /target/work/configuraton/config.ini

#Wed Jul 06 13:07:37 CEST 2016
osgi.bundles=reference\:file\:/Users/dietrich/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar,reference\:file\:/Users/dietrich/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar,reference\:file\:/Users/dietrich/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar,reference\:file\:/Users/dietrich/.m2/repository/p2/osgi/bundle/com.jcraft.jsch/0.1.51.v201410302000/com.jcraft.jsch-0.1.51.v201410302000.jar,
.....

- but the target platform (settings -> target platform)
  contains only the 21 plugins i get copied to
  /target/work/plugins

do you have a idea where that comes from?

Thanks
Christian


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top