Make sure you include the xjavadoc dependency. I
have:
------------------------
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-log</artifactId>
<version>20030211.142821</version>
<url>http://jakarta.apache.org/commons/jelly/libs/log/</url>
</dependency>
<dependency>
<id>commons-jelly</id>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-interaction</artifactId>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet</artifactId>
<version>1.2b4</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-xdoclet-module</artifactId>
<version>1.2b4</version>
</dependency>
<dependency>
<groupId>xjavadoc</groupId>
<artifactId>xjavadoc</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-jdo-module</artifactId>
<version>1.2b4</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-ejb-module</artifactId>
<version>1.2b4</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-web-module</artifactId>
<version>1.2b4</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-jboss-module</artifactId>
<version>1.2b4</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-apache-module</artifactId>
<version>1.2b4</version>
</dependency>
<!-- This one is needed because jboss-module
depends on it -->
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-jmx-module</artifactId>
<version>1.2b4</version>
</dependency>
</dependencies>
------------------------
Thanks.
--- Andy Jefferson <[EMAIL PROTECTED]> wrote:
> 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]
>
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]