[tycho-user] Tycho milestone 0.25.0 released
Tycho milestone 0.25.0 has been released and is available from maven central. See the release notes [1] for details of enhancements and bug fixes in this release. Thanks to SÃbastien Arod Alexander...
View Article[tycho-user] Are there disadvantages to pomless builds?
Are there disadvantages to pomless builds? Are there things the pomless builds can't do? Specifically: I want to create an e4 RCP application using GEF4 that includes in its target platform a...
View ArticleRe: [tycho-user] Are there disadvantages to pomless builds?
>>>>> Steinar Bang <sb@xxxxxx>: > (I have something that sort-of works for pre e4 eclipse. The tricky > bit has always been getting a working target platform definition when...
View ArticleRe: [tycho-user] java.lang.NoClassDefFoundError when executing outside Eclipse
NoClassDefFoundError exceptions often indicate that a class couldn’t be loaded due to an exception occurring in a static initializer. Unfortunately these exceptions (wrapped in...
View ArticleRe: [tycho-user] Are there disadvantages to pomless builds?
Hi Steinar, We have been using pomless builds for a while now in the Trace Compass project. I can't speak of using it for e4 RCP applications or GEF4 but it's been great to not have to maintain both...
View ArticleRe: [tycho-user] tycho-user Digest, Vol 68, Issue 11
Hello Tycho Team, Thanks for the prompt reply, but unfortunately that did not solve our problem. I have added a few more tycho related plugins in the master module, But we are still getting the same...
View ArticleRe: [tycho-user] tycho-user Digest, Vol 68, Issue 27
Hello Tycho Team, Thanks for the prompt reply, but unfortunately that did not solve our problem. I have added a few more tycho related plugins in the master module, But we are still getting the same...
View ArticleRe: [tycho-user] Strategies for defining update site url
On 03/23/2016 12:32 AM, Mickael Istria wrote: On 03/23/2016 12:39 AM, David M. Karr wrote: I'm working on an Eclipse plugin codebase, and I've gotten to the point where the build server is producing...
View ArticleRe: [tycho-user] Strategies for defining update site url
On 03/22/2016 06:20 PM, David M Williams wrote: I'll give advise on part of what you say. If you use use Hudson then for "SNAPSHOTS" it might suffice just to point people to...
View Article[tycho-user] Adding modules through profiles
Hi,A common practice in maven is to define some 'extraneous' modules in a profile in order to easily build part of a large product.I was trying to use this with tycho in order to speed up our build so...
View ArticleRe: [tycho-user] Adding modules through profiles
I've been using profiles with Tycho for a while without problem But not activated by defailt Jeff LeÂ20 avr. 2016 09:08, "Sebastien Arod" <sebastien.arod@xxxxxxxxx> a ÃcritÂ:Hi,A common practice...
View ArticleRe: [tycho-user] Adding modules through profiles
Forget it I got it working. This was a user problem :(. I copied one of the module from main modules list to profile modules instead of moving it...Sorry for that-SebOn Wed, Apr 20, 2016 at 9:13 AM...
View Article[tycho-user] Help debug classloader conflict loading plugin in standalone...
I'm working on an eclipse plugin codebase that uses Tycho to build itself. The application requires several artifacts that aren't available in a p2 repo. To resolve this, I created one plugin project...
View ArticleRe: [tycho-user] Help debug classloader conflict loading plugin in standalone...
On 04/20/2016 12:12 PM, David M. Karr wrote: I'm working on an eclipse plugin codebase that uses Tycho to build itself. The application requires several artifacts that aren't available in a p2 repo. To...
View ArticleRe: [tycho-user] Help debug classloader conflict loading plugin in standalone...
David, What I do in a similar situation is get those artifacts into the target platform and then they are first class citizens and can be included in features and dependencies directly.Create a new...
View ArticleRe: [tycho-user] Help debug classloader conflict loading plugin in standalone...
Hi David,For Timothy's step 1 you might also want to look at eclipse orbit and how it works. In addition to examining the build process it uses to create bundles, it also has antlr (amongÂmany...
View ArticleRe: [tycho-user] Help debug classloader conflict loading plugin in standalone...
On 04/22/2016 01:08 PM, Timothy Vogel wrote: David, What I do in a similar situation is get those artifacts into the target platform and then they are first class citizens and can be included in...
View ArticleRe: [tycho-user] Help debug classloader conflict loading plugin in standalone...
On 04/22/2016 01:18 PM, Jonah Graham wrote: Hi David, For Timothy's step 1 you might also want to look at eclipse orbit and how it works. In addition to examining the build process it uses to create...
View ArticleRe: [tycho-user] Help debug classloader conflict loading plugin in standalone...
David,Where do I create this new target file? I currently have a project with a "eclipse-target-definition" packaging type. The target file is created in the Eclipse IDE and can be put in any...
View ArticleRe: [tycho-user] Help debug classloader conflict loading plugin in standalone...
Hi David, I was primarily recommending looking at how orbit does the build so you could replicate. As for 4.5.1, the runtime is in orbit, just not released yet....
View Article