[tycho-user] Construct on target platform define by Eclipse target file.
Hi, What I want to achieve Currently, we are a little pool of Eclipse RCP developpers which daily works with a target platform based on an eclipse installation, and construct final product based on...
View ArticleRe: [tycho-user] Bamboo->Maven build of plugin is failing
I see something strange in your POM. You're installing Tycho 0.18.0 as a Maven extension but you're defining 0.16.0 for tycho-version. If this property is used in another place, it's likely you will...
View ArticleRe: [tycho-user] Bamboo->Maven build of plugin is failing
Ah great find — I've corrected that and it's using the tycho-version variable now. thanksFrom: Jeff MAURY <jeffmaury@xxxxxxxxxxxxx>Reply-To: Tycho user list <tycho-user@xxxxxxxxxxx>Date:...
View ArticleRe: [tycho-user] Fail build if p2 repository reference in target file is not...
I've submitted an issue for this:https://bugs.eclipse.org/bugs/show_bug.cgi?id=410698I'm not sure I agree with the resolution you mention though. This should fail fast if the repo is not found on the...
View ArticleRe: [tycho-user] Discovery URL from feature.xml not reflected in content.xml
Tobias Oberlies wrote: > Where does the repository contain the URL? In the headers or in one of the units? Here's what the content.xml of "Export/Deployable features" looks like: <repository...
View ArticleRe: [tycho-user] Bundling JREs with my Product
Hi Simon, thanks for the suggestion. I will try to give a look at it. What I was able to achieve right now is more or less the same. I used in my product pom.xml the maven-antrun-plugin in order to...
View ArticleRe: [tycho-user] Bundling JREs with my Product
as a side note, I can imagine you will probably have a hard time updating the JDK while it's currently running. So I'm not sure if updating the JDK is a scenario which can be supported at all using p2...
View ArticleRe: [tycho-user] Bundling JREs with my Product
Hi Jan, I'm using the parent feature with child ones as suggested in the mentioned article (2nd approach). My goal is to avoid any kind of problems when updating. I hope this can bypass the problem you...
View Article[tycho-user] no finalName or labelSuffix support in tycho-source-feature-plugin
Despite specifying labelSuffix or trying finalName, the output name of my source feature is always the name of the artifact followed by -sources-feature.jarI want to rename it to include the version...
View ArticleRe: [tycho-user] no finalName or labelSuffix support in...
And along these same lines, I'm not sure how to build the p2 update site that includes the source-feature, has anyone done that? Â If I reference this source-feature by name in my category.xml it is not...
View Article[tycho-user] Mac-style product cannot be started
Hi, I have a Tycho product build that I configured to produce Mac style app bundles. It's a multi-platform build as well with three configurations (mac, windows, linux, all 64bit only). When I run the...
View ArticleRe: [tycho-user] Mac-style product cannot be started
Could it be differing permissions / ownership on the archive file or contained files in the archive? On 07/11/2013 01:42 PM, Gunnar Wagenknecht wrote: Hi, I have a Tycho product build that I configured...
View ArticleRe: [tycho-user] Mac-style product cannot be started
The "move to trash" reference sounds suspiciously like Gatekeeper to me. As the app is downloaded via the browser it's coming into play. Try setting System Preferences to allow to run any programs from...
View ArticleRe: [tycho-user] adding custom maven steps when using director
Is there any way to get hold of the product materialize directory? Regards, Greg On Jul 2, 2013, at 8:26 AM, "Sievers, Jan" <jan.sievers@xxxxxxx> wrote: > this has been answered before >...
View ArticleRe: [tycho-user] no finalName or labelSuffix support in...
regarding the source feature archive finalName: https://bugs.eclipse.org/bugs/show_bug.cgi?id=412224 this has to be configured on pom.xml level though [1]. Maven classifier -sources-feature.jar is...
View ArticleRe: [tycho-user] Discovery URL from feature.xml not reflected in content.xml
See inline. Andreas Sewe wrote: > Tobias Oberlies wrote: > > Where does the repository contain the URL? In the headers or in one of > the units? > > Here's what the content.xml of...
View ArticleRe: [tycho-user] using eclipserun to call org.eclipse.ant.core.antRunner for...
For the implicitly required p2 bundles, I usually just include the feature org.eclipse.equinox.p2.core.feature. Regards Tobias > -----Original Message----- > From: tycho-user-bounces@xxxxxxxxxxx...
View ArticleRe: [tycho-user] NullPointerException
Okay, it was not a fork (this time ;-) but still a not officially supported use of Tycho's internal classes. But good that you got it working. And thanks for sharing, I think I'll have a look at your...
View ArticleRe: [tycho-user] Discovery URL from feature.xml not reflected in content.xml
Tobias oberlies wrote: > Andreas Sewe wrote: >> Well, what I don't get is why something that was part of the unit (being >> declared in the unit's feature.xml [1]) got moved to the...
View Article[tycho-user] Source bundles for third-party jars
Hi all,We are re-packaging a few jars (retrieved from Maven Central) as OSGi bundles using the maven-bundle-plugin. It is the Scala standard library, among others. I'd like to create source bundles for...
View Article