[tycho-user] Unable to access pydev update site
Hi,In my target platform, one site is failing the build:14:50:39 [INFO] Adding repository http://pydev.org/updates 14:50:39 [WARNING] Failed to access p2 repository http://pydev.org/updates, use local...
View ArticleRe: [tycho-user] Unable to access pydev update site
It checks composite -> standard and the composite errors are swallowed.On 26 October 2017 at 09:47, Julien HENRY <henryju@xxxxxxxx> wrote:Hi,In my target platform, one site is failing the...
View ArticleRe: [tycho-user] Unable to access pydev update site
To avoid errors and speed up p2's resolution, you should add a p2.info file, like this: version = 1 metadata.repository.factory.order = compositeContent.xml,\! artifact.repository.factory.order =...
View Article[tycho-user] RCP product multi-platform build relying on Tycho ?
Hello, I'm building a RCP product. I've a build environment relying on Tycho which is running fine. At that time build is producing as result one deliverable per platform. Looking in details to such...
View ArticleRe: [tycho-user] RCP product multi-platform build relying on Tycho ?
Hi,we use an installer and we just extract a generic part from all the platforms (simple java program that extracts all the platform zips and compares what they have in common and what not)and then we...
View ArticleRe: [tycho-user] Unable to access pydev update site
Hi Nick,Thanks for the tip, it might be useful for my own repositories. Note that I'm not the owner of the pydev update site, but I will try to let them know.++ Le jeudi 26 octobre 2017 Ã 23:11:30...
View ArticleRe: [tycho-user] RCP product multi-platform build relying on Tycho ?
ÂHello,Thanks for sharingÂsuch pragmaticÂworking trick. But first guess sounds to me like a trick not THE solution. THE solution sounds to me like any other build step driven thru some commonÂpom.xml...
View ArticleRe: [tycho-user] RCP product multi-platform build relying on Tycho ?
We build an izpack installer for the Red Hat JBoss Developer Studio (devstudio) product. It's a small GUI installer that performs a p2 installation to the user's disk, into a folder the specify (with...
View Article[tycho-user] Tycho Surefire and Target Platforms
Hello Guys, we have the following problem: (1) we have plugin test that ceate plugins with certain required bundles that need to be in the target platform (2) the certain plugins are not inside the...
View Article[tycho-user] Missing dependency building a product
Hi, I am trying to build a features based product including these features: --- <features> <feature id="org.eclipse.platform" version="4.6.2.v20161124-1529"/> <feature...
View ArticleRe: [tycho-user] Missing dependency building a product
looks like feature org.eclipse.e4.rcp is missing in your target platform [1] Jan [1] https://wiki.eclipse.org/Tycho/Target_Platform On 07.11.17, 17:53, "tycho-user-bounces@xxxxxxxxxxx on behalf of...
View ArticleRe: [tycho-user] Missing dependency building a product
Thanks. My POM includes: --- <repository> <id>Neon</id> <layout>p2</layout> <url>http://download.eclipse.org/releases/neon/</url> </repository> ---...
View ArticleRe: [tycho-user] Missing dependency building a product
I solved the issue specifying the exact version of org.eclipse.e4.rcp: --- <feature id="org.eclipse.e4.rcp" version="1.5.3.v20170228-0512"/> --- Thanks. ----- Original Message ----- From:...
View Article[tycho-user] Enforcing package version constraints
We're trying to use `Import-Package` in our bundles. PDE's quick-fixes for adding an import-package helpfully provides a `version` constraint where possible, but it uses the lowest version available in...
View ArticleRe: [tycho-user] Enforcing package version constraints
If youâre developing a plug-in that must work in multiple versions of Eclipse, and you require something like guava 20, which is not available in older versions of the Eclipse RCP, then do you must...
View ArticleRe: [tycho-user] Enforcing package version constraints
How about properly crafting your target platform to include Guava 20 instead of Guava 15 so PDE generates the right input? On 11/13/2017 4:35 PM, Brian de Alwis wrote: We're trying to use...
View ArticleRe: [tycho-user] Enforcing package version constraints
Is there a way for the TP to exclude an artifact? Our TP includes the version of m2eclipse that was contributed to the Mars release train, which requires com.google.guava [14.0.1,16.0.0). Although we...
View ArticleRe: [tycho-user] Enforcing package version constraints
You can exclude a plugin from Tycho's target platform using https://wiki.eclipse.org/Tycho/Target_Platform#Filtering. In PDE, I think you can go to the plug-ins mode and select the plugins you want,...
View ArticleRe: [tycho-user] Enforcing package version constraints
Thanks Pascal â I wasn't aware of Tycho's TP filtering capabilities. It doesn't help in this particular case as we still have to pull in m2e which depends on Guava 15. We have some unit bundle-shape...
View Article[tycho-user] Can JUnit 5 be used?
Hi Tycho users, can JUnit 5 already be utilised with Tycho Surefire? In theory, the junit dependency just needs to be replaced by junit-jupiter-engine. Did anybody try this yet? Thanks, Axel
View Article