Feature Requests item #463157, was opened at 2001-09-20 04:40
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=463157&group_id=31602

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Andrew Stevens (stevensa)
Assigned to: Nobody/Anonymous (nobody)
Summary: Improve misleading error message

Initial Comment:
"build.xml:63: Running ejbdoclet failed. An IO erro
r occured while writing context data."
makes it sound like a file IO error writing the 
context data temporary file; in fact, the problem was 
due to not having ";${java.class.path}" in my 
ejbdoclet task's classpath attribute.

[ejbdoclet] java.lang.NoClassDefFoundError: 
org/apache/tools/ant/BuildException
[ejbdoclet]     at java.lang.Class.getMethod0(Native 
Method)
[ejbdoclet]     at java.lang.Class.getMethod
(Class.java:888)
[ejbdoclet]     at 
com.sun.tools.javadoc.DocletInvoker.invoke
(DocletInvoker.java:172)
[ejbdoclet]     at 
com.sun.tools.javadoc.DocletInvoker.validOptions
(DocletInvoker.java:152)
[ejbdoclet]     at com.sun.tools.javadoc.Main.main
(Main.java:214)
[ejbdoclet] Exception in thread "main"

I've had similar messages in the past when it couldn't 
load the log4j Category class (due to network problems 
accessing the jar).  Perhaps XDoclet could be more 
specific when catching the exceptions, since the 
existing message makes it sound like e.g. the TEMP 
directory's disk is full.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=463157&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to