Re: Someone can help-me with my project?

Armin Waibel <[email protected]> Thu, 27 Mar 2008 02:34:50 +0100
Newsgroups gmane.comp.jakarta.ojb.user
Message-ID <[email protected]>
Hi Andre,

Andre_LAU wrote:
> Hello,
> 
> I'm trying to generate the O/R Mapping information for my project using the
> XDoclet module. There is some syntax errors that I can't understand.
> 
> Follow my project and the log generated:
> http://www.nabble.com/file/p16311031/java.rar java.rar 
> http://www.nabble.com/file/p16311031/log01.txt log01.txt 
> 

By default XDoclet 1.x doesn't support Generics, more precisely the 
xjavadoc.jar version shipped with XDoclet.
More details here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-8243.html

If you replace the xjavadoc-1.1.jar with the 1.5-snapshot version
http://sourceforge.net/project/showfiles.php?group_id=31602

the generation of O/R mapping files should pass (requires xdoclet 1.2.2 
or higher).

regards,
Armin