You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hardik Patel (JIRA)" <ji...@codehaus.org> on 2009/06/11 10:07:42 UTC

[jira] Created: (MJAR-119) Ugradation to support Maven Archiver 2.4

Ugradation to support Maven Archiver 2.4
----------------------------------------

                 Key: MJAR-119
                 URL: http://jira.codehaus.org/browse/MJAR-119
             Project: Maven 2.x Jar Plugin
          Issue Type: Improvement
    Affects Versions: 2.2
         Environment: Windows XP
            Reporter: Hardik Patel


Maven Archiver 2.4 is out, Custom classpath entries are not possible in prior release but, in Archiver 2.4 <customClasspathLayout> tag is supported. Is there any fix available to use this tag for jar plugin? current 2.2 release is using Archiver 2.3.

Can we have improvment version to support Archiver 2.4?

-- 
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: (MJAR-119) Ugradation to support Maven Archiver 2.4

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAR-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MJAR-119.
--------------------------------

    Resolution: Not A Bug

> Ugradation to support Maven Archiver 2.4
> ----------------------------------------
>
>                 Key: MJAR-119
>                 URL: http://jira.codehaus.org/browse/MJAR-119
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>         Environment: Windows XP
>            Reporter: Hardik Patel
>
> Maven Archiver 2.4 is out, Custom classpath entries are not possible in prior release but, in Archiver 2.4 <customClasspathLayout> tag is supported. Is there any fix available to use this tag for jar plugin? current 2.2 release is using Archiver 2.3.
> Can we have improvment version to support Archiver 2.4?

-- 
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: (MJAR-119) Ugradation to support Maven Archiver 2.4

Posted by "Hardik Patel (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAR-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hardik Patel closed MJAR-119.
-----------------------------

    Resolution: Fixed

I found the solution.

I was using following:
<customClasspathLayout>${artifact.artifactId}.${artifact.extension}</customClasspathLayout>

and thus was getting classpath entry in manifest as null.null.

Instead, the correct use if as follows:
<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>



> Ugradation to support Maven Archiver 2.4
> ----------------------------------------
>
>                 Key: MJAR-119
>                 URL: http://jira.codehaus.org/browse/MJAR-119
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>         Environment: Windows XP
>            Reporter: Hardik Patel
>
> Maven Archiver 2.4 is out, Custom classpath entries are not possible in prior release but, in Archiver 2.4 <customClasspathLayout> tag is supported. Is there any fix available to use this tag for jar plugin? current 2.2 release is using Archiver 2.3.
> Can we have improvment version to support Archiver 2.4?

-- 
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] Reopened: (MJAR-119) Ugradation to support Maven Archiver 2.4

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAR-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg reopened MJAR-119:
----------------------------------


Reopen to set correct resolution.

> Ugradation to support Maven Archiver 2.4
> ----------------------------------------
>
>                 Key: MJAR-119
>                 URL: http://jira.codehaus.org/browse/MJAR-119
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>         Environment: Windows XP
>            Reporter: Hardik Patel
>
> Maven Archiver 2.4 is out, Custom classpath entries are not possible in prior release but, in Archiver 2.4 <customClasspathLayout> tag is supported. Is there any fix available to use this tag for jar plugin? current 2.2 release is using Archiver 2.3.
> Can we have improvment version to support Archiver 2.4?

-- 
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] Commented: (MJAR-119) Ugradation to support Maven Archiver 2.4

Posted by "Hardik Patel (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAR-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180012#action_180012 ] 

Hardik Patel commented on MJAR-119:
-----------------------------------

I found the solution.

I was using following:
<customClasspathLayout>${artifact.artifactId}.${artifact.extension}</customClasspathLayout>

and thus was getting classpath entry in manifest as null.null.

Instead, the correct use if as follows:
<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>

Thanks, closing the improvement.

> Ugradation to support Maven Archiver 2.4
> ----------------------------------------
>
>                 Key: MJAR-119
>                 URL: http://jira.codehaus.org/browse/MJAR-119
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>         Environment: Windows XP
>            Reporter: Hardik Patel
>
> Maven Archiver 2.4 is out, Custom classpath entries are not possible in prior release but, in Archiver 2.4 <customClasspathLayout> tag is supported. Is there any fix available to use this tag for jar plugin? current 2.2 release is using Archiver 2.3.
> Can we have improvment version to support Archiver 2.4?

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