You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2009/12/06 15:51:55 UTC

[jira] Created: (MASSEMBLY-456) Usage of archiver or container descriptor handler configuration crashes with LinkageError on Maven 3.0-alpha-5

Usage of archiver or container descriptor handler configuration crashes with LinkageError on Maven 3.0-alpha-5
--------------------------------------------------------------------------------------------------------------

                 Key: MASSEMBLY-456
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-456
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-4
            Reporter: Benjamin Bentmann


Due to the refactored ClassWorlds used in Maven 3.x, the methods
- PlexusContainer.getContainerRealm()
- ComponentConfiguration.configureComponent()
have different return/parameter types in Maven 3, causing a linkage error at runtime.

-- 
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: (MASSEMBLY-456) Usage of archiver or container descriptor handler configuration crashes with LinkageError on Maven 3.0-alpha-5

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

Benjamin Bentmann closed MASSEMBLY-456.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2-beta-5
         Assignee: Benjamin Bentmann

Fixed in [r887709|http://svn.apache.org/viewvc?view=revision&revision=887709].

> Usage of archiver or container descriptor handler configuration crashes with LinkageError on Maven 3.0-alpha-5
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-456
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-456
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-4
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 2.2-beta-5
>
>
> Due to the refactored ClassWorlds used in Maven 3.x, the methods
> - PlexusContainer.getContainerRealm()
> - ComponentConfiguration.configureComponent()
> have different return/parameter types in Maven 3, causing a linkage error at runtime for something like
> {code:xml}
> <plugin>
>   <artifactId>maven-assembly-plugin</artifactId>
>   <configuration>
>     <archiverConfig>
>       <duplicateBehavior>skip</duplicateBehavior>
>     </archiverConfig>
>   </configuration>
> </plugin>
> {code}

-- 
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] Updated: (MASSEMBLY-456) Usage of archiver or container descriptor handler configuration crashes with LinkageError on Maven 3.0-alpha-5

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

Benjamin Bentmann updated MASSEMBLY-456:
----------------------------------------

    Description: 
Due to the refactored ClassWorlds used in Maven 3.x, the methods
- PlexusContainer.getContainerRealm()
- ComponentConfiguration.configureComponent()

have different return/parameter types in Maven 3, causing a linkage error at runtime for something like
{code:xml}
<plugin>
  <artifactId>maven-assembly-plugin</artifactId>
  <configuration>
    <archiverConfig>
      <duplicateBehavior>skip</duplicateBehavior>
    </archiverConfig>
  </configuration>
</plugin>
{code}

  was:
Due to the refactored ClassWorlds used in Maven 3.x, the methods
- PlexusContainer.getContainerRealm()
- ComponentConfiguration.configureComponent()
have different return/parameter types in Maven 3, causing a linkage error at runtime.


> Usage of archiver or container descriptor handler configuration crashes with LinkageError on Maven 3.0-alpha-5
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-456
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-456
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-4
>            Reporter: Benjamin Bentmann
>
> Due to the refactored ClassWorlds used in Maven 3.x, the methods
> - PlexusContainer.getContainerRealm()
> - ComponentConfiguration.configureComponent()
> have different return/parameter types in Maven 3, causing a linkage error at runtime for something like
> {code:xml}
> <plugin>
>   <artifactId>maven-assembly-plugin</artifactId>
>   <configuration>
>     <archiverConfig>
>       <duplicateBehavior>skip</duplicateBehavior>
>     </archiverConfig>
>   </configuration>
> </plugin>
> {code}

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