I am still trying to figure out why I have 2 different modules that are using hibernate doclet, but both the outputs are put into module common-jar, instead of application-configuration:

<hibernatedoclet destdir="${project.build.outputDirectory}"
excludedtags="@version,@author,@todo,@see,@desc"
                                                verbose="true">
                                   <fileset dir="${basedir}/src/main/java">
                                       <include name="**/*.java"/>
                                   </fileset>
                                   <hibernate version="3.0"/>
                               </hibernatedoclet>


So what should this be:
destdir="${project.build.outputDirectory}"




---
Thank You
Mick Knutson

Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com

Washington Mutual (WAMU) (Emeryville, California)
---



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

Reply via email to