[ http://jira.codehaus.org/browse/MPEAR-38?page=history ]
     
Felipe Leme closed MPEAR-38:
----------------------------

    Resolution: Duplicate

> maven.ear.appxml is not used correctly
> --------------------------------------
>
>          Key: MPEAR-38
>          URL: http://jira.codehaus.org/browse/MPEAR-38
>      Project: maven-ear-plugin
>         Type: Bug
>     Versions: 1.6
>  Environment: Maven 1.0.2, Windows XP, jdk 1.4.2_04
>     Reporter: Denis Dallaire
>     Assignee: Felipe Leme
>     Priority: Critical
>      Fix For: 1.6

>
> Original Estimate: 1 minute
>         Remaining: 1 minute
>
> Plugin does not use ${maven.ear.appxml} file if 
> ${maven.ear.src}/META-INF/application.xml does not exist
> This is taken from the plugin code :
> <util:available file="${maven.ear.src}/META-INF/application.xml">             
>    <ant:copy file="${maven.ear.appxml}" tofile="${finalAppxml}"/>
> </util:available>
> it should be :
> <util:available file="${maven.ear.appxml}">             
>    <ant:copy file="${maven.ear.appxml}" tofile="${finalAppxml}"/>
> </util:available>
> Thanks

-- 
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
-
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