[tycho-user] esoteric environment specific dependencies and publisher plugin
Greetings,I’ve got a recurring issue that is more a thorn in my side than anything else.Anytime a developer commits or adds a new dependency to the .product file, then clicks the “Add required...
View ArticleRe: [tycho-user] run integration tests against multiple target platforms
Hi Moritz, > I managed to use maven profiles to make target platforms interchangeable, but I’m unsatisfied with it because > - it doesn’t allow me to have separate platforms for test-compilation...
View Article[tycho-user] How to mirror only specific (non latest) version
Hi, we are having trouble understanding the exact 'IU' syntax that needs to be used to mirror only a specific version using theÂtycho-p2-extras-plugin..ÂI've seen the example on...
View ArticleRe: [tycho-user] How to mirror only specific (non latest) version
Hi,I think you can use a version tag in <iu> <id>org.eclipse.xtext.sdk.feature.group</id> <version>[2.5.3,2.6)</version> </iu>Also latestVersionOnly should be set to...
View ArticleRe: [tycho-user] How to mirror only specific (non latest) version
Ranges are not allowed, sorry.It must be a fully qualified version: 2.5.3.v201402240820Or use a non composite...
View Article[tycho-user] How to use publish-features-and-bundles to turn old-style update...
Hi, we have some old dependencies in a few oldstuff.zip, which each contain normal plugins/*.jar and features/** folders - but no content | artifact.xml/jar.Are those "old-style update site" as...
View ArticleRe: [tycho-user] How to use publish-features-and-bundles to turn old-style...
Hi Michael You might have a look at the pom.xml in our project https://github.com/elexis/elexis.3rdparty.libraries where we bundle a lot of stuff to have a p2 site. We publish it somewhere because...
View ArticleRe: [tycho-user] esoteric environment specific dependencies and publisher plugin
Just an idea: is it possible that your target definition does not specify environment, e.g. linux.gtk.x86?Kind regards,Mikhail Kalkov Eclipse Developer | Purple Scout AB |Âwww.purplescout.comKyrkogatan...
View ArticleRe: [tycho-user] How to mirror only specific (non latest) version
You have to specify a full version in such case.$ eclipse-platform -nosplash -application org.eclipse.equinox.p2.director -repository...
View ArticleRe: [tycho-user] How to use publish-features-and-bundles to turn old-style...
Hi,Imo, the wording in Tycho/Additional_Tools articles could have been clearer. What it calls an "old-style update site" is some plugins/ + features/ + content.jar + artifacts.jar combination. I'm not...
View ArticleRe: [tycho-user] How to use publish-features-and-bundles to turn old-style...
You might also want to look at a blog entry I wrote some time back:Âhttp://tonnymadsen.blogspot.dk/2013/05/tycho-and-pre-p2-update-sites.html /Tonny-- Tonny Madsen My profiles:ÂÂÂÂ On 9 June 2014...
View Article[tycho-user] Running Eclipse inside Tycho using reactor or local repository...
(I tried asking this question on Stackoverflow, but did not get any response, so I'm repeating it here to see if I get lucky.) Is there a way to make the tycho-eclipserun-plugin:eclipse-run goal...
View ArticleRe: [tycho-user] Running Eclipse inside Tycho using reactor or local...
> This will fail since my toolchain plugins are not present in the Eclipse instance which hosts the headless build application.I think this happens because my.toolchain.feature artifact is not...
View Article[tycho-user] Will pomDependencies=consider work inside the eclipse IDE?
If I have a tycho project with a parent POM https://github.com/steinarb/modeler/blob/master/pom.xml and a target maven module/eclipse project, that has an eclipse .target file defining the target...
View ArticleRe: [tycho-user] Running Eclipse inside Tycho using reactor or local...
On 2014-06-11 19:07, Mikhail Kalkov wrote: > This will fail since my toolchain plugins are not present in the Eclipse instance which hosts the headless build application. I think this happens...
View ArticleRe: [tycho-user] Will pomDependencies=consider work inside the eclipse IDE?
Hi Steinar I'm using this in my eclipse-target-definition pom: <build> <plugins> <plugin> <groupId>lt.velykis.maven</groupId>...
View ArticleRe: [tycho-user] Will pomDependencies=consider work inside the eclipse IDE?
Your observations are correct, PDE target platform support limited to p2 repositories and local eclipse installations and it is not possible to add dependencies resolved from maven local/remote...
View Article[tycho-user] can't set tycho.scmUrl on command line?
While experimenting with the tycho-packaing-plugin sourceReferences, I’ve found that -Dtycho.scmUrl is ignored. The property must be set in a POM file (technically defining the property settings.xml...
View ArticleRe: [tycho-user] build products with optionally included features
I'm just guessing here, but shouldn't you mark BOTH features and plugins as optional? The Missing Constraint message implies that your plugins are not optional. I mean, I would expect it to look like...
View Article[tycho-user] Give me a starting point for a complete beginner
I am a beginner with Eclipse plugin development and trying a bit around how things are working. The main issue is how to connect the maven repo to be used for the eclipse build. Basically I would like...
View Article