[jira] Resolved: (HUPA-54) DownloadAttachmentServlet should use IOUtils.closeQueitly

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved HUPA-54. --- Resolution: Fixed Fix Version/s: 0.1 Thx for the patch... applied to trunk > DownloadAttachmentS

svn commit: r883820 - /james/hupa/trunk/server/src/main/java/org/apache/hupa/server/servlet/DownloadAttachmentServlet.java

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 19:14:39 2009 New Revision: 883820 URL: http://svn.apache.org/viewvc?rev=883820&view=rev Log: Use IoUtils to close streams to simplify the code (HUPA-54). Thx to Eric Jablow for the patch Modified: james/hupa/trunk/server/src/main/java/org/apache/hupa/server/

[jira] Resolved: (HUPA-55) MessageSourceServlet has a close() not in a finally block.

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved HUPA-55. --- Resolution: Fixed Fix Version/s: 0.1 committed to trunk..Thx! > MessageSourceServlet has a close

svn commit: r883814 - /james/hupa/trunk/server/src/main/java/org/apache/hupa/server/servlet/MessageSourceServlet.java

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 18:58:39 2009 New Revision: 883814 URL: http://svn.apache.org/viewvc?rev=883814&view=rev Log: MessageSourceServlet had a close() not in a finally block (HUPA-55).Thx to Eric Jablow for the patch. Modified: james/hupa/trunk/server/src/main/java/org/apache/hup

[jira] Resolved: (JAMES-439) Generate an Eclipse .classpath file during build

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-439. - Resolution: Won't Fix I think that is not needed anymore. mvn takes care of this.. > Generate an

Re: svn commit: r883284 - /james/hupa/trunk/README.txt

2009-11-24 Thread Stefano Bagnara
2009/11/24 Manuel Carrasco Moñino : > I just wanted to open a thread about the svn:special property. I've used it > in unixes for a long, but no experience at all in windows. Please note, if you use linux as your dev environment for Hupa feel free to add the properties you need to automatically cr

Re: svn commit: r883284 - /james/hupa/trunk/README.txt

2009-11-24 Thread Manuel Carrasco Moñino
On Tue, Nov 24, 2009 at 4:10 PM, Stefano Bagnara wrote: > 2009/11/24 Manuel Carrasco Moñino > > > > Hi, > > > > Subversion allows having symbolic links into the repository, so it would > be > > better do this with 'war' directory pointing to 'client/war'. > > I think in windows svn client should

svn commit: r883793 - /james/server/trunk/avalon-socket-library/src/main/java/org/apache/james/socket/AvalonProtocolServer.java

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 17:16:32 2009 New Revision: 883793 URL: http://svn.apache.org/viewvc?rev=883793&view=rev Log: Make sure server implementations which use excalibur sockets are working without the need of an avalonaware container Modified: james/server/trunk/avalon-socket-libr

[jira] Resolved: (JAMES-923) [smtp] Replace Avalon interfaces with injection

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-923. - Resolution: Fixed Fix Version/s: Trunk 3.0-M1 Assignee: Norman M

svn commit: r883789 - in /james/server/trunk: avalon-socket-library/src/main/java/org/apache/james/socket/ nntpserver-function/src/main/java/org/apache/james/nntpserver/ pop3server-function/src/main/j

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 17:09:14 2009 New Revision: 883789 URL: http://svn.apache.org/viewvc?rev=883789&view=rev Log: Make sure server implementations which use excalibur sockets are working without the need of an avalonaware container Modified: james/server/trunk/avalon-socket-libr

svn commit: r883773 - /james/server/trunk/fetchmail-function/pom.xml

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 16:39:11 2009 New Revision: 883773 URL: http://svn.apache.org/viewvc?rev=883773&view=rev Log: fix m2 dependencies Modified: james/server/trunk/fetchmail-function/pom.xml Modified: james/server/trunk/fetchmail-function/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r883772 - in /james/server/trunk: phoenix-deployment/src/test/org/apache/james/ spoolmanager-function/src/main/java/org/apache/james/transport/mailets/ spoolmanager-function/src/test/java/

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 16:36:56 2009 New Revision: 883772 URL: http://svn.apache.org/viewvc?rev=883772&view=rev Log: More decoupling of Avalon to move to Guice (JAMES-893) Modified: james/server/trunk/phoenix-deployment/src/test/org/apache/james/AvalonJamesTest.java james/serve

