Hello,

I'm new to XDoclet, I'm trying to use it with Hibernate and I'm completely
lost.  I realize my questions are very basic, so if the answers are online
somewhere, please let me know... I RTFM so long as I can find it ;)

I am getting this error message:

The input line is too long.
:gotAllArgs
 was unexpected at this time.

I am using this for my ant task:

<target name="hibernate" description="Generate mapping documents (run jar
first)">

 <hibernatedoclet
  excludedtags="@version,@author,@todo,@see"
  verbose="true">

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

  <hibernate version="2.0"/>

 </hibernatedoclet>
</target>

Any ideas what might be wrong?  Thanks,

Matt



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to