Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/CACTUS-139 Here is an overview of the issue: --------------------------------------------------------------------- Key: CACTUS-139 Summary: cactus:test fails if property maven.war.final.name is redefined Type: Bug Status: Unassigned Priority: Major Project: Cactus Components: Maven Integration Versions: 1.7 Assignee: Reporter: Felipe Leme Created: Mon, 30 Aug 2004 2:53 PM Updated: Mon, 30 Aug 2004 2:53 PM Description: If I redefine the variable maven.war.final.name, maven's goal cactus:test fails. The fix is simple: it's just a matter of changing the line: <cactifywar version="2.3" destfile="${cactus.war}"> to: <cactifywar version="2.3" destfile="${cactus.war}" srcfile="${maven.build.dir}/${maven.war.final.name}"> I will provide a test case and a patch fixing this issue later. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/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]
