I've been using the xdoclet plugin and have put the following into the
maven directories
repository/xdoclet/jars/
xdoclet-1.2b4.jar
xdoclet-ejb-module-1.2b4.jar
xdoclet-jboss-module-1.2b4.jar
xdoclet-jmx-module-1.2b4.jar
xdoclet-xdoclet-module-1.2b4.jar
xdoclet-xjavadoc-1.0.jar
plugins/
maven-xdoclet-plugin-1.2b4.jar
maven-xdoclet-plugin-1.2b4/...
I have defined a preGoal "xdoclet:ejbdoclet" in maven.xml
If I run this with just the following dependencies
<dependency>
<id>xdoclet</id>
<version>1.2b4</version>
</dependency>
<dependency>
<id>xdoclet+ejb-module</id>
<version>1.2b4</version>
</dependency>
<dependency>
<id>j2ee</id>
<version>1.3.1</version>
</dependency>
the ejbdoclet task runs fine, creating the ejb-jar.xml and required
interfaces.
However if I add the necessary dependencies (from xdoclet website
description) to run the JBoss part
<dependency>
<id>xdoclet+jboss-module</id>
<version>1.2b4</version>
</dependency>
<dependency>
<id>xdoclet+jmx-module</id>
<version>1.2b4</version>
</dependency>
maven just skips past the preGoal doing nothing (not even the
ejb-jar.xml/interfaces part).
Anyone used xdoclet to generate JBoss descriptors with the Maven plugin?
TIA
--
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]