Re: [tycho-user] Root files pulled in from wrong feature
Will do! So I can recover by removing the build.outputDirectory parameter?Thanks for helping,Wim On Fri, Feb 8, 2013 at 10:44 AM, Oberlies, Tobias <tobias.oberlies@xxxxxxx> wrote: Thanks for the...
View ArticleRe: [tycho-user] Root files pulled in from wrong feature
That should be it. For the list: The bug is https://bugs.eclipse.org/bugs/show_bug.cgi?id=400315 Regards Tobias From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On...
View ArticleRe: [tycho-user] Tycho Filter
Let me guess: the JDT plugins in your product all have a version between 3 and 4? Because this is what you specified. You probably wanted to use <filter> <type>eclipse-plugin</type>...
View Article[tycho-user] Dependency issue with org.eclipse.swt when building RAP-Scout...
Hi, I'm not sure if this is a RAP 2.0 or a Tycho issue but I guess it's related to RAP 2.0 since the Tycho build was working correctly with RAP 1.5. Anyway, somebody might have solved a similar...
View Article[tycho-user] Cannot get disableP2Mirrors to work
Since version 16, I have been unable to make use of the disableP2Mirrors option. I have read about the changes that have been made, including the actual commit:...
View ArticleRe: [tycho-user] Cannot get disableP2Mirrors to work
there is no test for this (mainly because it's not easy to test) and it has been reported to not work on this list already [1]. If you can confirm that it works with 0.15.0 and doesn't with 0.16.0,...
View ArticleRe: [tycho-user] Tycho Filter
Hi, Thanks for your help. Yes you are right, I want to remove all versions of jdt from my project. But when I am using "removeAll" tag plug-in that has optional dependencies to the jdt could not be...
View ArticleRe: [tycho-user] Dependency issue with org.eclipse.swt when building...
I am working with Tycho since a long time and I have met some problems related to SWT resolutions and their related fragments.A patch has been done last week on the 0.17.0 working branch so you may...
View ArticleRe: [tycho-user] Tycho Filter
If I understand you correctly, you have a dependency on JDT during the build of your product, but you do not want JDT plugins in your product itself. You best split the MWE2 part of your plugin in a...
View ArticleRe: [tycho-user] Tycho Filter
Hi Hendrik, No my product has no any dependencies to the JDT. My product has one dependency to the MWE2.launch and it has OPTIONAL LAZY dependency to the JDT. And after I added a filter to the all...
View ArticleRe: [tycho-user] Tycho Filter
org.zapletnev.app1 is not in the resolved dependencies of the failing module, although it is included in the product. Where is that unit supposed to be coming from? Regards Tobias > -----Original...
View Article[tycho-user] Export Features as Folders not as Jar
Hey, what's the proper way to package a feature as folder, not as jar? In the PDE Feature Export Wizard it is possible to select in the options-tab: "Package as individual JAR archives" What's the...
View ArticleRe: [tycho-user] Export Features as Folders not as Jar
There's a nifty option in the MANIFEST.MF file which is Eclipse-BundleShape: dir That'll do it for ya. On 2/12/13 7:45 AM, "Timo Lange" <lange@xxxxxxxxxxx> wrote: >Hey, > >what's the...
View Article[tycho-user] ZIPs within ZIPs in archive product
Hi all, I managed to build a feature-based product using Tycho and materialize and archive it with the tycho-p2-director-plugin. So far, so good. :-) Unfortunately, the resulting ZIP contains a...
View ArticleRe: [tycho-user] Tycho Filter
I have builded test product to reproduce. Run "install" on the org.zapletnev.reactor project. Thanks, Igor On Tue, Feb 12, 2013 at 3:28 PM, Oberlies, Tobias <tobias.oberlies@xxxxxxx> wrote: >...
View ArticleRe: [tycho-user] Eexecutable launcher was unable to locate its companion...
Hi Jeff, > Did you check the executable bit on the .so file ? The .so does not have its executable bit set, but setting it doesn't help. > How is your product built ? With Tycho ? yes, I build it...
View Article[tycho-user] plugins jar filename having bundle-version info
Hi all,I started yesterday to give a look at Tycho.My question is how can I have the jar filename produced by Tycho such as <my_bundle_symbolic_name>-<my_bundle_version>.jar ? I have in my...
View ArticleRe: [tycho-user] Tycho Filter
Any updates on this issue? Thanks, Igor On Wed, Feb 13, 2013 at 12:28 PM, Igor Zapletnev <igor.zapletnev@xxxxxxxxx> wrote: > I have builded test product to reproduce. Run "install" on the >...
View ArticleRe: [tycho-user] plugins jar filename having bundle-version info
As common in Maven, you can control this via the project.build.finalName setting. Regards Tobias From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Massimo...
View ArticleRe: [tycho-user] Eexecutable launcher was unable to locate its companion...
Hi, > I managed to build a product (called "server") but am now faced with the > following error message when starting it under Mac OS X: > > "The Server executable launcher was unable to...
View Article