[tycho-user] Tycho milestone 0.20.0 released
Tycho milestone 0.20.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 Andreas Sewe Aurelien Pupier...
View Article[tycho-user] How to set system property with tycho-surefire-plugin ?
Hello,I need to set a system property before start the integrations tests.I used to do that with maven-surefire using systemPropertyVariables configuration. But that is not working with...
View ArticleRe: [tycho-user] How to set system property with tycho-surefire-plugin ?
I found the solution...the right way with tycho-surefire is:ÂÂÂ ÂÂÂ ÂÂÂ ÂÂÂ <configuration>ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ <systemProperties>ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ...
View ArticleRe: [tycho-user] How to set system property with tycho-surefire-plugin ?
On Sat, Mar 15, 2014 at 4:28 PM, Cristiano GaviÃo <cvgaviao@xxxxxxxxx> wrote: I found the solution... the right way with tycho-surefire is:ÂÂÂ ÂÂÂ ÂÂÂ ÂÂÂ <configuration>ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ...
View Article[tycho-user] 64-bit Build Issue (continued)
I wrote before about an issue I’m having with my application, which builds an executable for Windows, Mac, and Linux both 32 and 64-bit. All of these seem to work, except for the Windows 64-bit. As...
View ArticleRe: [tycho-user] tycho-versions-plugin does not replace ${sub.dir} properties...
No, you are not missing anything, tycho-versions-plugin operates on original not-interpolated project model and does not expand ${properties} in <module> elements. My suggestion, don't use...
View ArticleRe: [tycho-user] 64-bit Build Issue (continued)
I think the bundle (fragment)org.eclipse.swt.win32.win32.x86_64is missing.HTH,Marco 2014-03-19 15:42 GMT+01:00 Corenflos, Steven <scorenfl@xxxxxxxxxxx>: I wrote before about an issue Iâm having...
View ArticleRe: [tycho-user] tycho-versions-plugin does not replace ${sub.dir} properties...
Hi Igor, you are probably right that using properties in these elements does not provide that much value, as these directories will rarely change and, if so, find/replace on one pom.xml is not that...
View ArticleRe: [tycho-user] 64-bit Build Issue (continued)
Furthermore, it may be so that the bundle is mentioned in .product file, but it's missing necessary attributes [1]. That's what it should look like [2]: <plugin...
View Article[tycho-user] Antwort: 64-bit Build Issue (continued)
Hi! are you deploying your application via WebStart? We had some issues there as well concerning 32 vs 64 bit. Mit freundlichen GrÃÃen / kind regards i.A. Andreas Schilling Information Technology...
View ArticleRe: [tycho-user] Lifecycle mapping "org.sonatype.tycho.m2e.wrapperBundle" is...
Have only been able to get back to this now. You are right, if I remove the pluginManagement section from the thirdparty project, the error goes away and the demo still builds. But in my project the...
View Article[tycho-user] Missing requirement: blah 1.0.0.SNAPSHOT requires 'package...
I managed to get further with my eclipse-plugin build. I am now facing the error: "Missing requirement: net.sourceforge.genieos.executor 1.0.0.SNAPSHOT requires 'package com.sun.management 0.0.0' but...
View ArticleRe: [tycho-user] Missing requirement: blah 1.0.0.SNAPSHOT requires 'package...
Simple search through this list shows https://dev.eclipse.org/mhonarc/lists/tycho-user/msg00567.html -- Regards, Igor On 2014-03-21, 17:41, V. Mark Lehky wrote: I managed to get further with my...
View ArticleRe: [tycho-user] Missing requirement: blah 1.0.0.SNAPSHOT requires 'package...
I found the two websites mentioned in that post, before I found the post. :) The only thing that is not clear to me is what packaging type do I specify in the pom. TIA, ML. On 14-03-21 02:46 PM, Igor...
View Article[tycho-user] Problem creating signed p2-repository with dependency.
Hello, I'm trying to build a p2 repository and sign it. The problem is that I have an eclipse plugin dependency in nexus, which is not signed and the signing plugin doesn't sign it. What I've tried so...
View Article[tycho-user] Tycho out-of-the-box support for Java 8
Hello everyone! I am trying to build a Java 8 eclipse plug-in-project via maven, but the tycho-compiler fails. I've created the plug-in project using the latest Eclipse Luna M6 (4.4.0M6). The manifest...
View ArticleRe: [tycho-user] Tycho out-of-the-box support for Java 8
On 03/24/2014 10:53 AM, spp Schöppl Fabian wrote: [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project MyBundle: Fatal error compiling:...
View ArticleRe: [tycho-user] Tycho out-of-the-box support for Java 8
I've added two new bugs: * https://bugs.eclipse.org/bugs/show_bug.cgi?id=430986 and * https://bugs.eclipse.org/bugs/show_bug.cgi?id=430989. Thank you very much, Fabian Von:...
View Article[tycho-user] Dynamic update of build.properties
Title: Dynamic update of build.properties Hi, in one of my projects I want to dynamically build help pages during a tycho build. Therefore I provided a dedicated JavaDoc doclet that creates help pages,...
View ArticleRe: [tycho-user] Dynamic update of build.properties
Hi Christina, > Does tycho read the build.properties before and cache that data? Is > there a way I can add the help folder to packaging? not being a Tycho developer I can only guess at this one,...
View Article