I think these patches I tried to send in were lost.
Kind regards,
Mathias Bogaert
Index: src/plugins/j2ee/build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/j2ee/build.xml,v
retrieving revision 1.1
diff -u -r1.1 build.xml
--- src/plugins/j2ee/build.xml 28 Jun 2002 03:26:53 -0000 1.1
+++ src/plugins/j2ee/build.xml 5 Jul 2002 08:16:33 -0000
@@ -142,8 +142,8 @@
<!-- ================================================================== -->
<!-- build a war file -->
- <target name="war" depends="local-init, war-init, war-error,
- pre-war-callback, war-build, post-war-callback"
+ <target name="war" depends="local-init, pre-war-callback, war-init,
+ war-error, war-build, post-war-callback"
description="o Create a war file" />
<!-- check to make sure all files and properties are available -->
@@ -242,9 +242,8 @@
<!-- ================================================================== -->
<!-- V A L I D A T E - W A R -->
<!-- ================================================================== -->
- <target name="validate-war" depends="local-init,validate-war-init,
- validate-war-error, pre-validate-war-callback, validate,
- post-validate-war-callback" />
+ <target name="validate-war" depends="local-init, pre-validate-war-callback,
+validate-war-init,
+ validate-war-error, validate, post-validate-war-callback" />
<!-- validate a war file -->
<target name="validate-war-init">
@@ -386,7 +385,7 @@
<!-- ================================================================== -->
<!-- produce an ejb jar -->
- <target name="ejb" depends="local-init, ejb-init, ejb-error, pre-ejb-callback,
+ <target name="ejb" depends="local-init, pre-ejb-callback, ejb-init, ejb-error,
ejb-build, post-ejb-callback"
description="Create an ejb file" />
AND
Index: xdocs/plugins/j2ee/build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/j2ee/build-file.xml,v
retrieving revision 1.4
diff -u -r1.4 build-file.xml
--- xdocs/plugins/j2ee/build-file.xml 26 Jun 2002 16:40:38 -0000 1.4
+++ xdocs/plugins/j2ee/build-file.xml 5 Jul 2002 08:04:57 -0000
@@ -95,7 +95,7 @@
<tr>
<td><a href="#maven:appserver-clean">maven:appserver-clean</a></td>
<td>Safely deletes the Application Server instance installation directory
- specified by the <code><a
href="./properties.html">${maven.appserver.dir}</a></code>
+ specified by the <code><a
+href="properties.html">${maven.appserver.dir}</a></code>
property.</td>
</tr>
</table>
@@ -104,7 +104,7 @@
<p>
The <code>maven:war</code> target generates the project's war file.
This is the default target of the build file. The war file is produced
- in the <code><a href="../properties.html#Directory Layout Settings">
+ in the <code><a href="properties.html#Directory Layout Settings">
${maven.build.dir}</a></code> directory and has a name defined by the
<code><a
href="properties.html#maven.j2ee.war.name">${maven.j2ee.war.name}</a></code>
property.
@@ -145,7 +145,7 @@
<td>Java classes</td>
<td>
Class files in the
- <code><a href="../properties.html#Directory Layout
Settings">${maven.build.dest}</a></code>
+ <code><a href="properties.html#Directory Layout
+Settings">${maven.build.dest}</a></code>
directory. The properties <code><a
href="properties.html#maven.j2ee.war.classes.includes">${maven.j2ee.war.classes.includes}</a></code>
and <code><a
href="properties.html#maven.j2ee.war.classes.excludes">${maven.j2ee.war.classes.excludes}</a></code>
determine how to filter the directory contents for
@@ -195,7 +195,7 @@
The <code>maven:ejb</code> target generates the <code>ejb</code> jar file
for the project. Optionally it can also create jars containing the local
and remote interfaces. The files are produced in the
- <code><a href="../properties.html#Directory Layout
Settings">${maven.build.dir}</a>/ejb</code>
+ <code><a href="properties.html#Directory Layout
+Settings">${maven.build.dir}</a>/ejb</code>
directory and have a name based on the
<code><a
href="properties.html#maven.j2ee.ejb.name">${maven.j2ee.ejb.name}</a></code>
property.
@@ -229,7 +229,7 @@
<tr>
<td>Classes</td>
<td>
- The files in the <code><a href="../properties.html#Directory Layout
Settings">${maven.build.dest}</a></code>
+ The files in the <code><a href="properties.html#Directory Layout
+Settings">${maven.build.dest}</a></code>
directory to be included is specified using the
<code><a
href="properties.html#maven.j2ee.ejb.includes">${maven.j2ee.ejb.includes}</a></code>
and <code><a
href="properties.html#maven.j2ee.ejb.excludes">${maven.j2ee.ejb.excludes}</a></code>
@@ -255,7 +255,7 @@
<p>
The <code>maven:ear</code> target generates an ear file for the
project. The ear file is produced in the
- <code><a href="../properties.html#Directory Layout
Settings">${maven.build.dir}</a></code>
+ <code><a href="properties.html#Directory Layout
+Settings">${maven.build.dir}</a></code>
directory and has a name defined by the
<code><a
href="properties.html#maven.j2ee.ear.name">${maven.j2ee.ear.name}</a></code>
property.
@@ -286,7 +286,7 @@
<tr>
<td>Other Content</td>
<td>
- Files in the <code><a href="../properties.html#Directory Layout
Settings">${maven.build.dir}</a></code>
+ Files in the <code><a href="properties.html#Directory Layout
+Settings">${maven.build.dir}</a></code>
directory may be included using the
<code><a
href="properties.html#maven.j2ee.ear.includes">${maven.j2ee.ear.includes}</a></code>
and <code><a
href="properties.html#maven.j2ee.ear.excludes">${maven.j2ee.ear.excludes}</a></code>