Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPEAR-38

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPEAR-38
    Summary: maven.ear.appxml is not used correctly
       Type: Bug

     Status: Unassigned
   Priority: Critical

 Original Estimate: 1 minute
 Time Spent: Unknown
  Remaining: 1 minute

    Project: maven-ear-plugin
   Versions:
             1.6

   Assignee: 
   Reporter: Denis Dallaire

    Created: Mon, 31 Jan 2005 4:19 PM
    Updated: Mon, 31 Jan 2005 4:19 PM
Environment: Maven 1.0.2, Windows XP, jdk 1.4.2_04

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


---------------------------------------------------------------------
JIRA INFORMATION:
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