JAMES Server Nightly Build Report

2007-03-25 Thread JAMES Nightly Build System
Updating From Source Control At revision 522441. Do a Clean Build with Unit Tests and Distri

svn commit: r522438 - in /james/mime4j/trunk/src: main/java/org/mime4j/decoder/DecoderUtil.java test/java/org/mime4j/decoder/DecoderUtilTest.java

2007-03-25 Thread niklas
Author: niklas Date: Sun Mar 25 23:42:02 2007 New Revision: 522438 URL: http://svn.apache.org/viewvc?view=rev&rev=522438 Log: The encoded word '=?ISO-8859-1?Q?' caused an IndexOutOfBoundsException to be logged and then the empty string was returned. DecoderUtil will now deal with this encoded wo

RE: [jSieve] Adding more detail to SyntaxExceptions

2007-03-25 Thread Steve Brewin
robert burrell donkin wrote: > > ParseException gives information about the line number. > SyntaxException (on the other hand) contains very little information > where the problem is. this makes debugging scripts of any size > difficult. > > AFAIC this information is not easily available from where

[POLL] javadocs approach [WAS Re: [MODULARISATION] Stage Two: division into modules]

2007-03-25 Thread robert burrell donkin
On 3/23/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: robert burrell donkin ha scritto: >> 2) How should we manage javadocs creation and sdk creation in this >> multimodule structure? I think the "move" broke them. > > it's easy to put them back again but i'd prefer to hear opinions > befor

Re: [MODULARISATION] Stage Two: division into modules [WAS Re: Server modularisation and directory layout questions]

2007-03-25 Thread robert burrell donkin
On 3/23/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: robert burrell donkin ha scritto: >> Running ant from the root did not work because the default target is >> "lite" and it expects modules to be already built and only run >> deployments, so I switched the default target to Full. > > i suspec

[jSieve] Adding more detail to SyntaxExceptions

2007-03-25 Thread robert burrell donkin
ParseException gives information about the line number. SyntaxException (on the other hand) contains very little information where the problem is. this makes debugging scripts of any size difficult. AFAIC this information is not easily available from where this exception is thrown. how difficult

Re: [JSieve] Documentation Improvements

2007-03-25 Thread robert burrell donkin
On 3/25/07, Steve Brewin <[EMAIL PROTECTED]> wrote: robert burrell donkin wrote: > > > On 3/24/07, Steve Brewin <[EMAIL PROTECTED]> wrote: > > robert burrell donkin wrote: > > > > > > > > > i've finished a MailAdapter that i can use to test SIEVE scripts. > > > basically, it wraps a javamail mes