Issue Details (XML | Word | Printable)

Key: CACTUS-139
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Felipe Leme
Reporter: Felipe Leme
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Cactus

cactus:test fails if property maven.war.final.name is redefined

Created: 30/Aug/04 09:53 PM   Updated: 14/Oct/04 02:47 AM
Return to search
Component/s: Maven Integration
Affects Version/s: 1.7
Fix Version/s: 1.7

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works CACTUS-139-testcases.patch 2004-08-31 01:35 AM Felipe Leme 12 kB

Resolution Date: 14/Oct/04 02:47 AM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.