[jira] Issue Comment Edited: (MPT-2) write maven plugin

2011-02-28 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/MPT-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000441#comment-13000441 ] Felix Knecht edited comment on MPT-2 at 2/28/11 6:15 PM: - Is this still

[jira] Commented: (MPT-2) write maven plugin

2011-02-28 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/MPT-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000441#comment-13000441 ] Felix Knecht commented on MPT-2: Is this still an issue > write maven plugin > ---

[jira] Commented: (IMAP-264) Replace commons-logging with slf4j

2011-02-28 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000403#comment-13000403 ] Felix Knecht commented on IMAP-264: --- Patch contributed in https://issues.apache.org/jira/b

[jira] Updated: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht updated JAMES-1149: Attachment: slfj4-server.patch - Server uses apache-mailet-2.4 which has deprecated methods in Mail

Re: Howto slf4j in Mailet (MailetContext)

2011-02-28 Thread Norman Maurer
Ok makes sense.. go ahead :) Bye, Norman 2011/2/28 Felix Knecht : > Up to now for info only these 2 methods exists: > > >    public void info(Object arg0) { >        context.log(arg0.toString()); > >    } > >    public void info(Object arg0, Throwable arg1) { >        context.log(arg0.toString(

Re: Howto slf4j in Mailet (MailetContext)

2011-02-28 Thread Felix Knecht
Up to now for info only these 2 methods exists: public void info(Object arg0) { context.log(arg0.toString()); } public void info(Object arg0, Throwable arg1) { context.log(arg0.toString(), arg1); } but there're more like e.g. the one showed below. To not swal

Re: Howto slf4j in Mailet (MailetContext)

2011-02-28 Thread Norman Maurer
Sorry I don't quite understand. Could you give a code-example how you would implement the MailetContextLog ? Thanks for all your help, Norman 2011/2/28 Felix Knecht : > Hi all > > Trying to fix [1] (jcl-over-slf4j) I realize that quite a lot of other James > projects needs to be migrated to slf4j

Howto slf4j in Mailet (MailetContext)

2011-02-28 Thread Felix Knecht
Hi all Trying to fix [1] (jcl-over-slf4j) I realize that quite a lot of other James projects needs to be migrated to slf4j as well. For some already a patch exists (imap, mailbox, protocols). Server uses org.apache.mailet.MailetContext from Mailet in some place to delegate logging. MailetConte

[jira] Resolved: (PROTOCOLS-20) Replace commons-logging with slf4j

2011-02-28 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-20. Resolution: Fixed Patch applied.. thanks to Felix Knecht! > Replace commons-logging with

svn commit: r1075302 - in /james/protocols/trunk: ./ api/ api/src/main/java/org/apache/james/protocols/api/ impl/ impl/src/main/java/org/apache/james/protocols/impl/ smtp/ smtp/src/test/java/org/apach

2011-02-28 Thread norman
Author: norman Date: Mon Feb 28 11:31:53 2011 New Revision: 1075302 URL: http://svn.apache.org/viewvc?rev=1075302&view=rev Log: Replace commons-logging with slf4j. Thanks to Felix Knecht for the patch. See PROTOCOLS-20 and JAMES-1149 Modified: james/protocols/trunk/api/pom.xml james/pro

[jira] Created: (PROTOCOLS-20) Replace commons-logging with slf4j

2011-02-28 Thread Norman Maurer (JIRA)
Replace commons-logging with slf4j -- Key: PROTOCOLS-20 URL: https://issues.apache.org/jira/browse/PROTOCOLS-20 Project: JAMES Protocols Issue Type: Task Reporter: Norman Maurer Assigne

[jira] Commented: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000230#comment-13000230 ] Norman Maurer commented on JAMES-1149: -- oh dear... I need more coffee. You are right.

[jira] Commented: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000223#comment-13000223 ] Felix Knecht commented on JAMES-1149: - Your talking about org.apache.james.protocols.s

[jira] Commented: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000193#comment-13000193 ] Norman Maurer commented on JAMES-1149: -- hmm.. I don't get why you print the log to st

[jira] Updated: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht updated JAMES-1149: Attachment: slfj4-protocols_1.patch Replaces slfj4-protocols.patch "I think we should at least cal

[jira] Commented: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000181#comment-13000181 ] Norman Maurer commented on JAMES-1149: -- I think we should at least call the wrapped l

[jira] Updated: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht updated JAMES-1149: Attachment: slfj4-protocols.patch In impl/src/main/java/org/apache/james/protocols/impl/SessionLog.

Hudson build is back to normal : hupa-trunk #180

2011-02-28 Thread Apache Hudson Server
See - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Hudson build is back to normal : hupa-trunk » hupa-widgets #180

2011-02-28 Thread Apache Hudson Server
See - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

[jira] Commented: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000169#comment-13000169 ] Felix Knecht commented on JAMES-1149: - Ok. So the logger shipped and used with James s

[jira] Commented: (JAMES-1149) Replace commons-logging with jcl-over-slf4j

2011-02-28 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000165#comment-13000165 ] Norman Maurer commented on JAMES-1149: -- Yeah sure.. but its a james server specific i

svn commit: r1075232 - /james/hupa/trunk/pom.xml

2011-02-28 Thread norman
Author: norman Date: Mon Feb 28 08:07:25 2011 New Revision: 1075232 URL: http://svn.apache.org/viewvc?rev=1075232&view=rev Log: Remove legacy repository declaration. Thanks to Felix Knecht for the patch. Modified: james/hupa/trunk/pom.xml Modified: james/hupa/trunk/pom.xml URL: http://svn.a