Wrong launcher if babel plugins installed
-----------------------------------------

                 Key: MOJO-1290
                 URL: http://jira.codehaus.org/browse/MOJO-1290
             Project: Mojo
          Issue Type: Bug
          Components: pde
         Environment: Eclipse 3.3.1.1, maven-pde-plugin trunk
            Reporter: Christian Gruber
            Priority: Minor
         Attachments: pde-maven-plugin_r8699_babel.patch

When the babel plugins are installed (eg 
org.eclipse.equinox.launcher.nl_de_3.3.0.v20090111043401.jar) the wrong jar is 
used and it fails with missing Main class.

The difference is the underscore after org.eclipse.equinox.launcher:
org.eclipse.equinox.launcher.nl_de_3.3.0.v20090111043401.jar
org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar

If the pattern "org.eclipse.equinox.launcher_" is used ist works fine.

A patch is attached for this change.

To make the tests run again the following jar needs renaming from:
src\test\resources\baseLocation2\plugins\org.eclipse.equinox.launcher.xyz.jar
to
src\test\resources\baseLocation2\plugins\org.eclipse.equinox.launcher_.xyz.jar

Christian

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to