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
[
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
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
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
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
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,
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
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
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
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
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
[
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
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
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
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:
>>
>>>
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
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
[
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
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
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
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
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
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
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
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
>
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:
-
26 matches
Mail list logo