[jira] Assigned: (JAMES-932) James 'initialize' reports deprecated config

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer reassigned JAMES-932: --- Assignee: Norman Maurer > James 'initialize' reports deprecated config > ---

[jira] Resolved: (JAMES-112) EJB Session bean remote manager

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-112. - Resolution: Won't Fix > EJB Session bean remote manager > --- > >

[jira] Resolved: (JAMES-347) make POP3Handler.java/POP3Server.java and AvalonUsersStore.java extensible

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-347. - Resolution: Fixed Fix Version/s: 3.0-M1 3.0 I think thats done now > ma

[jira] Resolved: (JAMES-933) Refactor SMTPServer to use MINA for sockets

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-933. - Resolution: Fixed Fix Version/s: Trunk 3.0-M1 Its now in trunk called As

[jira] Resolved: (JAMES-820) java.io.IOException: Unknown encoding: 8-bit in AttachmentFileNameIs matcher

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-820. - Resolution: Won't Fix Fix Version/s: 3.0-M1 3.0 2.3.3

[jira] Assigned: (JAMES-911) Migrate from Avalon to something else

2009-11-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer reassigned JAMES-911: --- Assignee: Norman Maurer > Migrate from Avalon to something else >

svn commit: r883728 - /james/server/trunk/common-util/src/main/java/org/apache/james/util/ConfigurationAdapter.java

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 15:34:18 2009 New Revision: 883728 URL: http://svn.apache.org/viewvc?rev=883728&view=rev Log: make sure mailet configurations could get parsed correctly Modified: james/server/trunk/common-util/src/main/java/org/apache/james/util/ConfigurationAdapter.java Mod

svn commit: r883725 - in /james/server/trunk: phoenix-deployment/src/test/org/apache/james/ spoolmanager-function/src/main/java/org/apache/james/ spoolmanager-function/src/main/java/org/apache/james/t

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 15:11:14 2009 New Revision: 883725 URL: http://svn.apache.org/viewvc?rev=883725&view=rev Log: More decoupling of Avalon to move to Guice (JAMES-893) Modified: james/server/trunk/phoenix-deployment/src/test/org/apache/james/AvalonJamesTest.java james/serve

Re: svn commit: r883284 - /james/hupa/trunk/README.txt

2009-11-24 Thread Stefano Bagnara
2009/11/24 Manuel Carrasco Moñino > > Hi, > > Subversion allows having symbolic links into the repository, so it would be > better do this with 'war' directory pointing to 'client/war'. > I think in windows svn client should use the most appropriate thing to > handle it (junction in ntfs, or whate

svn commit: r883716 - /james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/AvalonJames.java

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 14:56:42 2009 New Revision: 883716 URL: http://svn.apache.org/viewvc?rev=883716&view=rev Log: missing injection Modified: james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/AvalonJames.java Modified: james/server/trunk/spoolmanager-funct

svn commit: r883705 - in /james/server/trunk: fetchmail-function/src/main/java/org/apache/james/fetchmail/ fetchmail-function/src/main/resources/org/apache/james/fetchmail/ phoenix-deployment/src/conf

2009-11-24 Thread norman
Author: norman Date: Tue Nov 24 14:45:05 2009 New Revision: 883705 URL: http://svn.apache.org/viewvc?rev=883705&view=rev Log: More decoupling of Avalon to move to Guice (JAMES-893) Added: james/server/trunk/fetchmail-function/src/main/java/org/apache/james/fetchmail/AvalonFetchScheduler.java

Re: svn commit: r883284 - /james/hupa/trunk/README.txt

2009-11-24 Thread Manuel Carrasco Moñino
Hi, Subversion allows having symbolic links into the repository, so it would be better do this with 'war' directory pointing to 'client/war'. I think in windows svn client should use the most appropriate thing to handle it (junction in ntfs, or whatever). What do you guys think? Manolo On Mon, N

JAMES Server Nightly Build Report

2009-11-24 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: -