JCR 2.0

2010-06-01 Thread Tim-Christian Mundt
Hi Norman, you are doing great stuff with introducing JCR into James. However, shouldn't we conform to the 2.0 specification? That would basically mean to use JQOM or SQL2 instead of XPATH (although I really like XPATH). Moreover, some of the methods used are deprecated, however, that's an easy

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

2010-06-01 Thread norman
Author: norman Date: Tue Jun 1 15:38:44 2010 New Revision: 950118 URL: http://svn.apache.org/viewvc?rev=950118view=rev Log: Update to dbcp 1.4 so the classloader works. Thx to Eric Charles for the patch (JAMES-1003) Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml

Re: JCR 2.0

2010-06-01 Thread Norman Maurer
Hi Tim, you are right we should remove deprecated usage. There is a jira for it but life keeps me busy atm... https://issues.apache.org/jira/browse/IMAP-119 Bye, Norman 2010/6/1 Tim-Christian Mundt d...@tim-erwin.de: Hi Norman, you are doing great stuff with introducing JCR into James.

Re: JCR 2.0

2010-06-01 Thread Tim-Christian Mundt
Norman, relax, this was no request nor do I think this is urgent. Just a thought due to the fact that the JCR stuff is new in James and should use the newest stuff. All the best for life :) Tim Am Dienstag, den 01.06.2010, 17:36 +0200 schrieb Norman Maurer: Hi Tim, you are right we should

skip tests

2010-06-01 Thread Tim-Christian Mundt
Hi, I did some work on the IMAP part today and would like to build. However, althoug I use mvn -Dmaven.test.skip=true package it executes the tests. And as Norman mentioned before, the tests to not yet pass for JCR: Results : Tests in error:

Re: skip tests

2010-06-01 Thread Norman Maurer
From BUILDING.txt: For just building without running junit tests: $ mvn clean package -Dmaven.test.skip.exec=true ;) Bye, Norman 2010/6/1 Tim-Christian Mundt d...@tim-erwin.de: Hi, I did some work on the IMAP part today and would like to build. However, althoug I use mvn

Re: skip tests

2010-06-01 Thread Stefano Bagnara
It's weird that -Dmaven.test.skip=true does not work. You may want to try with -DskipTests instead, but I'm not sure this will solve your issue. 2010/6/1 Tim-Christian Mundt d...@tim-erwin.de: Hi, I did some work on the IMAP part today and would like to build. However, althoug I use mvn

Re: skip tests

2010-06-01 Thread Tim-Christian Mundt
Am Dienstag, den 01.06.2010, 21:57 +0200 schrieb Stefano Bagnara: It's weird that -Dmaven.test.skip=true does not work. You may want to try with -DskipTests instead, but I'm not sure this will solve your issue. It does, thanks. 2010/6/1 Tim-Christian Mundt d...@tim-erwin.de: Hi, I

more maven

2010-06-01 Thread Tim-Christian Mundt
Hi guys, for maven stuff I could as well ask google, but this seems kinda james specific: how can I build a part of imap (e.g. jpa) with what I have in my working copy as dependency? It will use the downloaded artifacts instead which are in some cases not compatible (I changed several parts). Do

Re: more maven

2010-06-01 Thread Eric Charles
Hi Tim, I you do 'mvn install' on your dependency, your project should take this into account the 'last' dependency in place of the snapshot. But I'm not sure of this for james because I don't work as such (should test it). I use m2eclipse plugin for eclipse and take a little time to

svn commit: r950379 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractSenderAuthIdentifyVerificationRcptHook.java

2010-06-01 Thread norman
Author: norman Date: Wed Jun 2 05:55:38 2010 New Revision: 950379 URL: http://svn.apache.org/viewvc?rev=950379view=rev Log: Prevent NPE on null sender Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractSenderAuthIdentifyVerificationRcptHook.java

svn commit: r950380 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractSenderAuthIdentifyVerificationRcptHook.java

2010-06-01 Thread norman
Author: norman Date: Wed Jun 2 05:58:18 2010 New Revision: 950380 URL: http://svn.apache.org/viewvc?rev=950380view=rev Log: doh.. Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractSenderAuthIdentifyVerificationRcptHook.java Modified: