Re: [Xdoclet-devel] XJavadoc and Unicode

2002-05-21 Thread Bart Guijt
llesøy" <[EMAIL PROTECTED]> To: "Marcus Brito" <[EMAIL PROTECTED]>; "Lista xdoclet-devel" <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 8:51 PM Subject: RE: [Xdoclet-devel] XJavadoc and Unicode The warnings are "OK" (kinda). In fact, there are

RE: [Xdoclet-devel] XJavadoc and Unicode

2002-05-21 Thread Aslak Hellesøy
The warnings are "OK" (kinda). In fact, there are two parsers that are generated from the same grammar. -One that uses JJTree and one that uses simple nodes. XDoclet uses the "simple nodes" one. XDoclet gui uses the JJTree one, sonce this makes it possible to mutate the AST, and thereby modify the