--- Jesse Stockall <[EMAIL PROTECTED]> wrote: > On Thu, 2002-11-28 at 09:16, Konstantin Priblouda > wrote: > > I mena clean xdoclet build. Error you got says > that > > runtime reflection goofed -> bogus subask > descriptors > > -> rebuild xdoclet > > Already done, and no effect. > > CVS XDoclet does not build cleanly. > > I had to add commons-collections.jar to the > classpath in > modules-common.ent. > > There are warnings while generating the parser: > > [javacc] Warning: Line 345, Column 3: The generated > CharStream class > cannot handle 16 bit characters. Please set the > JAVA_UNICODE_ESCAPE > option or the UNICODE_INPUT option to true so that a > CharStream class > that can handle 16 bit characters is generated. > > There are tonnes of missing resources building > message bundles for core. > > Also mavin-plugin fails with: > > [mavendoclet] > java.lang.IncompatibleClassChangeError: class > xjavadoc.MethodImpl does not implement interface > xjavadoc.Named > [mavendoclet] at > xdoclet.modules.doc.AntdocSubTask.addChildElementMaybe(AntdocSubTask.java:191) > [mavendoclet] at > xdoclet.modules.doc.AntdocSubTask.addChidrenRecursive(AntdocSubTask.java:181) > [mavendoclet] at > xdoclet.modules.doc.AntdocSubTask.discoverChildElements(AntdocSubTask.java:170) > [mavendoclet] at > xdoclet.modules.doc.AntdocSubTask.init(AntdocSubTask.java:58) > [mavendoclet] at > xdoclet.modules.maven.MavenpluginSubTask.init(MavenpluginSubTask.java:39) > [mavendoclet] at > xdoclet.XDocletMain.start(XDocletMain.java:42) > [mavendoclet] at > xdoclet.DocletTask.start(DocletTask.java:458) > > I have cleaned and rebuilt both XDoclet and > XJavadoc.
I just did following: cvs update -d in directory containing xdoclet modules ( xdoclet, xjavadoc & xdocletgui ) cd xdoclet ant clean ant Everything was build fine, without any warning my application also builds fine... Could it be that you have some xdoclet jar files living somewhere on classpath? regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
