DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502 IO error with XDoclet 1.1 ------- Additional Comments From [EMAIL PROTECTED] 2003-12-17 13:21 ------- the DocletContext.edc is readable via a standalone application. public static void main(String args[]) throws Exception { File file = new File( System.getProperty( "java.io.tmpdir" ) + File.separator + "DocletContext.edc" ); FileInputStream fis = new FileInputStream( file ); ObjectInputStream ois = new ObjectInputStream( new BufferedInputStream( fis ) ); System.out.println(ois.readObject()); } with this classpath xdoclet.jar:$JAVA_HOME/lib/tools.jar:$ANT16_HOME/lib/ant.jar:. but not with the full doclet classpath (too long to be copied here). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]