You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alexander von Zitzewitz (JIRA)" <ji...@codehaus.org> on 2009/10/09 00:49:17 UTC

[jira] Created: (MSHADE-64) Relocating does not work, when an annotation references an enum

Relocating does not work, when an annotation references an enum
---------------------------------------------------------------

                 Key: MSHADE-64
                 URL: http://jira.codehaus.org/browse/MSHADE-64
             Project: Maven 2.x Shade Plugin
          Issue Type: Bug
    Affects Versions: 1.2.1
            Reporter: Alexander von Zitzewitz
            Priority: Critical
         Attachments: pom.xml

You could reproduce the problem with the attached pom. 

The enum class javax.xml.bind.annotation.XmlAccessOrder is referenced by the annotation javax.xml.bind.annotation.XmlAccessorType. While the enum itself is moved correctly the reference from annotation to enum is not. This makes the relocation of this package impossible.

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

        

[jira] Closed: (MSHADE-64) Relocating does not work, when an annotation references an enum

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSHADE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MSHADE-64.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.2
         Assignee: Benjamin Bentmann

Fixed in [r882989|http://svn.apache.org/viewvc?view=revision&revision=882989], SNAPSHOT deployed.

> Relocating does not work, when an annotation references an enum
> ---------------------------------------------------------------
>
>                 Key: MSHADE-64
>                 URL: http://jira.codehaus.org/browse/MSHADE-64
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2.1
>            Reporter: Alexander von Zitzewitz
>            Assignee: Benjamin Bentmann
>            Priority: Critical
>             Fix For: 1.2.2
>
>         Attachments: pom.xml
>
>
> You could reproduce the problem with the attached pom. 
> The enum class javax.xml.bind.annotation.XmlAccessOrder is referenced by the annotation javax.xml.bind.annotation.XmlAccessorType. While the enum itself is moved correctly the reference from annotation to enum is not. This makes the relocation of this package impossible.

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