Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] Converting TM to tycho-same feature and plugin ids problem

Hi Anna,

The id of the features within the pom.xml should be "org.eclipse.rse.useractions-feature". Similar for the others. Not sure if it would be better to rename the features similar to "org.eclipse.rse.useraction.feature" anyway. 

I'm interessted in to see how you solve the RXTX dependency for org.eclipse.tm.terminal.serial. I couldn't make Maven to download the dependency from the official RXTX update site.

Best regards, Uwe :)



> -----Original Message-----
> From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Anna
> Dushistova
> Sent: Dienstag, 13. Dezember 2011 01:58
> To: tm-dev
> Subject: [tm-dev] Converting TM to tycho-same feature and plugin ids problem
> 
> Hi All,
> 
> I started working on the tycho build for TM and I found out that it doesn't allow same ids for different
> bundles:
> 
> [ERROR] Two or more projects in the reactor have the same identifier, please make sure that
> <groupId>:<artifactId>:<version> is unique for each project:
> {org.eclipse.tm:org.eclipse.rse.useractions:1.1.300-SNAPSHOT=[/Users/anna/tycho/TM-releng-
> workspace/features/org.eclipse.rse.useractions-feature/pom.xml,
> /Users/anna/tycho/TM-releng-workspace/plugins/org.eclipse.rse.useractions/pom.xml],
> org.eclipse.tm:org.eclipse.tm.terminal:3.1.1-SNAPSHOT=[/Users/anna/tycho/TM-releng-
> workspace/terminal/org.eclipse.tm.terminal/pom.xml,
> /Users/anna/tycho/TM-releng-workspace/terminal/org.eclipse.tm.terminal-feature/pom.xml],
> org.eclipse.tm:org.eclipse.tm.terminal.local:0.2.0-SNAPSHOT=[/Users/anna/tycho/TM-releng-
> workspace/terminal/org.eclipse.tm.terminal.local/pom.xml,
> /Users/anna/tycho/TM-releng-workspace/terminal/org.eclipse.tm.terminal.local-feature/pom.xml],
> org.eclipse.tm:org.eclipse.tm.terminal.serial:2.1.0-SNAPSHOT=[/Users/anna/tycho/TM-releng-
> workspace/terminal/org.eclipse.tm.terminal.serial/pom.xml,
> /Users/anna/tycho/TM-releng-workspace/terminal/org.eclipse.tm.terminal.serial-feature/pom.xml],
> org.eclipse.tm:org.eclipse.tm.terminal.ssh:2.1.0-SNAPSHOT=[/Users/anna/tycho/TM-releng-
> workspace/terminal/org.eclipse.tm.terminal.ssh/pom.xml,
> /Users/anna/tycho/TM-releng-workspace/terminal/org.eclipse.tm.terminal.ssh-feature/pom.xml],
> org.eclipse.tm:org.eclipse.tm.terminal.telnet:2.1.0-SNAPSHOT=[/Users/anna/tycho/TM-releng-
> workspace/terminal/org.eclipse.tm.terminal.telnet/pom.xml,
> /Users/anna/tycho/TM-releng-workspace/terminal/org.eclipse.tm.terminal.telnet-
> feature/pom.xml],
> org.eclipse.tm:org.eclipse.tm.terminal.view:2.2.0-SNAPSHOT=[/Users/anna/tycho/TM-releng-
> workspace/terminal/org.eclipse.tm.terminal.view/pom.xml,
> /Users/anna/tycho/TM-releng-workspace/terminal/org.eclipse.tm.terminal.view-feature/pom.xml],
> org.eclipse.tm:org.eclipse.rse.tests:3.3.0-SNAPSHOT=[/Users/anna/tycho/TM-releng-
> workspace/tests/org.eclipse.rse.tests/pom.xml,
> /Users/anna/tycho/TM-releng-workspace/tests/org.eclipse.rse.tests-feature/pom.xml]}
> 
> Tycho doesn't seem to allow that and at the same time it requires ids to match the manifest ones:
> http://wiki.eclipse.org/Tycho/Packaging_Types
> 
> Does anyone has an idea how we are going to deal with it?
> 
> Thanks!
> Anna.
> _______________________________________________
> tm-dev mailing list
> tm-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/tm-dev


Back to the top