By: midiguy ( Rui Liu )
 xdoclet-bin-1.2b3 bug??
2003-06-18 10:48
where i changed from xdoclet-bin-1.2b2to xdoclet-bin-1.2b3 ,this come to
me..

[taskdef] BUILD FAILED: taskdef class
xdoclet.modules.hibernate.HibernateDocletTask cannot be found

build snatch:


<path id="class.path">
<fileset dir="${ro.tools}/xdoclet-bin-1.2b3">
<include name="lib/*.jar"/>
</fileset>
</path>



<!-- =================================================================== -->
<!-- XDoclet code generation -->
<!-- =================================================================== -->
<target name="generate">

<taskdef
name="hibernatedoclet"
classname="xdoclet.modules.hibernate.HibernateDocletTask"
classpathref="class.path"
/>

<hibernatedoclet
destdir="${build.compile_beans}"
excludedtags="@version,@author,@todo,@see"
addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet
Team,@author XDoclet,@version ${version}"
force="true"
verbose="false">

<fileset dir="./src">
<include name="**/*.java"/>
</fileset>

<hibernate/>

</hibernatedoclet>
</target>


By: panchmp ( Michael Panchenko )
 RE: xdoclet-bin-1.2b3 bug??
2003-06-26 16:14
I have this problem too, but with ejbdoclet and webdoclet



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to