I'm trying to use xdoclet-1.2.3 with maven-1.0.2 to generate hibernate
and spring XML files. If I use hibernatedoclet alone, it works fine.
As soon as I add:

<dependency>
  <groupId>xdoclet</groupId>
  <artifactId>xdoclet-spring-module</artifactId>
  <version>1.2.3</version>
  <url>http://xdoclet.sourceforge.net/</url>
</dependency>

to my project.xml, the hibernatedoclet task stops generating XML files
(the task is still called and shows up in the maven output). It
doesn't matter whether or not I try to call springdoclet or not,
hibernatedoclet just ceases to function when this dependency is added.
Does anybody have an idea what may be going on?


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_ids93&alloc_id281&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to