You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Felipe Leme (JIRA)" <ji...@codehaus.org> on 2005/03/11 11:53:09 UTC

[jira] Closed: (MPEAR-38) maven.ear.appxml is not used correctly

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

    Fix Version: 1.6
     Resolution: Fixed
      Assign To: Felipe Leme

This code was already changed when fixing MPEAR-24: 

# svn diff -r 116236 plugin.jelly
   <!--==================================================================-->
@@ -63,19 +65,19 @@
           <attainGoal name="ear:generate-ear-descriptor"/>
        </j:when>
        <j:otherwise>
-          <util:available file="${maven.ear.src}/META-INF/application.xml">
+          <util:available file="${maven.ear.appxml}">
              <ant:copy file="${maven.ear.appxml}" tofile="${finalAppxml}"/>
           </util:available>
        </j:otherwise>
     </j:choose>



> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org