# -----------------------------------
# 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=truemaven.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]
