Updating From Source Control
At revision 522441.
Do a Clean Build with Unit Tests and Distri
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
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
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
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
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
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