Re: [tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown
>>>>> Igor Fedorenko <igor@xxxxxxxxxxxxxx>: > You need to assume Tycho recreates test eclipse runtime on each build. Right, thanks! > Scala ide developers should know how...
View ArticleRe: [tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown
>>>>> Steinar Bang <sb@xxxxxx>: > Yes, I hope there are some -D settings I could make to the runtime > configuration in eclipse. And indeed, there was such a setting:...
View ArticleRe: [tycho-user] Tycho p2 director error with java 8 - chmod
chmod is not executed when running on Windows. So this could explain why a broken build could still pass on Windows. Regards Tobias From: tycho-user-bounces@xxxxxxxxxxx...
View Article[tycho-user] Required class missing while executing tycho-compiler-plugin...
Hello, We are using Tycho 0.21.0-SNAPSHOT and this error started today: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0-SNAPSHOT:compile (default-compile) on project...
View ArticleRe: [tycho-user] Required class missing while executing tycho-compiler-plugin...
this is due to failing CI builds (some SSL deploy problems) http://ci.tesla.io:8080/view/Tycho/job/tycho/ will try to fix as soon as possible and revert...
View Article[tycho-user] Tycho 0.21.0-SNAPSHOT
for those of you using tycho 0.21.0-SNAPSHOT: we are currently having some SSL-related deploy problems on CI job http://ci.tesla.io:8080/view/Tycho/job/tycho/ which deploys SNAPSHOTs to...
View ArticleRe: [tycho-user] Plug-in test works in IDE, fails when built with "mvn install"
>>>>> Igor Fedorenko <igor@xxxxxxxxxxxxxx>: > The test bundle needs to Require-Bundle the bundle that provides > no.priv.bang.modeler.core.gef.editor.Editor, which I believe...
View ArticleRe: [tycho-user] Plug-in test works in IDE, fails when built with "mvn install"
I didn't notice the test bundle was a fragment, sorry. I still think missing dependency is the reason but can't tell what dependency that is. -- Regards, Igor On 2014-05-27, 7:25, Steinar Bang wrote:...
View ArticleRe: [tycho-user] Plug-in test works in IDE, fails when built with "mvn install"
>>>>> Igor Fedorenko <igor@xxxxxxxxxxxxxx>: > I didn't notice the test bundle was a fragment, sorry. I still think > missing dependency is the reason but can't tell what...
View Article[tycho-user] Generating component declarations
Hi all,I'm looking at something similar to the Felix S
View ArticleRe: [tycho-user] Generating component declarations
(Sorry for my last email, I fat fingered the send button). Hi all,I'm looking for some util to help me generate the component declaration files for my OSGi services, and that plays nice with Tycho. I'm...
View ArticleRe: [tycho-user] Generating component declarations
You problem with the SCR plugin - or anything similar - would be that the the MANIFEST.MF needs to be updated in the process (the Service-Component header) and that will not work in Tycho as Tycho...
View ArticleRe: [tycho-user] Generating component declarations
Hi Andres, On Wed, May 28, 2014 at 12:18 AM, Andres Olarte <olarte.andres@xxxxxxxxx> wrote: > (Sorry for my last email, I fat fingered the send button). > > Hi all, > > I'm looking...
View ArticleRe: [tycho-user] Generating component declarations
Thanks Robert and Tonny. ÂHonestly at these point I wouldn't mind having to add theÂService-Component elements manually to my MANIFEST. ÂI don't introduce new components that often, so I could live...
View Article[tycho-user] IllegalArgumentException in p2-metadata-default when the source...
Hi, I'm building a set of plugins with Tycho [1] . As part of the release requirements I need to produce source and javadoc jars. I've noticed that once other artifact-producing plugins are executed,...
View ArticleRe: [tycho-user] IllegalArgumentException in p2-metadata-default when the...
On Fri, May 30, 2014 at 12:51 PM, Robert Munteanu <robert.munteanu@xxxxxxxxx> wrote: Hi, I'm building a set of plugins with Tycho [1] . As part of the release requirements I need to produce...
View ArticleRe: [tycho-user] IllegalArgumentException in p2-metadata-default when the...
looks like https://bugs.eclipse.org/bugs/show_bug.cgi?id=398061 my guess is this is caused by a forked maven lifecycle and the maven javadoc plugin is known to fork the lifecycle. If you have a small...
View Article[tycho-user] run integration tests against multiple target platforms
Hi, I’m developing Eclipse plugins that are expected with work with a variety of Eclipse versions and a variety of versions of other plugins. Therefore I have several target platforms and my...
View ArticleRe: [tycho-user] run integration tests against multiple target platforms
On 06/02/2014 02:55 PM, Moritz Eysholdt wrote: I’d like to use only one specific target platform for compilation (I called it the base-target-platform above). All other target platforms should be used...
View Article[tycho-user] Option not to use the local cache for p2 repositories
Is there a possibility in tycho to treat the following warning as a (fatal) error? [WARNING] Failed to access p2 repository...
View Article