HIBERNATE JBoss.org
 |  Register  | 
     
News 
About 
   Feature List 
   Road Map 
Documentation 
   Related Projects 
   External Documentation 
Download 
Forum & Mailinglists 
Support & Training 
JIRA Issue Tracking
Wiki Community Area


Hibernate Public Training Courses


Get Hibernate in Action eBook!


JavaWorld 2003 Finalist


Jolt Award 2004 Winner
      
Documentation > Community Area > Maven, XDoclet and Hibernate > Comments > Dependencies


Comment
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
Subject: Dependencies 28 Dec 2003, 00:18
From: robd Replies: 0, Views: 516
 
I kept on getting the following build error: taskdef class
xdoclet.modules.hibernate.HibernateDocletTask. I found the solution was
to ensure the following two dependencies were included in my project.xml
file.

<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-hibernate-module</artifactId>
<version>1.2</version>
</dependency>

<dependency>
<groupId>xdoclet</groupId>
<artifactId>xjavadoc</artifactId>
<id>xjavadoc</id>
<version>1.0.2</version>
</dependency>
 

Thread:
 Dependencies 
 robd   28 Dec 2003, 00:18 
      

coWiki