I had a similar problem. I needed to add two dependencies to my project.xml:
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-hibernate-module</artifactId>
<version>1.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>xjavadoc</groupId>
<artifactId>xjavadoc</artifactId>
<version>1.0.2</version>
<type>jar</type>
</dependency>HTH. Landon
Maciek Zywno wrote:
__matthewHawthorne wrote:
Maciek Zywno wrote: > I tried to use xdoclet plugin, but the class definition for > xdoclet.modules.web.WebDocletTask cannot be found.
Try running maven with the -X flag. Sometimes there are a chain of ClassNotFoundExceptions -- a class that the WebDocletTask depends on may be missing.
It doesn't help.
I have in project.xml dependency: <dependency> <id>xdoclet+web-module</id> <version>1.2b4</version> </dependency>
and I have xdoclet-web-module-1.2b4.jar in \.maven\repository\xdoclet\jars
Any suggestions what else can be wrong?
Regards
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
