Re: [tycho-user] Problem with SureFire
JUnit provider auto-detection only works with well-known junit bundle names...
View ArticleRe: [tycho-user] Problem with SureFire
Hi Jan, Tanks very much!!!! Regards Stefan -----UrsprÃngliche Nachricht----- Von: tycho-user-bounces@xxxxxxxxxxx <tycho-user-bounces@xxxxxxxxxxx> Im Auftrag von Sievers, Jan Gesendet: Dienstag,...
View Article[tycho-user] Target platform with platform specific features
Hi everyone, I have a target platform which contains a platform specific feature (called MyFeature) (os="win32", ws="win32"). In my target-platform-configuration I configured multiple environments...
View Article[tycho-user] An unexpected error occured
Hi, I have another question about tycho surefire. I wrote a test project for one of my plugins. The plugin is build successfully but when the testplugin should be executed surefire comes up with...
View ArticleRe: [tycho-user] Target platform with platform specific features
Hi,See https://bugs.eclipse.org/bugs/show_bug.cgi?id=407273#c18 which should indicate a solutionHTH
View ArticleRe: [tycho-user] An unexpected error occured
try maven debug option -X ïOn 12.07.18, 09:32, "tycho-user-bounces@xxxxxxxxxxx on behalf of Stefan NÃbauer" <tycho-user-bounces@xxxxxxxxxxx on behalf of stefan.noebauer@xxxxxxxxxxxxxxxxxx> wrote:...
View ArticleRe: [tycho-user] An unexpected error occured
Hi This is something of a nightmare and if that wasn't bad enough it can be hysterical. The following gives some clues to my progress. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=529929 and...
View ArticleRe: [tycho-user] Target platform with platform specific features
Hi Mickael,thanks for documenting this feature. Unfortunately my problem is a little bit different.I have a problem resolving my target platform, because one of the ius in my .target file is platform...
View ArticleRe: [tycho-user] An unexpected error occured
I got following trace So I might have something todo with unresolved bundles. The problematic bundle seems to be org.apache.fop. But this bundle I created with bnd-platform. So I will have to debug...
View ArticleRe: [tycho-user] Target platform with platform specific features
One supplement:If I do not include the platform-specific feature in the .target file but as a p2-repository entry in my pom.xml, the target platform can be resolved.Having that I can build my P2...
View Article[tycho-user] Tycho > 1.1.0 fails with "Fatal error compiling: Illegal char at...
Hi,I was using Tyco 1.0.0 and bundling javafx (OSGi Adaptor) with MANIFEST.MF as----Bundle-ClassPath: ., external:$java.home$/lib/ext/jfxrt.jar, external:$java.home$/lib/jfxswt.jar,...
View Article[tycho-user] Tycho with JDK 11 and Modular OpenJFX (javafx mods)
Hi,Since OpenJFX is shipped with separate modules (http://jdk.java.net/openjfx/ â JMODs) all the javafx classes from jfxrt.jar is split into javafx.base.jmods, javafx.graphics.jmods, etc.. If we want...
View ArticleRe: [tycho-user] Tycho > 1.1.0 fails with "Fatal error compiling: Illegal...
Bundle-ClassPath: external entries are not supported https://bugs.eclipse.org/bugs/show_bug.cgi?id=370958#c20 you should have got a corresponding warning. for a workaround check...
View Article[tycho-user] cannot resolve eclipselink target platform
Hi, I have an RCP application which has been successfully building using a target platform definition for years. I now added Eclipselink as a target location: <location includeAllPlatforms="false"...
View ArticleRe: [tycho-user] Tycho > 1.1.0 fails with "Fatal error compiling: Illegal...
Thank you Jan,I would succeed with compilation phase (packaging) and ended up with org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javafx/embed/swt/FXCanvas at...
View Article[tycho-user] How to use a modified MANIFEST.MF when building with tycho?
Hi, We are using tycho to build web-applications based on eclipse RAP and it works like a charm. However recently I came across the requirement to configure the webapp with different dependencies when...
View ArticleRe: [tycho-user] How to use a modified MANIFEST.MF when building with tycho?
You could configure maven to override the manifest.mf early on in the build process (for example during the generate-resources phase). On 7/22/2018 4:33 PM, Clemens Eisserer wrote: Hi, We are using...
View Article[tycho-user] Avoid Unresolved requirement: Require-Capability in Multi...
Hi, in tests we get error messages like that one e.g. when built on linux. how can we avoid that? Thanks Christian !ENTRY org.eclipse.jdt.launching.macosx 4 0 2018-08-03 08:56:47.924 !MESSAGE...
View Article[tycho-user] Update on macOS fails to execute chmod
Hi all,I am experiencing problems when updating my tycho built product on macOS. So this is my scenario:I have a product built with tycho 1.0.0 based on Eclipse Oxygen...
View ArticleRe: [tycho-user] Update on macOS fails to execute chmod
cross-posting to p2-dev as this is happening in p2 code chmod not being on the PATH seems strange to me. Regards Jan From: <tycho-user-bounces@xxxxxxxxxxx> on behalf of Thomas Kutz...
View Article