Re: Non stopping maven site generation

2011-04-12 Thread Felix Knecht
Hi Eric Anybody experiencing some infinite mvn site. It happens since end of last week when suddenly the javadoc was also generated with the site (before, I had to explicitly ask javadoc:javadoc). Even with mvn site -Dmaven.javadoc.skip=true, it loops infinitely (site is correctly generated).

Re: Non stopping maven site generation

2011-04-12 Thread Eric Charles
[1] http://svn.apache.org/viewvc?rev=1090130view=rev Hi Felix, I missed your commit, but end of last week was quite busy on ml for gsoc, doc,... Btw, I also like this cause I can remove javadoc:javadoc from my todo stack. What about setting this in the james parent (project) pom, rather

Build failed in Jenkins: mailbox-integration-tests ยป Apache James Mailbox Integration Tester #258

2011-04-12 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/org.apache.james$apache-james-mailbox-integration-tester/258/ -- [...truncated 299 lines...] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.682 sec Running

Build failed in Jenkins: mailbox-integration-tests #258

2011-04-12 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/258/ -- [...truncated 360 lines...] Location: /org/apache/james/imap/scripts/UidSearchAtoms.test:2073 LastClientMsg: A142 UID SEARCH *:10 Expected: '\* SEARCH 21 22 23 24 25 26 27 28 29 30'

svn commit: r1091410 - in /james/server/trunk/src/site/xdoc: config-mailbox.xml config-mailetcontainer.xml config-recipientrewritetable.xml config-users.xml

2011-04-12 Thread eric
Author: eric Date: Tue Apr 12 13:48:55 2011 New Revision: 1091410 URL: http://svn.apache.org/viewvc?rev=1091410view=rev Log: User and Mailbox configuration documentation (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/config-mailbox.xml

svn commit: r1091464 - /james/server/trunk/protocols-library/src/main/java/org/apache/james/protocols/lib/netty/AbstractConfigurableAsyncServer.java

2011-04-12 Thread norman
Author: norman Date: Tue Apr 12 15:22:55 2011 New Revision: 1091464 URL: http://svn.apache.org/viewvc?rev=1091464view=rev Log: Enable tcp keep-alives to be sure the socket is not closed by the client if nothing seems to happen on heavy operations Modified:

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-12 Thread AAMIR KHAN
Hi Eric, I would like to have your comments over my proposal. On Sat, Apr 9, 2011 at 10:00 AM, Eric Charles e...@apache.org wrote: Hi Aamir, The error message came probably from google closing the applications. http://twitter.com/#!/gsoc/status/56431319927889921 I now have access again to

[jira] [Created] (IMAP-296) Send hearbeats during COPY

2011-04-12 Thread Norman Maurer (JIRA)
Send hearbeats during COPY Key: IMAP-296 URL: https://issues.apache.org/jira/browse/IMAP-296 Project: JAMES Imap Issue Type: Improvement Components: Protocol Affects Versions: 0.2-M1

svn commit: r1091555 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/CopyProcessor.java

2011-04-12 Thread norman
Author: norman Date: Tue Apr 12 19:30:18 2011 New Revision: 1091555 URL: http://svn.apache.org/viewvc?rev=1091555view=rev Log: Send heartbeats during COPY. This only works at with OioIMAPServer, so its just a workaround yet. See IMAP-296 Modified:

svn commit: r1091556 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/IdleProcessor.java

2011-04-12 Thread norman
Author: norman Date: Tue Apr 12 19:33:04 2011 New Revision: 1091556 URL: http://svn.apache.org/viewvc?rev=1091556view=rev Log: Remove future from session after cancel it Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/IdleProcessor.java Modified:

[jira] [Commented] (MAILBOX-45) [gsoc2011] Design and Implement Mailbox with NoSQL Storage

2011-04-12 Thread Aamir Khan (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019009#comment-13019009 ] Aamir Khan commented on MAILBOX-45: --- Hi Eric Do we have some kind of IRC channel for

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-12 Thread AAMIR KHAN
I have started following books over Beginning CouchDBhttp://www.amazon.com/Beginning-CouchDB-Joe-Lennon/dp/1430272376 and i am trying to design the database implementation for mail storage. First of all i want to get your feedbacks over my

Build failed in Jenkins: james-server-trunk #1471

2011-04-12 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/james-server-trunk/1471/ -- Started by upstream project protocols-trunk build number 1005 Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field

Re: Non stopping maven site generation

2011-04-12 Thread Eric Charles
Hi, I tried on another env, and it builds fine. Sorry for the noise. Felix, are you in favor to move the javadoc directive from server's pom.xml to project's pom.xml ? Tks, - Eric On 12/04/2011 10:53, Eric Charles wrote: [1] http://svn.apache.org/viewvc?rev=1090130view=rev Hi Felix, I

svn commit: r1091640 - in /james/server/trunk/src/site/xdoc: config-mailrepositorystore.xml config-users.xml feature-persistence.xml

2011-04-12 Thread eric
Author: eric Date: Wed Apr 13 04:19:32 2011 New Revision: 1091640 URL: http://svn.apache.org/viewvc?rev=1091640view=rev Log: mailrepository and users configuration documentation (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/config-mailrepositorystore.xml

[jira] [Commented] (MAILBOX-45) [gsoc2011] Design and Implement Mailbox with NoSQL Storage

2011-04-12 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019196#comment-13019196 ] Eric Charles commented on MAILBOX-45: - Hi Aamir, We've got #james on freenode. I will

svn commit: r1091645 - in /james: project/trunk/project/pom.xml server/trunk/pom.xml

2011-04-12 Thread felixk
Author: felixk Date: Wed Apr 13 04:44:45 2011 New Revision: 1091645 URL: http://svn.apache.org/viewvc?rev=1091645view=rev Log: Have javadocs generated when either running mvn site or mvn site -Psite-reports, but not for the goals install/deploy. Move this to from server to project pom.xml

Re: Non stopping maven site generation

2011-04-12 Thread Felix Knecht
On 04/13/2011 05:48 AM, Eric Charles wrote: Hi, I tried on another env, and it builds fine. Sorry for the noise. Felix, are you in favor to move the javadoc directive from server's pom.xml to project's pom.xml ? Done, http://svn.apache.org/viewvc?rev=1091645view=rev Regards Felix Tks, -

svn commit: r1091648 - in /james/server/trunk/src/site/xdoc: config-dnsservice.xml config-ssl-tls.xml

2011-04-12 Thread eric
Author: eric Date: Wed Apr 13 04:47:40 2011 New Revision: 1091648 URL: http://svn.apache.org/viewvc?rev=1091648view=rev Log: dnsservice and ssl configuration documentation (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/config-dnsservice.xml