My guess is that you're missing the xjavadoc dependency.  Try maven with the -X option 
for more
info.

WM


--- Ricardo de Souza Moura <[EMAIL PROTECTED]> wrote:
> 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]
> 



        
                
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

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

Reply via email to