You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Stephane Nicoll (JIRA)" <ji...@codehaus.org> on 2006/01/28 18:27:06 UTC

[jira] Resolved: (MPRAR-1) plugin properties are not used correctly

     [ http://jira.codehaus.org/browse/MPRAR-1?page=all ]
     
Stephane Nicoll resolved MPRAR-1:
---------------------------------

    Resolution: Fixed

This is fixed, ra.xml file is now included wherever it is located.

> plugin properties are not used correctly
> ----------------------------------------
>
>          Key: MPRAR-1
>          URL: http://jira.codehaus.org/browse/MPRAR-1
>      Project: maven-rar-plugin
>         Type: Bug

>     Versions: 1.0
>     Reporter: Felipe Leme
>     Assignee: Stephane Nicoll
>     Priority: Critical
>      Fix For: 1.1
>  Attachments: plugin.jelly
>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> The rar plugin defines many variables:
> maven.rar.src=${maven.src.dir}/rar
> maven.rar.descriptordir=${maven.rar.src}/META-INF
> maven.rar.raxml=${maven.rar.descriptordir}/ra.xml
> maven.rar.manifest=${maven.rar.descriptordir}/MANIFEST.MF
> maven.rar.displayname=${pom.id}
> maven.rar.resources=${maven.build.dir}/rar
> But some of them are ignored. For instance, the descriptordir is not used and the only reference to the raxml is inside an echo tag:
>         <ant:echo>Building rar ${maven.final.name} with ra.xml "${maven.rar.raxml}"</ant:echo>
> In other words, the way it is now, the ra.xml must be inside the directory defined by maven.rar.src, otherwise it won't be included, even if the raxml or descriptordir is defined (and that's really bad).

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org