Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPRAR-1 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPRAR-1 Summary: plugin properties are not used correctly Type: Bug Status: Unassigned Priority: Critical Original Estimate: 1 hour Time Spent: Unknown Remaining: 1 hour Project: maven-rar-plugin Fix Fors: 1.1 Versions: 1.0 Assignee: Reporter: Felipe Leme Created: Wed, 1 Sep 2004 1:43 PM Updated: Wed, 1 Sep 2004 1:43 PM Description: 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). --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
