Geia sou wre Marko, Just a longshot, but i have often encountered problems with the XDoclet plugin when the ejb doclet module is not present (and without having any use for it). Could be part of the prob. I think you got your config from [1]; scroll at the bottom to copy the rest of the dependencies from a user message.
Although not a real answer to your problem: you may want to try XDoclet2 with Hibernate, there's an example at [2]. [1] http://www.hibernate.org/134.html [2] http://xdoclet.codehaus.org/maven-plugin/example-hibernate.html Manos Quoting Markos Charatzas <[EMAIL PROTECTED]>: > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
