I am trying to use xdoclet to generate EJbs interfaces.
I put all necessary dependences:

<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-ejb-module</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-jboss-module</artifactId>
<version>1.2</version>
</dependency>
<!-- This one is needed because jboss-module depends on it -->
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-jmx-module</artifactId>
<version>1.2</version>
</dependency>


and I put a preGoal:


<preGoal name="ejb:init">
<attainGoal name="xdoclet:ejbdoclet"/>
</preGoal>

But is happing this failure:
taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found

Did somebody has this problem before ?

_________________________________________________________________
MSN Messenger: converse com os seus amigos online. http://messenger.msn.com.br



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to