I'd just like to enquire if anyone out there has experience with integrating the previously mentioned technologies. I've come to a point where the XDoclet plugin is installed (correctly I believe) and I'm now trying to produce a simple proof of concept. My first step is to produce a Hibernate mapping file, so I've created a few beans with the proper xdoclet tags, set up my project.properties file so it looks like:

# -----------------------------------
# Maven Attribute Definition
# ----------------------------------
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}

# ----------------------------------
# Hibernate Attribute  Definition
# ----------------------------------
maven.xdoclet.hibernatedoclet.destDir=${maven.build.dir}/hibernate-conf
maven.xdoclet.hibernatedoclet.verbose=true

maven.xdoclet.hibernatedoclet.fileset.0=true
maven.xdoclet.hibernatedoclet.fileset.0.include=${maven.src.dir}/java/ **/objectmodel/*.java


maven.xdoclet.hibernatedoclet.hibernate.0=true
maven.xdoclet.hibernatedoclet.hibernate.0.destDir=${maven.build.dir}/ hibernate-conf


But when I run "maven xdoclet:hibernatedoclet" it does not appear to generate any files and the output simply reads:

 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8


Running <hibernate/> BUILD SUCCESSFUL Total time: 13 seconds

which doesn't appear to generate any files. Does anyone out there have any insight into what i could be doing wrong, as it would be GREATLY appreciated. Thanks

Chris Shorrock


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to