JAMES Server Nightly Build Report

2008-09-10 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: -

[jira] Commented: (JAMES-767) exception when shutting down server

2008-09-10 Thread Markus Wiederkehr (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629871#action_12629871 ] Markus Wiederkehr commented on JAMES-767: - This also happens with phoenix.sh start/s

[jira] Commented: (JAMES-767) exception when shutting down server

2008-09-10 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629881#action_12629881 ] Stefano Bagnara commented on JAMES-767: --- It is an issue in a component we use. In the

svn commit: r693998 - /james/server/trunk/imapserver-function/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:31:03 2008 New Revision: 693998 URL: http://svn.apache.org/viewvc?rev=693998&view=rev Log: reintroduce imapserver-function to move some code out from phoenix-deployment Added: james/server/trunk/imapserver-function/ --

svn commit: r693999 - in /james/server/trunk/imapserver-function: LICENSE.txt NOTICE.txt build.xml pom.xml src/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:32:26 2008 New Revision: 693999 URL: http://svn.apache.org/viewvc?rev=693999&view=rev Log: reintroduce imapserver-function to move some code out from phoenix-deployment Added: james/server/trunk/imapserver-function/LICENSE.txt - copied unchanged from r69

svn commit: r694001 - in /james/server/trunk/imapserver-function/src: main/java/org/ test/java/org/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:33:12 2008 New Revision: 694001 URL: http://svn.apache.org/viewvc?rev=694001&view=rev Log: reintroduce imapserver-function to move some code out from phoenix-deployment Removed: james/server/trunk/imapserver-function/src/main/java/org/ james/server/trunk/i

svn commit: r694003 - /james/server/trunk/imapserver-function/src/test/java/org/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:34:38 2008 New Revision: 694003 URL: http://svn.apache.org/viewvc?rev=694003&view=rev Log: reintroduce imapserver-function to move some code out from phoenix-deployment Added: james/server/trunk/imapserver-function/src/test/java/org/ - copied from r69400

svn commit: r694002 - in /james/server/trunk/imapserver-function/src/main/java: org/ sieveConfig.xml

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:34:09 2008 New Revision: 694002 URL: http://svn.apache.org/viewvc?rev=694002&view=rev Log: reintroduce imapserver-function to move some code out from phoenix-deployment Added: james/server/trunk/imapserver-function/src/main/java/org/ - copied from r69400

svn commit: r694007 - in /james/server/trunk/imapserver-function: build.xml pom.xml src/main/java/org/apache/james/Main.java src/test/java/org/apache/james/JamesTest.java src/test/java/org/apache/jame

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:41:18 2008 New Revision: 694007 URL: http://svn.apache.org/viewvc?rev=694007&view=rev Log: reintroduce imapserver-function to move some code out from phoenix-deployment Removed: james/server/trunk/imapserver-function/src/main/java/org/apache/james/Main.java

svn commit: r694008 - in /james/server/trunk/imapserver-function/src: main/java/org/apache/james/context/ main/java/org/apache/james/phoenix/jcr/ main/java/org/apache/james/phoenix/jms/ main/resources

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:41:26 2008 New Revision: 694008 URL: http://svn.apache.org/viewvc?rev=694008&view=rev Log: reintroduce imapserver-function to move some code out from phoenix-deployment Removed: james/server/trunk/imapserver-function/src/main/java/org/apache/james/context/

svn commit: r694009 - /james/server/trunk/build-tools/common-build.xml

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:45:58 2008 New Revision: 694009 URL: http://svn.apache.org/viewvc?rev=694009&view=rev Log: Include imap jars while building. They are a dependency like anything else from stage. Modified: james/server/trunk/build-tools/common-build.xml Modified: james/server

svn commit: r694011 - in /james/server/trunk/basic-user-function/src: main/java/org/apache/james/user/impl/file/ test/java/org/apache/james/user/impl/file/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:47:34 2008 New Revision: 694011 URL: http://svn.apache.org/viewvc?rev=694011&view=rev Log: move FileUserMetaDataRepository to imapserver-function (a function cannot depend on another function) Removed: james/server/trunk/basic-user-function/src/main/java/org

svn commit: r694010 - in /james/server/trunk/imapserver-function/src: main/java/org/apache/james/user/ main/java/org/apache/james/user/impl/ main/java/org/apache/james/user/impl/file/ test/java/org/ap

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:47:29 2008 New Revision: 694010 URL: http://svn.apache.org/viewvc?rev=694010&view=rev Log: move FileUserMetaDataRepository to imapserver-function (a function cannot depend on another function) Added: james/server/trunk/imapserver-function/src/main/java/org/ap

svn commit: r694014 - in /james/server/trunk/phoenix-deployment/src: java/org/apache/james/experimental/imapserver/ java/org/apache/james/phoenix/user/ java/org/apache/james/transport/mailets/sieve/ t

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:50:23 2008 New Revision: 694014 URL: http://svn.apache.org/viewvc?rev=694014&view=rev Log: Remove from phoenix-deployment classes moved to imapserver-function Removed: james/server/trunk/phoenix-deployment/src/java/org/apache/james/experimental/imapserver/

svn commit: r694016 - /james/server/trunk/pom.xml

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:50:43 2008 New Revision: 694016 URL: http://svn.apache.org/viewvc?rev=694016&view=rev Log: Add imapserver-function module to m2 build Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/server/tru

svn commit: r694013 - /james/server/trunk/phoenix-deployment/src/java/sieveConfig.xml

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:50:16 2008 New Revision: 694013 URL: http://svn.apache.org/viewvc?rev=694013&view=rev Log: Remove from phoenix-deployment classes moved to imapserver-function Removed: james/server/trunk/phoenix-deployment/src/java/sieveConfig.xml ---

svn commit: r694021 - in /james/server/trunk/imapserver-function/src/main: java/org/apache/james/experimental/imapserver/ java/org/apache/james/imapserver/codec/encode/main/ java/org/apache/james/imap

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 14:58:20 2008 New Revision: 694021 URL: http://svn.apache.org/viewvc?rev=694021&view=rev Log: Move xinfo files from java to resources for imapserver-function Added: james/server/trunk/imapserver-function/src/main/resources/org/apache/james/experimental/ jam

svn commit: r694025 - in /james/server/trunk/imapserver-function: ./ src/main/java/sieveConfig.xml src/main/resources/sieveConfig.xml

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:04:11 2008 New Revision: 694025 URL: http://svn.apache.org/viewvc?rev=694025&view=rev Log: Move xml files from java to resources for imapserver-function Added: james/server/trunk/imapserver-function/src/main/resources/sieveConfig.xml (props changed) -

svn commit: r694026 - /james/server/trunk/imapserver-function/src/main/java/org/apache/james/imapserver/codec/encode/main/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:04:16 2008 New Revision: 694026 URL: http://svn.apache.org/viewvc?rev=694026&view=rev Log: Move xml files from java to resources for imapserver-function Removed: james/server/trunk/imapserver-function/src/main/java/org/apache/james/imapserver/codec/encode/mai

svn commit: r694027 - in /james/server/trunk/phoenix-deployment/src/java/org/apache/james: experimental/ imapserver/codec/encode/main/ imapserver/phoenix/ mailboxmanager/impl/ mailboxmanager/torque/ t

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:05:07 2008 New Revision: 694027 URL: http://svn.apache.org/viewvc?rev=694027&view=rev Log: Remove from phoenix-deployment files copied to imapserver-function Removed: james/server/trunk/phoenix-deployment/src/java/org/apache/james/experimental/ james/ser

svn commit: r694028 - in /james/server/trunk: phoenix-deployment-refactor/src/main/java/org/apache/james/imapserver/ phoenix-deployment-refactor/src/main/java/org/apache/james/mailboxmanager/ phoenix-

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:09:22 2008 New Revision: 694028 URL: http://svn.apache.org/viewvc?rev=694028&view=rev Log: Remove from phoenix-deployment and phoenix-deployment-refactor files/folders copied to imapserver-function Removed: james/server/trunk/phoenix-deployment-refactor/src/

svn commit: r694029 - in /james/server/trunk: phoenix-deployment-refactor/ phoenix-deployment-refactor/src/assemble/ stage/org.apache.james/jars/ stage/org.apache.james/poms/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:10:18 2008 New Revision: 694029 URL: http://svn.apache.org/viewvc?rev=694029&view=rev Log: sar creation support for m2 build of phoenix-deployment-refactor. Both builds correctly create a sar file now. Added: james/server/trunk/stage/org.apache.james/jars/ple

svn commit: r694030 - /james/server/trunk/imapserver-function/pom.xml

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:11:49 2008 New Revision: 694030 URL: http://svn.apache.org/viewvc?rev=694030&view=rev Log: Attempt to fix m2 build for imapserver-function Modified: james/server/trunk/imapserver-function/pom.xml Modified: james/server/trunk/imapserver-function/pom.xml URL:

svn commit: r694033 - /james/server/trunk/imapserver-function/pom.xml

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:21:33 2008 New Revision: 694033 URL: http://svn.apache.org/viewvc?rev=694033&view=rev Log: few more dependencies for m2 build of imapserver-function Modified: james/server/trunk/imapserver-function/pom.xml Modified: james/server/trunk/imapserver-function/pom.

svn commit: r694037 - /james/server/trunk/imapserver-function/src/main/java/org/apache/james/transport/mailets/sieve/PosterMailboxAdapter.java

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:25:13 2008 New Revision: 694037 URL: http://svn.apache.org/viewvc?rev=694037&view=rev Log: trying to avoid function-to-function dependencies Modified: james/server/trunk/imapserver-function/src/main/java/org/apache/james/transport/mailets/sieve/PosterMailboxA

svn commit: r694038 - in /james/server/trunk/imapserver-function/src/main/java/org/apache/james/mailboxmanager/torque: DefaultUserManager.java PheonixUserManager.java

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:26:18 2008 New Revision: 694038 URL: http://svn.apache.org/viewvc?rev=694038&view=rev Log: Rename non phoenix specific class to DefaultUserManager. I was about fixing the typo (phEOnix vs phOEnix) and decided to name it Default. Added: james/server/trunk/ima

svn commit: r694040 - /james/server/trunk/phoenix-deployment-refactor/src/python/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:31:17 2008 New Revision: 694040 URL: http://svn.apache.org/viewvc?rev=694040&view=rev Log: better to use a single module even when "refactored" to avoid module prolification and adding a new layer to the ant build. Added: james/server/trunk/phoenix-deployment

svn commit: r694042 - /james/server/trunk/phoenix-deployment-refactor/python/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:34:24 2008 New Revision: 694042 URL: http://svn.apache.org/viewvc?rev=694042&view=rev Log: better to use a single module even when "refactored" to avoid module prolification and adding a new layer to the ant build. Added: james/server/trunk/phoenix-deployment

svn commit: r694043 - /james/server/trunk/phoenix-deployment-refactor/phoenix-bin/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:36:17 2008 New Revision: 694043 URL: http://svn.apache.org/viewvc?rev=694043&view=rev Log: better to use a single module even when "refactored" to avoid module prolification and adding a new layer to the ant build. Added: james/server/trunk/phoenix-deployment

svn commit: r694046 - /james/server/trunk/phoenix-deployment-refactor/python/

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:37:47 2008 New Revision: 694046 URL: http://svn.apache.org/viewvc?rev=694046&view=rev Log: deleting a folder copied by mistake Removed: james/server/trunk/phoenix-deployment-refactor/python/ ---

svn commit: r694052 - /james/server/trunk/core-library/src/test/java/org/apache/james/core/MimeMessageTest.java

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 15:48:12 2008 New Revision: 694052 URL: http://svn.apache.org/viewvc?rev=694052&view=rev Log: Added a commented example test to prove a GERONIMO bug. We could uncomment this once geronimo will release a new version. Modified: james/server/trunk/core-library/src

svn commit: r694056 - /james/server/trunk/imapserver-function/pom.xml

2008-09-10 Thread bago
Author: bago Date: Wed Sep 10 16:02:04 2008 New Revision: 694056 URL: http://svn.apache.org/viewvc?rev=694056&view=rev Log: few more dependencies for m2 build of imapserver-function Modified: james/server/trunk/imapserver-function/pom.xml Modified: james/server/trunk/imapserver-function/pom.

[g...@vmgump]: Project james-jsieve (in module james-jsieve) failed

2008-09-10 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project james-jsieve has an issue affecting its community integration. This issue affects