Re: [tycho-user] POM-less Target Platforms
by the way if you like to debug the output at least under recent linux the following will work: tail --retry --follow <path-to-polyglotfile> now start your build and you will see the...
View Article[tycho-user] Shared target platform for multiple projects
We have several subprojects that all rely on a single common targetplatform. Each subproject is in a separate git repo and the .target/.targetplatform files are yes, you guessed it: copied around....
View ArticleRe: [tycho-user] Shared target platform for multiple projects
Do you encounter any problem with option a? If not just go for it :-) Just keep in mind that target artifacts a little bit "special" as only the target file itself is deployed, so if...
View ArticleRe: [tycho-user] Shared target platform for multiple projects
I tried that for a while but then got annoyed by the additional mvn deploy step in between. It might be ok if your target platform doesn't update in a while. But with four Eclipse releases a year and...
View ArticleRe: [tycho-user] Shared target platform for multiple projects
On Wed, Jan 29, 2020 at 2:28 PM Christoph Läubrich <laeubi@xxxxxxxxxxxxxx> wrote:Ok, that sounds good too. That's why we use https://github.com/eclipse-cbi/targetplatform-dsl to...
View ArticleRe: [tycho-user] Shared target platform for multiple projects
On Wed, Jan 29, 2020 at 2:37 PM Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx> wrote:It always does change :) Feared of submodules.. I considered side-by-side checkouts but for some reason,...
View Article[tycho-user] Tycho + Repository + Category.XML
Hi, we have the following in our target platform <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true"...
View ArticleRe: [tycho-user] Tycho plugin documentation has been deleted
Someone knows if there is a replacement site for these docs?On Fri, Jan 24, 2020 at 5:57 PM Neil Bartlett <njbartlett@xxxxxxxxx> wrote:-- Linux. The choice of a GNU generation.
View ArticleRe: [tycho-user] Tycho plugin documentation has been deleted
Hi,Start from entry point https://www.eclipse.org/tycho/sitedocs/ , then you'll be able to navigate to surefire docs and retrieve the correct URL.HTH
View ArticleRe: [tycho-user] Tycho 1.6.0 is released!
When did this change happen? Does everybody know this? Was this somewhere announced?Just asking because I am not sure that this is broadly known and some companies might still replicate their internal...
View ArticleRe: [tycho-user] Tycho 1.6.0 is released!
_______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit...
View ArticleRe: [tycho-user] Tycho 1.6.0 is released!
Thanks for the explanation! For a moment I was quite confused. :) Nick Stolwijk <nick.stolwijk@xxxxxxxxx> schrieb am Fr., 31. Jan. 2020, 18:01:...
View Article[tycho-user] 'build.plugins.plugin.version' warning for pomless builds
Hi, I see multiple warnings: [WARNING] 'build.plugins.plugin.version' for org.eclipse.tycho:tycho-p2-director-plugin is missing. As I use pomless build for my features, products and update sites, how...
View ArticleRe: [tycho-user] 'build.plugins.plugin.version' warning for pomless builds
Hi Lars,You should configure a version for the tycho-p2-director plug-in in your parent pom.xml (section pluginManagement). Can you check if such an entry is there?-Gunnar -- Gunnar...
View Article[tycho-user] how to sign your executable (for now windows but also for mac?)
Hi,there are a few examples https://www.eclipse.org/lists/tycho-user/msg06656.html...
View ArticleRe: [tycho-user] 'build.plugins.plugin.version' warning for pomless builds
Re: [tycho-user] 'build.plugins.plugin.version' warning for pomless builds
View ArticleRe: [tycho-user] how to sign your executable (for now windows but also for mac?)
On Tue, 4 Feb 2020 at 12:34, Johan Compagner <jcompagner@xxxxxxxxxx> wrote:ok signing that didn't work the really make sure our binary is signed everywherei really need to unzip ,...
View Article[tycho-user] Dependency resolution issue with org.antlr.runtime plugin
My target platform contains two ANTLR runtime plugins org.antlr.runtime 3.2.0 (via Xtext) and 4.3.0 (via Sirius). In one of my own plugins I need a dependency on the 3.2.0 version, so I added an...
View ArticleRe: [tycho-user] Dependency resolution issue with org.antlr.runtime plugin
Re: [tycho-user] Dependency resolution issue with org.antlr.runtime plugin
View ArticleRe: [tycho-user] Dependency resolution issue with org.antlr.runtime plugin
_______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit...
View Article