Quantcast
Channel: tycho-user
Browsing all 4647 articles
Browse latest View live

Re: [tycho-user] Tycho packaging: Maven groupId and artifactId vs OSGI...

Hi, On 09/28/2016 02:18 PM, Ben Zegveld wrote: That got me wondering why tycho expects ArtifactId:Version while this is not by definition unique. I believe it's caused by p2 (the dependency resolve...

View Article


Re: [tycho-user] Tycho packaging: Maven groupId and artifactId vs OSGI...

Hey,* What's your issue with using artifactId == Bundle-SymbolicName in practice?2 reasons that come to mind right now:1. Our maven build OSGI bundles all use groupId.artifactId as Bundle-SymbolicName,...

View Article


[tycho-user] Resolved bundle as missing constraint

Hi,I'm running into an issue (using 0.24.0) where a bundle that seems to be resolved in the target platform is missing when running surefire tests. Excerpt from logs:...RESOLVED...

View Article

Re: [tycho-user] Resolved bundle as missing constraint

It seems the issue with the org.eclipse.fx.osgi bundle is that it is a fragment (as an aside, it would be nice if the debug output would tell the user that part of the target platform is being excluded...

View Article

Re: [tycho-user] [EXTERNAL] Re: Platform-specific features in a...

You may be able to do it in the same build, at least I was able to for ours which while not cross-platform builds bundles for multiple version of Eclipse.On 3 October 2016 at 18:00, Christian...

View Article


Re: [tycho-user] [EXTERNAL] Re: Platform-specific features in a...

On 10/04/2016 12:00 AM, Christian Pontesegger wrote: I would also suggest to have multiple local builds: 1 for each target platform. Then use the tycho p2-mirror job to merge those local repositories...

View Article

Re: [tycho-user] tycho update version plugin

https://bugs.eclipse.org/bugs/show_bug.cgi?id=386020 the idea is the same as far as I can tell and there is a stale patch Regards Jan On 03/10/16 09:11, "tycho-user-bounces@xxxxxxxxxxx on behalf of LE...

View Article

Re: [tycho-user] [EXTERNAL] Re: Platform-specific features in a...

Hi Mickael,   what works for me is a root feature including the platform-specific features like this:   product includes com.oracle.jre.feature includes com.oracle.jre.<platform>.feature   HTH...

View Article


Re: [tycho-user] [EXTERNAL] Re: Platform-specific features in a...

On 10/04/2016 08:32 AM, Axel Guckelsberger wrote: Hi Mickael,   what works for me is a root feature including the platform-specific features like this:   product includes com.oracle.jre.feature...

View Article


Re: [tycho-user] tycho update version plugin

Thanks for the hint. Any idea if this patch will be integrate in the next version of tycho? It will be very usefull. Francois -----Message d'origine----- De : tycho-user-bounces@xxxxxxxxxxx...

View Article

[tycho-user] surefire dependency on org.eclipse.ui.ide.application

As seen in Tycho Surefire's code (TestMojo.java), if you want to do GUI testing (useUIHarness=true), then Surefire requires org.eclipse.ui.ide.application. But my product is an RCP one and doesn't have...

View Article

[tycho-user] p2iu.xml and optional dependencies

Hi all, Is it possible to specify requirements/dependencies as optional in a p2iu.xml file? Does anyone have an example of how this can be achieved? Cheers, -- Mickael Istria Eclipse developer for Red...

View Article

Re: [tycho-user] p2iu.xml and optional dependencies

Yes this is possible. It is the same syntax than what you find in the content.xml.  <required namespace='???' name='???' range='???' optional='true' greedy='false'/> Pascal On 10/4/2016 12:07...

View Article


Re: [tycho-user] p2iu.xml and optional dependencies

On 10/04/2016 06:39 PM, Pascal Rapicault wrote: Yes this is possible. It is the same syntax than what you find in the content.xml.  <required namespace='???' name='???' range='???' optional='true'...

View Article

Re: [tycho-user] surefire dependency on org.eclipse.ui.ide.application

Hello John, you can follow the instructions in the following article [1] to define the appplication/product to use for the test or define your final RCP application to execute the tests [2]. Regards,...

View Article


[tycho-user] Workspace feature dependency resolution is failing

I'm comfortable with RCP and e4, but Tycho/Maven is new for me. I'm trying to eventually get my project to build headlessly on a Jenkins build server.I've been following Vogella's Tycho/Maven tutorial...

View Article

Re: [tycho-user] Workspace feature dependency resolution is failing

I get this a lot.  Double check and triple check the poms for all projects/features for name errors. The other thing to check is the directories names.  If you did a refactor and changed the name of a...

View Article


Re: [tycho-user] surefire dependency on org.eclipse.ui.ide.application

Ingo, thanks. I was able to figure out the problem, but those sites didn't actually help. In fact that first site is about 2 1/2 years old and has some outdated information on it. Vogella's page is...

View Article

Re: [tycho-user] Workspace feature dependency resolution is failing

So, looking closer at my earlier error message, I notice what might be the problem:Missing requirement: edu.illinois.mobius.atomic.advise.feature.feature.group 2.6.0.qualifier requires...

View Article

Re: [tycho-user] Workspace feature dependency resolution is failing

Found it! I was using the shared license option in the information section and it was pointing to the old name. Thanks for the help!KenOn Wed, Oct 5, 2016 at 9:31 PM, Ken Keefe...

View Article
Browsing all 4647 articles
Browse latest View live