Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPEAR-30
    Summary: Support generation of application.xml for J2EE 1.4
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-ear-plugin
   Versions:
             1.6

   Assignee: 
   Reporter: Dirk Sturzebecher

    Created: Tue, 7 Dec 2004 7:19 PM
    Updated: Tue, 7 Dec 2004 7:19 PM
Environment: maven-1.0.1

Description:
generate application.xml for J2EE 1.4

in plugin.jeyy extend

        <j:switch on="${maven.ear.appxml.version}">
              <j:case value="1.3">
                 <x:doctype name="application" publicId="-//Sun Microsystems, 
Inc.//DTD J2EE Application 1.3//EN" 
systemId="http://java.sun.com/dtd/application_1_3.dtd"/>
              </j:case>
              <j:default>
                 <x:doctype name="application" publicId="-//Sun Microsystems, 
Inc.//DTD J2EE Application 1.2//EN" 
systemId="http://java.sun.com/j2ee/dtds/application_1_2.dtd"/>
              </j:default>
        </j:switch>

 to cater for <j:case value="1.4>

and generate the following header (however that is done in xdoc)

<application xmlns="http://java.sun.com/xml/ns/j2ee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd"; version="1.4">



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