Does anyone have a running example of how to setup
XDoclet with Maven?  The stuff listed at the xdoclet
website is incomplete and out of date.  I am
interested in what else I need to complete my
dependencies list.  So far in my project.xml file my
dependencies consist of:

  <dependencies>
    <dependency>
        <!-- <id>xdoclet-ejb-module</id> -->
        <groupId>xdoclet</groupId>
        <artifactId>xdoclet-ejb-module</artifactId>
        <version>1.2b3-dev</version>
    </dependency>
    <dependency>
        <groupId>xdoclet</groupId>
        <artifactId>xdoclet-web-module</artifactId>
        <version>1.2b3-dev</version>
    </dependency>
    <dependency>
        <groupId>xdoclet</groupId>
        <artifactId>xdoclet-jboss-module</artifactId>
        <version>1.2b3-dev</version>
    </dependency>
    <dependency>
        <groupId>xdoclet</groupId>
        <artifactId>xdoclet-jmx-module</artifactId>
        <version>1.2b3-dev</version>
    </dependency>
  </dependencies>

What else do I need?  I getting the following error:

$ maven console
...

java.lang.ClassNotFoundException: interaction
        at
java.net.URLClassLoader$1.run(URLClassLoader.java:199)
        at
java.security.AccessController.doPrivileged(Native
Method)
        at
java.net.URLClassLoader.findClass(URLClassLoader.java:187)
...

TIA.

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to