You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2005/01/31 22:20:12 UTC

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

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


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

Posted by "Felipe Leme (JIRA)" <ji...@codehaus.org>.
     [ 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


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

Posted by "Felipe Leme (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPEAR-38?page=history ]
     
Felipe Leme reopened MPEAR-38:
------------------------------


Reopening because I closed with the wrong resolution...

> 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


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

Posted by "Felipe Leme (JIRA)" <ji...@codehaus.org>.
     [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org