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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]