JAMES Server Nightly Build Report

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

Re: Mime4j writeTo changes

2007-03-28 Thread Niklas Therning
It could be that the Big5 charset isn't included in the JRE you're using. Seems like other Coldfusion user have had similar issues: http://www.nabble.com/forum/Search.jtp?query=sun.io.ByteToCharBig5.getIndex1 GX GLIX wrote: > Hi Niklas > > here is info requested: > os = windows server 2003 > cp

Re: Mime4j writeTo changes

2007-03-28 Thread GX GLIX
Hi Niklas here is info requested: os = windows server 2003 cpu(s) = intel x86 32 bit As you will see in the class path we are using coldfusion 6.1 'scuse the long post Java version java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28) Java

Re: Mime4j writeTo changes

2007-03-28 Thread Niklas Therning
GX GLIX wrote: > Thank you Stefano for such a prompt change. > > The parser compiles and is working now, however I get the following > error with UTF8 encoded mail messages: > > java.lang.NoSuchMethodError: sun.io.ByteToCharBig5.getIndex1()[S at > sun.nio.cs.ext.Big5$Decoder.(Big5.java:45) at > su

Re: Mime4j writeTo changes

2007-03-28 Thread GX GLIX
Thank you Stefano for such a prompt change. The parser compiles and is working now, however I get the following error with UTF8 encoded mail messages: java.lang.NoSuchMethodError: sun.io.ByteToCharBig5.getIndex1()[S at sun.nio.cs.ext.Big5$Decoder.(Big5.java:45) at sun.nio.cs.ext.Big5.newDec

Re: [jSieve] Positional information for script

2007-03-28 Thread robert burrell donkin
On 3/28/07, Steve Brewin <[EMAIL PROTECTED]> wrote: robert burrell donkin wrote: The key thing is that the original API did not allow the passing of any context information and you have fixed this, which is great. Maybe if I had been making these changes, having realised that we need to pas

RE: [jSieve] Positional information for script

2007-03-28 Thread Steve Brewin
robert burrell donkin wrote: > > > i've managed to pass positional information through from the parser to > the Command and Test objects. my implementation uses ScriptCoordinate > objects which contain details of line and column numbers. when a > problem occurs during the evaluation of Command and

[jira] Updated: (JAMES-780) [jSieve]

2007-03-28 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated JAMES-780: Attachment: jsieve-coordinate.patch Patch gives a flavour off the proposed changes

[jSieve] Positional information for script

2007-03-28 Thread robert burrell donkin
i've managed to pass positional information through from the parser to the Command and Test objects. my implementation uses ScriptCoordinate objects which contain details of line and column numbers. when a problem occurs during the evaluation of Command and Test implementations, this object is use

[jira] Created: (JAMES-780) [jSieve]

2007-03-28 Thread Robert Burrell Donkin (JIRA)
[jSieve] - Key: JAMES-780 URL: https://issues.apache.org/jira/browse/JAMES-780 Project: James Issue Type: Improvement Affects Versions: Trunk Reporter: Robert Burrell Donkin Assigned To: Robert Burrell Donki

Re: Mime4j writeTo changes

2007-03-28 Thread Norman
Thx Stefano for correct my mistake :-) bye Norman Stefano Bagnara schrieb: > Hi GX, > > I guess the 1.5 dependency has been introduced by mistake. > > I just replaced appends with writes, tested it builds on 1.4 and > committed it. > > Thank you for reporting, > Stefano > > GX GLIX ha scritto: >>

Re: Added Apache JAMES to the ClamAV Wiki

2007-03-28 Thread Stefano Bagnara
Noel J. Bergman ha scritto: See: http://wiki.clamav.net/Main/ClamAndApacheJAMES I kept it short and to the point. Thank you! Stefano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Added Apache JAMES to the ClamAV Wiki

2007-03-28 Thread Noel J. Bergman
See: http://wiki.clamav.net/Main/ClamAndApacheJAMES I kept it short and to the point. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Mime4j writeTo changes

2007-03-28 Thread Stefano Bagnara
Hi GX, I guess the 1.5 dependency has been introduced by mistake. I just replaced appends with writes, tested it builds on 1.4 and committed it. Thank you for reporting, Stefano GX GLIX ha scritto: Hi devs I have till now been using mime4j, I am busy testing the current version (trunk) as

svn commit: r523328 - in /james/mime4j/trunk/src/main/java/org/mime4j/message: Header.java Multipart.java

2007-03-28 Thread bago
Author: bago Date: Wed Mar 28 06:54:52 2007 New Revision: 523328 URL: http://svn.apache.org/viewvc?view=rev&rev=523328 Log: Java 1.4 compatibility issues (BufferedWriter.append is Java 5 specific) Modified: james/mime4j/trunk/src/main/java/org/mime4j/message/Header.java james/mime4j/trunk

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

2007-03-28 Thread Serge Knystautas
On 3/25/07, robert burrell donkin <[EMAIL PROTECTED]> wrote: 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'

Mime4j writeTo changes

2007-03-28 Thread GX GLIX
Hi devs I have till now been using mime4j, I am busy testing the current version (trunk) as there are some methods that have been implemented which I previously did myself namely the writeTo methods in the message, multipart etc. classes. I noticed the code implemented uses java.io.BufferedW

Re: Mime4j

2007-03-28 Thread Niklas Therning
GX GLIX wrote: > Is this the correct mailing listfor mime4j? The website just has the > [EMAIL PROTECTED] > > Yes, it's the correct mailing list. Please prefix the subject of your mime4j-related messages with [mime4j]. -- Niklas Therning www.spamdrain.net ---

Re: Mime4j

2007-03-28 Thread Ahmed Mohombe
Is this the correct mailing listfor mime4j? The website just has the [EMAIL PROTECTED] From the Mime4J project first page: http://james.apache.org/mime4j/index.html NOTE: mime4j is now a subproject of Apache James. Please use the James mailing list for mime4j related questions. ==

Mime4j

2007-03-28 Thread GX GLIX
Is this the correct mailing listfor mime4j? The website just has the [EMAIL PROTECTED] GX _ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ -