Sorry, I have not got to grips with NetBeans CVS yet otherwise I'd send a Diff. The error is on line 253 of Log4JavaLogger.java
-----Original Message----- From: Kurt Schrader [mailto:[EMAIL PROTECTED]] Sent: 08 January 2002 20:56 To: Turbine Users List Subject: Re: Spotted error in email logging service On Tuesday, January 8, 2002, at 09:23 AM, David Wynter wrote: > In my poking about to see how to get the SMTPHost I spotted a typical > cut > and paste error > > if (smtpHost == null || smtpHost.trim().equals("") > || emailFrom == null || smtpHost.trim().equals("") > <---------------------here 'tis > || emailTo == null || emailTo.trim().equals("") > || emailSubject == null || > emailSubject.trim().equals("") > || bufferSize == null || bufferSize.trim().equals("") ) > { > return; Can you submit a patch or perhaps identify the file that this came from? -Kurt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
