Greetings to the list!

I dont know why, but I cant seem to figure out how to make all 3 work!
The docs are kinda poor plus every other resource I found hasn't provide a 
complete solution.

Using hibernate 2. In my project.properties I have set the following

------
maven.xdoclet.hibernatedoclet.hibernate.0.Version=2.0
maven.xdoclet.hibernatedoclet.destDir=${maven.build.dir}/xdoclet/hibernatedoclet
maven.xdoclet.hibernatedoclet.fileset.0=true
maven.xdoclet.hibernatedoclet.fileset.0.dir=${maven.src.dir}/java
maven.xdoclet.hibernatedoclet.fileset.0.include=**/*.java
------

in project.xml under the dependencies tag I have all (xjavadoc, 
xdoclet-hibernate-module, maven-xdoclet-plugin)
-----
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xjavadoc</artifactId>
      <version>1.0.2</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xdoclet-hibernate-module</artifactId>
      <version>1.2</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>maven-xdoclet-plugin</artifactId>
      <version>1.2</version>
      <type>plugin</type>
    </dependency>
-----

running 'maven xdoclet:hibernatedoclet'
I get a 'BUILD SUCCESFUL' in the end, but no mappings generated whatsoever.

Any help greatly appreciated :(
Thanks in advance,
Markos Charatzas


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to