Hello everyone,

I keep getting a java.lang.StackOverflowError with HibernateDoclet/XDoclet.

Here is the output of Ant:

[...]
xdoclet:
[hibernatedoclet] (XDocletMain.start 47 ) Running <hibernate/>
[hibernatedoclet] java.lang.StackOverflowError
BUILD FAILED: C:\eclipse\workspace\3moves\build.xml:43: Unexpected error
Total time: 49 seconds


Here is my xdoclet target in build.xml:

<target name="xdoclet">

<taskdef name="hibernatedoclet" classname="xdoclet.modules.hibernate.HibernateDocletTask">
<classpath>
<fileset dir="lib/xdoclet-1.2">
<include name="*.jar"/>
</fileset>
</classpath>
</taskdef>


    <hibernatedoclet destdir="dist/war/WEB-INF/classes" mergedir="src">
        <fileset dir="src"/>
        <hibernate version="2.0"/>
    </hibernatedoclet>

</target>

The strange thing is that it worked some hours ago, without me changing anything related. I already tried a clean build and rebooted my machine.

I have tried both standalone Ant 1.6.1 and Ant integrated into Eclipse 3.0. I have tried both XDoclet 1.2 and XDoclet 1.2.1. I am using JDK 1.4.2 under WinXP/SP1.

Is this a known bug?

I am under the impression that regardless of what I am putting into the XDoclet tags of my source files, such an error should never happen. At least some application exception or message should tell me what's wrong.

Regards,

Andreas



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to