I tried again today to do a bit more troubleshooting on this problem. As seen below, I'm getting a java.lang.ClassNotFoundException when it tries to load xdoclet.tags.doc.DocumentationTagsHandler. The trouble is, there is no doc package within xdoclet.tags in CVS.
Also, to help along debugging, at xdoclet.tags.TagDevTagsHandler.java:70, shouldn't it display handler_full_class_name instead of handler_class? (since handler_class hasn't been initiated yet if that exception is thrown.) I am getting an xdoclet.jar built, so I can continue experimentation with my actual code, but I would think that things should at least build cleanly. Thanks, -benJ On Monday, December 3, 2001, at 12:50 PM, Ben Johnson wrote: > I've refreshed to the latest code, and I'm getting 2 > main errors when executing the main build script. > > First, the one that kills it: > --- snip -------- > [document] Loading source file > C:\code\java\xdoclet\core\src\xdoclet\web\vendor > \webwork\WebWorkTagsHandler.java... > [document] Constructing Javadoc information... > [document] Running <documentTags/> > [document] Generating output 'namespaces.html' > using template file '\xdoclet\ > doc\namespaces.j'. > [document] (TagDefTagsHandler.tagDef 72 ) > Class 'null' not found. M > ake sure it's added to XDoclet's classpath. > [document] javadoc: In doclet class > xdoclet.DocletTask$DocletMain, method star > t has thrown an exception > java.lang.reflect.InvocationTargetException > [document] java.lang.ClassNotFoundException: > xdoclet.tags.doc.DocumentationTags > Handler > [document] at > java.net.URLClassLoader$1.run(URLClassLoader.java:200) > [document] at > java.security.AccessController.doPrivileged(Native > Method) > [document] at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > [document] at > java.lang.ClassLoader.loadClass(ClassLoader.java:297) > [document] at > java.lang.ClassLoader.loadClass(ClassLoader.java:253) > [document] at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) > > [document] at java.lang.Class.forName0(Native > Method) > [document] at > java.lang.Class.forName(Class.java:120) > [document] at > xdoclet.tags.TagDefTagsHandler.tagDef(TagDefTagsHandler.java: > 62) > [document] at > java.lang.reflect.Method.invoke(Native Method) > [document] at > xdoclet.template.TemplateEngine.invokeMethod(TemplateEngine.j > ava:743) > [document] at > xdoclet.template.TemplateEngine.invokeContentMethod(TemplateE > ngine.java:868) > [document] at > xdoclet.template.TemplateEngine.handleTag(TemplateEngine.java > :433) > [document] at > xdoclet.template.TemplateEngine.generate(TemplateEngine.java: > 313) > [document] at > xdoclet.template.TemplateEngine.start(TemplateEngine.java:376 > ) > --- snip ------ > > Secondly, I get a ton of errors on the "pretty" target > > [pretty] > formatting:C:\code\java\xdoclet\core\src\xdoclet\web\WebDocletTask.j > ava > [pretty] java.io.FileNotFoundException: > C:\code\java\xdoclet\core\src\xdoclet > \web\WebDocletTask.java (Access is denied) > [pretty] at > java.io.FileOutputStream.open(Native Method) > [pretty] at > java.io.FileOutputStream.<init>(FileOutputStream.java:102) > [pretty] at > java.io.FileOutputStream.<init>(FileOutputStream.java:62) > [pretty] at > java.io.FileOutputStream.<init>(FileOutputStream.java:132) > [pretty] at > org.acm.seguin.io.FileCopy.getOutputStream(FileCopy.java:112) > > Probably something to do with the files being read > only on checkout from CVS? > > Thanks for any help. > > > __________________________________________________ > Do You Yahoo!? > Buy the perfect holiday gifts at Yahoo! Shopping. > http://shopping.yahoo.com > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
