Re: [tycho-user] tycho mirror goal and category.xml
Hi, actually you could do the same with Eclipse Package Drone [1]. I does extract OSGi metadata and can build up a P2 or OSGi R5 repository. You can upload a fully zipped P2 repository, import from...
View ArticleRe: [tycho-user] [EXTERNAL] Re: tycho mirror goal and category.xml
A note about the P2 generator plugins, they donât preserve p2.inf requirements with a platform filter (used for automatically installing relevant platform fragment when a consumer installs the host...
View ArticleRe: [tycho-user] [EXTERNAL] Re: tycho mirror goal and category.xml
P2 support is not available in the next-gen Nexus 3 either and won't be, so I wouldn't build existing solutions on top of it. We've had major performance and stability issues using it in Nexus 2 as...
View ArticleRe: [tycho-user] [EXTERNAL] Re: tycho mirror goal and category.xml
You read about this issue at [1]. It seems that the local installation has some issues with Eclipse P2 and HTTPS. Which works in general but not in this situation. So of anyone has an idea. I am glad...
View Article[tycho-user] Suddenly No Repository Mirror Found
Hi all,I'm using Eclipse Tycho 0.24.0 and have defined local mirror for Mars repository as follows in <home>/.m2/settings.xml:<mirrors>Â Â Â Â <mirror>Â Â Â Â Â Â...
View Article[tycho-user] Generated archive name in tycho-p2-director-plugin
Hello,Is there any way to configure the name of the generated archives in the tycho-p2-director-plugin using tycho 0.25.0 ?I would like to include the version number in the archive name.I couldn't find...
View Article[tycho-user] tycho-source-plugin: Generating source bundle for artifact with...
Hi, I am using the maven-bundle-plugin to produce an OSGi bundle in one reactor that will then be consumed in another (Tycho-based) reactor to build a p2 update site. This works. Unfortunately, I have...
View ArticleRe: [tycho-user] tycho-source-plugin: Generating source bundle for artifact...
> I am using the maven-bundle-plugin to produce an OSGi bundle in one > reactor that will then be consumed in another (Tycho-based) reactor to > build a p2 update site. This works. One...
View ArticleRe: [tycho-user] tycho-source-plugin: Generating source bundle for artifact...
I would go with the maven source plugin Jeff LeÂ8 juil. 2016 14:59, "Andreas Sewe" <andreas.sewe@xxxxxxxxxxxxxx> a ÃcritÂ:> I am using the maven-bundle-plugin to produce an OSGi bundle in one...
View Article[tycho-user] Fwd: Re: java.lang.NoClassDefFoundError:...
Adding the surefire-api-2.17.jar file to the OSGi wrapper project made no difference. On 7/10/2016 7:59 PM, Paul Roubekas wrote: My Maven/Tycho/Eclipse skills are not deep enough to know where to go...
View ArticleRe: [tycho-user] Fwd: Re: java.lang.NoClassDefFoundError:...
Windows 7 Eclipse 4.5.2 Maven 3.3.9 Tycho 0.26.0-SNAPSHOT This is the first time using the new TestNG feature in Tycho. It is written up here (http://www.mschreiber.at/eclipse/) by Martin Schreiber....
View ArticleRe: [tycho-user] Fwd: Re: java.lang.NoClassDefFoundError:...
could be a scenario we missed when introducing the new testng feature. if you have a small sample project demonstrating the issue, open a bug [1]. Regards, Jan [1]...
View Article[tycho-user] me2 shows Tycho errors
Friends of Tycho, I imported the epp.logging projects as Maven projects. After the import I receive lots of Tycho related errors (see below). Is this an issue with Tycho or the m2e or a missing...
View ArticleRe: [tycho-user] me2 shows Tycho errors
It's a M2E problem. You need to install the M2E Tycho connectors.JeffOn Wed, Jul 13, 2016 at 2:06 PM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:Friends of Tycho, I imported the epp.logging...
View ArticleRe: [tycho-user] me2 shows Tycho errors
Due to this issue I usually avoid to install m2e and just run my build from the command line. Regards, Simon On Wed, Jul 13, 2016 at 4:28 PM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote: > It's...
View ArticleRe: [tycho-user] me2 shows Tycho errors
Thanks Jeff, that removed all errors except the eclipse-run one Am 13.07.2016 4:29 nachm. schrieb "Jeff MAURY" <jeffmaury@xxxxxxxxxxxxx>:It's a M2E problem. You need to install the M2E Tycho...
View Article[tycho-user] Get SCM branch before Target Platform?
We set our organizational parent POM to define a single P2 repo URL with a property, which is filled in by properties in the project’s parent POM. <repository>...
View Article[tycho-user] Eclipse Tycho Unzip-Plugin with the Sonatype Nexus 3.0
Hello Eclipse-Tycho-Community, I am right after my apprenticeship and got just handed over the responsibility on the company's Sonatype Nexus server :-) We plan to upgrade our Nexus (current version...
View ArticleRe: [tycho-user] Eclipse Tycho Unzip-Plugin with the Sonatype Nexus 3.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=498124 Jan On 19/07/16 10:06, "tycho-user-bounces@xxxxxxxxxxx on behalf of Eichner Lukas IE12" <tycho-user-bounces@xxxxxxxxxxx on behalf of...
View ArticleRe: [tycho-user] Eclipse Tycho Unzip-Plugin with the Sonatype Nexus 3.0
I know that I posted this before ...You could have a look at Eclipse Package Drone [1], which could be an alternative depending on your use case.Jens[1] http://www.eclipse.org/package-drone/On Tue, Jul...
View Article