Re: [tycho-user] package-feature reports MALFORMED
Hi, Looks similar to that one: http://stackoverflow.com/questions/20013091/java-unzip-error-malformed Could it be that there are files in that feature/plugin that do have abnormal file names?...
View ArticleRe: [tycho-user] package-feature reports MALFORMED
no special characters used, just plain ASCII. Interestingly the build just fails sometimes. Without changing any files roughly 10% of the builds fail. Christian
View ArticleRe: [tycho-user] package-feature reports MALFORMED
any chance you are using special post-processing like signing with CBI [1] and/or comparison and replacement of binaries from baseline repos [2] ? could be caused e.g. by flaky network can you share...
View Article[tycho-user] Rerun flaky tests with Tycho Surefire Plugin
Hi,could anybody say if is possible to use "rerun failing tests" [1] feature when I am using tycho surefire plugin?[1]...
View ArticleRe: [tycho-user] package-feature reports MALFORMED
I am using CBI signing v1.0.5. Will try to upgrade >=1.1.2 as suggested in the bug entry and report back here. Christian On 07.03.2017 17:03, Sievers, Jan wrote: any chance you are using special...
View Article[tycho-user] Suggested build and releng scheme?
Everyone,Does anyone have suggestions on the best build and releng schemes for large RCP projects with Tycho?Right now we are using an aggregator with everything in it, including our products. Our...
View ArticleRe: [tycho-user] Suggested build and releng scheme?
Hi Jay, I can try to describe how we do it (building about 4 different RCPs each ~30 Features and about 300 Plugins). First of all, I have to mention that we do not really care about versions because...
View ArticleRe: [tycho-user] Suggested build and releng scheme?
Hi Jay, For a one repository strategy, we use a maven profile [1] to remove the product from the default workflow - default : plugins, feature, update site - product: default + product...
View ArticleRe: [tycho-user] Suggested build and releng scheme?
Martin and Benoit,Thanks very much! Very helpful info.JayOn Mon, Mar 13, 2017 at 3:11 AM, MAGGI Benoit <Benoit.MAGGI@xxxxxx> wrote: Hi Jay, Â For a one repository strategy, we use a maven profile...
View ArticleRe: [tycho-user] [cross-project-issues-dev] Java 9 Readiness
you should be able to override which version of org.eclipse.jdt.core is used by tycho-compiler-plugin as long as it's available from a public maven repo. (i.e. no need to switch to a SNAPSHOT version...
View Article[tycho-user] How to build the update site from the .jar with exported feature?
Hi all, I have difficulties with building update site for my plug-in with Maven/Tycho. The plug-in consists of four plug-ins, each of them is represented as an Eclipse project. I succeed with...
View ArticleRe: [tycho-user] How to build the update site from the .jar with exported...
Hi Evgeniya, youÂre provinding a site.xml file in your updatesite project, but not a category.xml. Further details can be found here: - https://wiki.eclipse.org/Tycho/eclipse-repository -...
View Article[tycho-user] Tycho version gone wrong
Hello,ÂI have started working on a my old maven tycho transition project and realized it is complaining abou1 the tycho versioning not being 0.26.0. Have we updated Tycho to 0.27.0 yet? Or do I have...
View ArticleRe: [tycho-user] Tycho version gone wrong
Hi,ÂTge problem looks like your pom.xml and MANIFEST.MF have different versions in com.company.bbcode.parser. They should match.ÂBTW Tycho 1.0.0 has now been released, so you may want to consider...
View ArticleRe: [tycho-user] Tycho version gone wrong
That worked thank you.On Tue, Mar 14, 2017 at 1:10 PM, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:Hi,ÂTge problem looks like your pom.xml and MANIFEST.MF have different versions in...
View ArticleRe: [tycho-user] Tycho version gone wrong
(added tycho-user@xxxxxxxxxxx back to cc list, I assume it was an accidental omission and others may have a better answer)ÂWhen compiling Eclipse plugins with Tycho the source and target setting for...
View Article[tycho-user] LinkageError when running Tycho Surefire tests
Hi all,We're running Eclipse RAP based application tests using Tycho which throws the following errors:java.lang.LinkageError: loader constraint violation: loader (instance of...
View ArticleRe: [tycho-user] LinkageError when running Tycho Surefire tests
If I understood you right, you donât want the SWT fragment org.eclipse.swt.gtk.linux.x86_64 at all in your target platform Check https://wiki.eclipse.org/Tycho/Target_Platform on how to control the...
View Article[tycho-user] Work around for Maven persistently using JDK 1.5 by default
Hello,ÂI am running Maven Tycho on an Eclipse Project that is using Java 8. The whole system knows I am using JDK 1.8. and even my POM mentions it.Â<plugin>...
View ArticleRe: [tycho-user] Work around for Maven persistently using JDK 1.5 by default
Do your MANIFEST.MF files specify JDK 8 too?ÂIf not, set this in your plugins' manifests:Bundle-RequiredExecutionEnvironment: JavaSE-1.8On Wed, Mar 15, 2017 at 1:11 PM, khady lo seck...
View Article