The following comment has been added to this issue:
Author: Felipe Leme
Created: Wed, 8 Dec 2004 9:57 PM
Body:
I'm afraid the solution is not that simple, as J2EE 1.4 uses XML Schema and the
Jelly XML taglib doesn't seems to support it (if it does, I didn't realize how
:-(.
Anyway, I opened an issue on the Jelly tags:
http://nagoya.apache.org/jira/browse/JELLY-173
-- Felipe
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPEAR-30?page=comments#action_27692
---------------------------------------------------------------------
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: Wed, 8 Dec 2004 9:57 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]