basedir attribute of <war> task of package target in generated Ant build causes 
files to be archived twice
----------------------------------------------------------------------------------------------------------

                 Key: MANT-45
                 URL: http://jira.codehaus.org/browse/MANT-45
             Project: Maven 2.x Ant Plugin
          Issue Type: Bug
    Affects Versions: 2.1
         Environment: Windows XP Professional SP2, Ant 1.7.0
            Reporter: Travis Martensen
            Priority: Minor


When comparing the WAR file built by Ant generated from a POM and the WAR file 
from the Maven build, it appears that files are doubled in the WAR (with 
different paths) when build by the Ant file.  A workaround for this is to 
remove the line below:

{code:xml}
basedir="${maven.build.outputDir}"
{code}

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to