[tycho-user] Tycho + Nexus + jar naming conventions.
Hello tycho gurus!While trying to automate Eclipse bundles build using Maven, Tycho and Nexus, I've found a problem that I can not solve.The problem is in resulting bundle name. In OSGI Conventions...
View ArticleRe: [tycho-user] Tycho + Nexus + jar naming conventions.
It is safe to keep the - use by Maven. The _ convention will be used when the artifact will be published to a P2 repo by Tycho.JeffOn Mon, Dec 22, 2014 at 8:00 AM, Alexander Nikitin...
View ArticleRe: [tycho-user] Error: Tycho unable to locate the equinox launcher feature
Still unable to overcome this issue. The org.eclipse.equinox.executable feature is listed in target platform (as shown from my previous email). No error messages. I do get a eclipse.ini file - but...
View ArticleRe: [tycho-user] Error: Tycho unable to locate the equinox launcher feature
Ok, so more follow-up...Based on other posts I found on the web, I removed the reference to o.e.e.executable from my 'internal' location and added the following to my target platform: <location...
View Article[tycho-user] [m2e-tycho] reworked maven-bundle-plugin Embed-Dependency support
tldr; if you are using m2e-tycho and maven-bundle-plugin, you probably want to upgrade to m2e-tycho 0.9. Prior to version 0.9, m2e-tycho marked Maven Dependencies classpath container of...
View ArticleRe: [tycho-user] [m2e-users] [m2e-tycho] reworked maven-bundle-plugin...
Igor, is this 0.9 version published somewhere already ?I did a upgrade right now and eclipse just found new versions of m2e 1.6. m2e-tycho stayed in 0.7.0. 2014-12-22 19:18 GMT-03:00 Igor Fedorenko...
View ArticleRe: [tycho-user] [m2e-users] [m2e-tycho] reworked maven-bundle-plugin...
Of course. Personally, I use [1], which includes proper version of m2e, m2e-tycho and few other components useful to do maven and maven plugin development. If you just need m2e-tycho, latest 0.9 build...
View ArticleRe: [tycho-user] [m2e-users] [m2e-tycho] reworked maven-bundle-plugin...
ok. thanks2014-12-23 11:06 GMT-03:00 Igor Fedorenko <igor@xxxxxxxxxxxxxx>:Of course. Personally, I use [1], which includes proper version of m2e, m2e-tycho and few other components useful to do...
View ArticleRe: [tycho-user] Tycho + Nexus + jar naming conventions.
Jeff, thank you for your answer! So as far as I understand, if I'll use maven/tycho/nexus for building just eclipse plugins (and not combining them into p2 update site) - currently there is no solution...
View Article[tycho-user] Nexus-hosted p2 repositories
Hello all, I've been very pleased with how the Nexus Unzip Plugin has been working out for sharing a p2 repository our PDE built dependencies. Once set up, the virtual repository URL works well for...
View ArticleRe: [tycho-user] Nexus-hosted p2 repositories
Did you declare the repository with a p2 layout ?JeffOn Mon, Jan 5, 2015 at 1:40 PM, Irene Wang <iwang@xxxxxxxxxx> wrote:Hello all, I've been very pleased with how the Nexus Unzip Plugin has been...
View ArticleRe: [tycho-user] Nexus-hosted p2 repositories
Hi Jeff, Yes, I have <layout>p2</layout> in my <repository> declaration. I also had <releases><enabled>false</enabled></releases> and...
View Article[tycho-user] Eclipse RCP + tycho + maven consultancy recommendations
Hi, I'm looking for some recommendations on consultants with experience of Eclipse RCP, tycho and maven. We want to migrate our GUI build system which is currently implemented in NT and PDE to Maven...
View ArticleRe: [tycho-user] Nexus-hosted p2 repositories
Not that I'm aware of but I'm using target platformsJeffOn Mon, Jan 5, 2015 at 4:48 PM, Irene Wang <iwang@xxxxxxxxxx> wrote: Hi Jeff, Yes, I have <layout>p2</layout> in my...
View ArticleRe: [tycho-user] Eclipse RCP + tycho + maven consultancy recommendations
You can find tutorials at vogella.comJeffOn Tue, Jan 6, 2015 at 3:21 AM, Patrick Leonard <pleonard@xxxxxxxxxxxxxxxxxx> wrote:Hi, I'm looking for some recommendations on consultants with...
View ArticleRe: [tycho-user] Eclipse RCP + tycho + maven consultancy recommendations
Hi Patrick,our company offers Tycho / Maven workshops and migration support. In case you are interested please contact us via sales@xxxxxxxxxxx or via the the "Eclipse Consulting" form...
View ArticleRe: [tycho-user] Nexus-hosted p2 repositories
Hello, To follow up, I learned something new about Maven today. :) The key to my problem was that my changes were made in a "grandparent" POM. While some repository changes (commenting out other...
View Article[tycho-user] Attaching additional artifacts with eclipse-feature packaging
Hi,We are currently building a Eclipse RAP project with tycho.To do that we have several plugins that are grouped as an eclipse-feature. In order to build a war for the application we added an ant step...
View ArticleRe: [tycho-user] Attaching additional artifacts with eclipse-feature packaging
It seems to work now. I'm not sure what happened or what I modified exactly.ÂProbably a typo somewhere.Sorry for that.-SebOn Thu, Jan 8, 2015 at 5:10 PM, Sebastien Arod <sebastien.arod@xxxxxxxxx>...
View Article[tycho-user] Tycho: set custom entries in manifest file
Hello tycho gurus! While building eclipse plugin with tycho I would like to add some custom entries in MANIFEST.MFIs it possible to do this with tycho plugins? I have tried maven-jar-plugin, but it...
View Article