Thank you for trying Tycho and providing feedback, Ida. We will try to solve the problem with file names in the next DEV build.

Ida de Groot wrote:
That's great.

I tried the howto and that worked just fine.

Then I added the tycho.demo plugin project to contribute the sample menu
to the ui. When I launch or export it from Eclipse, the Sample Menu and
Sample Action are shown. But when I launch the exported product that
tycho created, it is not there. In the logfile in the
workspace/.metadata there is an entry
!MESSAGE Bundle tycho.demo not found.

I compared the exported product with the export from eclipse. It appears
that the plugin tycho.demo get's the name tycho.demo-1.0.0.jar In the exported product, it gets the name tycho.demo_1.0.0.jar

Note the underscore. In the pom.xml for the tycho.demo plugin I added
the lines <build>
    <finalName>${pom.artifactId}_${pom.version}</finalName
</build>

This solved it.

Would it be possible to name the jars like this straight away?

B.t.w, in the howto the line

<finalName>${pom.artifactId}_${pom.version}.jar</finalName>

results in a file with a .jar.jar extension.

Thanks for the first product build!

Cheers,

Ida





-----Original Message-----
From: Igor Fedorenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 11:18 PM
To: user@m2eclipse.codehaus.org
Subject: [m2eclipse-user] Tycho build 0.3.0-DEV-1602

New Tycho build 0.3.0-DEV-1602 has been deployed to
repository.sonatype.org and you can download distribution from [1].

New in this build

* Reworked OSGi junit test runtime execution to support minimal
   target platform (see MNGECLIPSE-918)
* Initial support for Eclipse RCP application packaging.
   (see mini HOWTO [2]).
* Initial support for source features and bundles packaging


[1] http://repository.sonatype.org/service/local/repositories/tycho-pseudo-r
eleases/content/org/codehaus/tycho/tycho-distribution/0.3.0-DEV-1602/
[2] http://docs.codehaus.org/display/M2ECLIPSE/Tycho+Product+Export



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to