Re: [jspf] Hudson build

2008-12-12 Thread Stefano Bagnara
Jukka Zitting ha scritto: > Hi, > > I just killed the last jspf-trunk build in Hudson as it was already > taking more than 14 hours to complete. > > BTW, is there a reason for the jspf-trunk build to run hourly? The > build is already configured to poll for svn changes, so I don't see > why you'd

[jira] Commented: (MIME4J-91) Add OutputStream support to StorageProvider

2008-12-12 Thread Markus Wiederkehr (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656065#action_12656065 ] Markus Wiederkehr commented on MIME4J-91: - Patch committed, please review. > Add Ou

svn commit: r726071 - in /james/mime4j/trunk/src: main/java/org/apache/james/mime4j/message/ main/java/org/apache/james/mime4j/message/storage/ test/java/org/apache/james/mime4j/message/storage/

2008-12-12 Thread mwiederkehr
Author: mwiederkehr Date: Fri Dec 12 08:58:50 2008 New Revision: 726071 URL: http://svn.apache.org/viewvc?rev=726071&view=rev Log: OutputStream support for StorageProvider (MIME4J-91) Added: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/storage/AbstractStorageProvider.java

VirtualUserTable and VirtualHosting

2008-12-12 Thread Norman Maurer
Hi Guys, after some long time I had some time to look at james trunk source again. I tried to deploy a james install and use VirtualUserTable todo all the forwarding stuff. But It seems it get never caleld todo the mappings. I enabled the "enableVirtualHosting" flag in the config.xml. Someone rem

[jira] Created: (MIME4J-91) Add OutputStream support to StorageProvider

2008-12-12 Thread Markus Wiederkehr (JIRA)
Add OutputStream support to StorageProvider --- Key: MIME4J-91 URL: https://issues.apache.org/jira/browse/MIME4J-91 Project: JAMES Mime4j Issue Type: New Feature Affects Versions: 0.6 R

svn commit: r726069 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/storage/MultiReferenceStorage.java

2008-12-12 Thread mwiederkehr
Author: mwiederkehr Date: Fri Dec 12 08:33:06 2008 New Revision: 726069 URL: http://svn.apache.org/viewvc?rev=726069&view=rev Log: resolved minor javadoc issues: there was a line break between '@' and 'link' that caused a javadoc warning. also decrementCounter() throws an IllegalStateException,

Re: [mime4j] Remove StringArrayMap?

2008-12-12 Thread Markus Wiederkehr
On Mon, Dec 1, 2008 at 2:38 PM, Robert Burrell Donkin wrote: > On Mon, Dec 1, 2008 at 1:10 PM, Markus Wiederkehr > wrote: >> On Mon, Nov 17, 2008 at 1:23 PM, Markus Wiederkehr >> wrote: >>> Does org.apache.james.mime4j.util.StringArrayMap serve any purpose? It >>> does not seem to be used anywhe

svn commit: r726015 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/util/StringArrayMap.java

2008-12-12 Thread mwiederkehr
Author: mwiederkehr Date: Fri Dec 12 06:26:38 2008 New Revision: 726015 URL: http://svn.apache.org/viewvc?rev=726015&view=rev Log: Reverted deprecation of StringArrayMap because although the class is not used in Mime4j there may be users or libraries (Commons Fileupload) that need it. See MIME4J

Re: [mime4j] New Base64OutputStream

2008-12-12 Thread Markus Wiederkehr
On Fri, Dec 12, 2008 at 10:21 AM, Stefano Bagnara wrote: > ... > We run all of james product with CTR (commit then review). For stable > branches and for code that you are not confident with, and anytime you > feel it better, it is suggested the use of RTC (in this case I'd use CTR). > > For most

Re: [mime4j] New Base64OutputStream

2008-12-12 Thread Markus Wiederkehr
On Fri, Dec 12, 2008 at 2:06 PM, Robert Burrell Donkin wrote: > On Fri, Dec 12, 2008 at 12:40 PM, Markus Wiederkehr > wrote: >> [...] >> Unfortunately I have a use case where things are different: applying >> an explicit S/MIME signature. Certain e-mail clients from a certain >> company are a bit

svn commit: r726011 - in /james/mpt/trunk: app/ app/pom.xml app/src/ app/src/main/ app/src/main/java/ app/src/site/ app/src/site/site.xml app/src/site/xdoc/index.xml app/src/test/ app/src/test/java/ p

2008-12-12 Thread rdonkin
Author: rdonkin Date: Fri Dec 12 06:02:04 2008 New Revision: 726011 URL: http://svn.apache.org/viewvc?rev=726011&view=rev Log: Create outline for new App module. Add Development Interface MPT-1 (https://issues.apache.org/jira/browse/MPT-1) Added: james/mpt/trunk/app/ (with props) james

[jira] Updated: (MPT-1) Add Development Interface

2008-12-12 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/MPT-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated MPT-1: Component/s: (was: Main) App Fix Version/s: 0.1 Assignee: R

[jspf] Hudson build

2008-12-12 Thread Jukka Zitting
Hi, I just killed the last jspf-trunk build in Hudson as it was already taking more than 14 hours to complete. BTW, is there a reason for the jspf-trunk build to run hourly? The build is already configured to poll for svn changes, so I don't see why you'd need to *additionally* run the build once

svn commit: r725992 - in /james/mime4j/trunk/src: main/java/org/apache/james/mime4j/decoder/Base64OutputStream.java test/java/org/apache/james/mime4j/decoder/Base64OutputStreamTest.java

2008-12-12 Thread mwiederkehr
Author: mwiederkehr Date: Fri Dec 12 05:06:54 2008 New Revision: 725992 URL: http://svn.apache.org/viewvc?rev=725992&view=rev Log: Faster Base64OutputStream for MIME4J-71 Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/decoder/Base64OutputStream.java james/mime4j/trun

Re: ClassNotFound: MailboxManagerMailRepository

2008-12-12 Thread Robert Burrell Donkin
On Wed, Dec 10, 2008 at 5:55 PM, Megha Agarval wrote: > Robert Burrell Donkin wrote: >> >> On Wed, Dec 10, 2008 at 2:45 PM, Megha Agarval wrote: >>> >>> Robert Burrell Donkin wrote: On Tue, Dec 9, 2008 at 2:18 PM, Megha Agarval wrote: > > Robert Burrell Donkin wrote: >> >>>

Re: [mime4j] New Base64OutputStream

2008-12-12 Thread Robert Burrell Donkin
On Fri, Dec 12, 2008 at 12:40 PM, Markus Wiederkehr wrote: > On Fri, Dec 12, 2008 at 10:21 AM, Stefano Bagnara wrote: >> Markus Wiederkehr ha scritto: >>> I have written a new Base64OutputStream for Mime4j. According to my >>> tests it is about twice as fast as the current one (when fed with 1024

[jira] Created: (MPT-1) Add Development Interface

2008-12-12 Thread Robert Burrell Donkin (JIRA)
Add Development Interface - Key: MPT-1 URL: https://issues.apache.org/jira/browse/MPT-1 Project: JAMES MPT Issue Type: New Feature Components: Main Affects Versions: 0.1 Reporter: Robert Burr

[jira] Reopened: (MIME4J-71) Replace Base64OutputStream (Was: Manage credits for Base64OutputStream inclusion)

2008-12-12 Thread Markus Wiederkehr (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Wiederkehr reopened MIME4J-71: - Assignee: Markus Wiederkehr (was: Stefano Bagnara) I have implemented a faster version

svn commit: r725987 - /james/server/trunk/build-tools/smtp.mpt

2008-12-12 Thread rdonkin
Author: rdonkin Date: Fri Dec 12 04:48:08 2008 New Revision: 725987 URL: http://svn.apache.org/viewvc?rev=725987&view=rev Log: Improved SMTP testing Modified: james/server/trunk/build-tools/smtp.mpt Modified: james/server/trunk/build-tools/smtp.mpt URL: http://svn.apache.org/viewvc/james/se

Re: [mime4j] New Base64OutputStream

2008-12-12 Thread Markus Wiederkehr
On Fri, Dec 12, 2008 at 10:21 AM, Stefano Bagnara wrote: > Markus Wiederkehr ha scritto: >> I have written a new Base64OutputStream for Mime4j. According to my >> tests it is about twice as fast as the current one (when fed with 1024 >> byte blocks). > > Good! > >> It also resolves a tiny issue: t

svn commit: r725972 - /james/server/trunk/build-tools/smoke.xml

2008-12-12 Thread rdonkin
Author: rdonkin Date: Fri Dec 12 03:45:07 2008 New Revision: 725972 URL: http://svn.apache.org/viewvc?rev=725972&view=rev Log: Define property to set ports once and only once. Callers may now override these as required. Modified: james/server/trunk/build-tools/smoke.xml Modified: james/serv

svn commit: r725971 - /james/server/trunk/build-tools/smoke.xml

2008-12-12 Thread rdonkin
Author: rdonkin Date: Fri Dec 12 03:32:40 2008 New Revision: 725971 URL: http://svn.apache.org/viewvc?rev=725971&view=rev Log: Add two users to allow more complex tests. Recreate these each time. Modified: james/server/trunk/build-tools/smoke.xml Modified: james/server/trunk/build-tools/smok

svn commit: r725962 - in /james/server/trunk: phoenix-deployment/ phoenix-deployment/src/conf/ phoenix-deployment/src/java/org/apache/james/phoenix/ spoolmanager-function/src/main/java/org/apache/jame

2008-12-12 Thread rdonkin
Author: rdonkin Date: Fri Dec 12 03:02:01 2008 New Revision: 725962 URL: http://svn.apache.org/viewvc?rev=725962&view=rev Log: Basic support for injecting @Resource setters. Only phoenix block names are supported. Added: james/server/trunk/phoenix-deployment/src/java/org/apache/james/phoeni

Re: [mime4j] New Base64OutputStream

2008-12-12 Thread Stefano Bagnara
Markus Wiederkehr ha scritto: > I have written a new Base64OutputStream for Mime4j. According to my > tests it is about twice as fast as the current one (when fed with 1024 > byte blocks). Good! > It also resolves a tiny issue: the current implementation still > appends _two_ CRLFs at the end of

Re: [mime4j] New Base64OutputStream

2008-12-12 Thread Robert Burrell Donkin
On Fri, Dec 12, 2008 at 6:38 AM, Norman Maurer wrote: > Hi Markus, > > I think the best solution would be to open an jira for at james, JIRAs for tasks are not compulsory but are a useful form of communication for complex topics and they do make it easier to create release notes > and then try >

JAMES Server Nightly Build Report

2008-12-12 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below: -