The following issue has been updated:

    Updater: Felipe Leme (mailto:[EMAIL PROTECTED])
       Date: Mon, 30 Aug 2004 6:35 PM
    Comment:
Looks like this issue was already fixed by CACTUS-64 (I was using cactus-1.6.1 at 
work, when I realized the issue).
I'm providing a test case, anyway (I just realized it was fixed after I wrote the 
testcases :-)
    Changes:
             Attachment changed to CACTUS-139-testcases.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/CACTUS-139?page=history

---------------------------------------------------------------------
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 6:35 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]

Reply via email to