works here...

Are you sure you use jdk 1.6 ?

bye
norman

Am Dienstag, 14. Juni 2011 schrieb Eric Charles <e...@apache.org>:
> Btw, MaildirFolder gives compile errors:
>
> Exception in thread "pool-1-thread-160" java.lang.Error: Unresolved 
> compilation problem:
>         The method execute(MailboxSession, MailboxPath) of type new 
> MailboxPathLocker.LockAwareExecution(){} must override a superclass method
>
> Tks,
> - Eric
>
>
>
> On 14/06/11 06:42, e...@apache.org wrote:
>
> Author: eric
> Date: Tue Jun 14 04:42:40 2011
> New Revision: 1135380
>
> URL: http://svn.apache.org/viewvc?rev=1135380&view=rev
> Log:
> Remove logging I committed by error some time ago.
>
> Modified:
>      
> james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java
>
> Modified: 
> james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java
> URL: 
> http://svn.apache.org/viewvc/james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java?rev=1135380&r1=1135379&r2=1135380&view=diff
> ==============================================================================
> --- 
> james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java
>  (original)
> +++ 
> james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java
>  Tue Jun 14 04:42:40 2011
> @@ -79,7 +79,6 @@ public class MaildirFolder {
>        * @param absPath The absolute path of the mailbox folder
>        */
>       public MaildirFolder(String absPath, MailboxPath path, 
> MailboxPathLocker locker) {
> -        log.debug("=====>  absPath=" + absPath + " - " + this.hashCode());
>           this.rootFolder = new File(absPath);
>           this.curFolder = new File(rootFolder, CUR);
>           this.newFolder = new File(rootFolder, NEW);
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
> For additional commands, e-mail: server-dev-h...@james.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
> For additional commands, e-mail: server-dev-h...@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to