DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=21947>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=21947 ------- Additional Comments From [EMAIL PROTECTED] 2007-08-10 08:16 ------- ok. 1. What happens when you run from the command line, rather than from Eclipse? 2. the log shows that you arent passing down the classpath you thought you were, which doesnt help: Property "classpath" has not been set dropping ${path}\${classpath} from path as it doesn't exist Try using the property java.class.path instead. looking in to Writer.write(), it looks like it is probably the write(String) method that is NPE-ing on a null string...maybe we need some fallback code to check that you really can get a line separator from system properties (a security manager could block it, after all),and then drop back to a \n in such a case. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]