Re: [tycho-user] Problem about installMode="root"
Products built with features without installMode="root" will have a single root product feature and all installed features will be dependencies of this root feature.In order to update any of the...
View ArticleRe: [tycho-user] Problem about installMode="root"
@JeffThanks for your tips. I will try it. Could you give me some advices to my 2. Question? Is it possible?From: jeffmaury@xxxxxxxxxxxxxDate: Thu, 20 Nov 2014 14:14:20 +0000To:...
View ArticleRe: [tycho-user] Problem about installMode="root"
@antonThank you very much. I have tried your solution without 'installMode'. It works fine. regardsFrom: atg.sleepless@xxxxxxxxxDate: Thu, 20 Nov 2014 16:36:20 +0200To: tycho-user@xxxxxxxxxxxSubject:...
View ArticleRe: [tycho-user] Problem about installMode="root"
On 20/11/14 14:49, Anton Tanasenko wrote: Support of installMode means that product definition editor will retain it on consequent edits. Previously it removed them completely on save. Eclipse for RCP...
View ArticleRe: [tycho-user] Problem about installMode="root"
I cannot reproduce the problem with a freshly unpackedÂ20140925-1800.My steps are as follows:1. Create 'test.product' product configuration2. Configure it to use features3. Add any available feature...
View ArticleRe: [tycho-user] Problem about installMode="root"
@anton @ aleksandarI have found the reason:Before step 4. the product configuration editor must be closed. If not, step 5 will use the old product configuration editor. When you change somethings and...
View ArticleRe: [tycho-user] Problem about installMode="root"
@antonI find a problem about the solution with p2.inf. By this solution the sub features can be installed (I use directly the 'install new softwares' to install, eclipse says that it exists already...
View ArticleRe: [tycho-user] Problem about installMode="root"
Can't help with that. From what I've observed, both approaches yield identical results.2014-11-21 11:38 GMT+02:00 lijiang <river607@xxxxxxxxxxx>: @antonI find a problem about the solution with...
View ArticleRe: [tycho-user] Problem about installMode="root"
With this solution, the built product has only one root feature. My own feature doesn't appear on the root.Shoud I configure anything else ?From: atg.sleepless@xxxxxxxxxDate: Fri, 21 Nov 2014 12:58:34...
View Article[tycho-user] Compile fails to find plugin dependency built in the same...
I'm in the process of upgrading a legacy RCP application - switching to Tycho and upgrading 3.8 -> 4.4.I'm new to Tycho but somewhat experienced with eclipse RCP.I've encountered a problem where a...
View ArticleRe: [tycho-user] Compile fails to find plugin dependency built in the same...
I think I've found the problem. In my childPlugin1 build.properties, I made the following switch: source.childPlugin1.jar = src/main/java/ etc. to: source.. = src/main/java/ etc. Can anyone explain to...
View ArticleRe: [tycho-user] Compile fails to find plugin dependency built in the same...
It depends how is your plugin packaged. Should classed be packaged into a JAR file that will be embeded into the plugin JAR or stored directly into the plugin JARJeffOn Sat, Nov 22, 2014 at 5:40 PM,...
View Article[tycho-user] Tycho 0.22.0 staged
Tycho milestone release 0.22.0 has been staged. For details of new features and bugfixes, see release notes [1]. Please help by testing the staged milestone build. To use it, change your tycho version...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
Tested it against my product build. Some UT are failing (SWTBot widget errors and commons logging unable to load a dependent class). I checked the generated class path for the test and it does not seem...
View Article[tycho-user] feature referenced plugin
Hello, I’m looking if it’s possible to let Tycho discovers which plugin to use. I’ve a feature which reference 3 plugins. I ‘ve a parent and an updatesite project. All this world is under Tycho with...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
I don't see regressions in my projects.Thanks,Hendrik.On Mon, Nov 24, 2014 at 9:15 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:Tycho milestone release 0.22.0 has been staged. For details of new...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
Hey Jan,nothing different for me either.Thanks to you and the Tycho team for your work !On Mon, Nov 24, 2014 at 8:24 PM, Hendrik Eeckhaut <hendrik.eeckhaut@xxxxxxxxxx> wrote:I don't see...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
I tested both the CDT and Trace Compass projects and the builds were successful. Regards, Marc-Andre ________________________________________ From: tycho-user-bounces@xxxxxxxxxxx...
View ArticleRe: [tycho-user] Tycho 0.22.0 staged
Worked fine for 2 internal products in our company. Didn't test any of the new features, however. Thanks, Michael -----Ursprüngliche Nachricht----- Von: tycho-user-bounces@xxxxxxxxxxx...
View ArticleRe: [tycho-user] feature referenced plugin
Tycho uses the reactor, the local maven repo and the target platform to resolve dependencies. Your referenced plugin must be at last in order of these 3 locations.JeffOn Mon, Nov 24, 2014 at 1:39 PM,...
View Article