You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Graham Leggett (JIRA)" <ji...@codehaus.org> on 2007/08/09 15:10:13 UTC

[jira] Updated: (MECLIPSE-314) PDE: Reactor dependencies left out of META/MANIFEST, causing PDE build failure

     [ http://jira.codehaus.org/browse/MECLIPSE-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Graham Leggett updated MECLIPSE-314:
------------------------------------

    Attachment: pde-reactor-fix-2.patch

A further problem was uncovered with PDE support and reactor projects.

In addition to the MANIFEST.MF file, reactor project jars must also be written to the .project file, otherwise the artifacts of the reactor projects never make it into the final product, and the PDE build fails.

This new patch addresses this issue.


> PDE: Reactor dependencies left out of META/MANIFEST, causing PDE build failure
> ------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-314
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-314
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: PDE support
>    Affects Versions: 2.4
>         Environment: java version "1.5.0_11"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
> Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_11-b03, mixed mode)
>            Reporter: Graham Leggett
>         Attachments: pde-reactor-fix-2.patch, pde-reactor-fix.patch
>
>
> When the eclipse:eclipse goal synchronises MANIFEST.MF during PDE builds, all reactor projects are accidently left off the dependency list that gets written to Bundle-Classpath.
> This causes the PDE build to fail.
> The attached patch fixes this issue by inserting the missing reactor dependencies when writing the Bundle-Classpath.

-- 
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