Message:
The following issue has been closed.
Resolver: Felipe Leme
Date: Wed, 13 Oct 2004 7:47 PM
Added testcases to CVS.
---------------------------------------------------------------------
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: Closed
Priority: Major
Resolution: FIXED
Project: Cactus
Components:
Maven Integration
Fix Fors:
1.7
Versions:
1.7
Assignee: Felipe Leme
Reporter: Felipe Leme
Created: Mon, 30 Aug 2004 2:53 PM
Updated: Wed, 13 Oct 2004 7:47 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]