Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 14223 invoked from network); 6 Jun 2010 23:25:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Jun 2010 23:25:53 -0000 Received: (qmail 68921 invoked by uid 500); 6 Jun 2010 23:25:53 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 68858 invoked by uid 500); 6 Jun 2010 23:25:52 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 68850 invoked by uid 99); 6 Jun 2010 23:25:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jun 2010 23:25:52 +0000 X-ASF-Spam-Status: No, hits=-1998.9 required=10.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,URIBL_GREY X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 06 Jun 2010 23:25:50 +0000 Received: (qmail 14179 invoked by uid 99); 6 Jun 2010 23:25:28 -0000 Received: from localhost.apache.org (HELO mail-fx0-f43.google.com) (127.0.0.1) (smtp-auth username olamy, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jun 2010 23:25:28 +0000 Received: by fxm11 with SMTP id 11so1775035fxm.30 for ; Sun, 06 Jun 2010 16:25:26 -0700 (PDT) Received: by 10.204.34.140 with SMTP id l12mr5927000bkd.167.1275866726167; Sun, 06 Jun 2010 16:25:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.84.15 with HTTP; Sun, 6 Jun 2010 16:25:06 -0700 (PDT) From: Olivier Lamy Date: Mon, 7 Jun 2010 01:25:06 +0200 Message-ID: Subject: Maven3 with guice was Re: Maven 3 tests To: Maven Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have tested some builds. Some notes. I have this issues currently : java.lang.UnsupportedOperationException at java.util.AbstractMap.put(AbstractMap.java:186) at org.apache.maven.scm.manager.AbstractScmManager.setScmProvider(AbstractScmManager.java:93) Now the Map is not any more writable ? I'm not sure something like [1] will works now. (Not tested as I have to cut a release :-) ) AN other issue using the old plugin org.codehaus.plexus:plexus-maven-plugin give me : -----------------------------------------------------: NoClassDefFoundError: org.codehaus.plexus.personality.plexus.lifecycle.phase.Suspendable so upgrading to org.codehaus.plexus:plexus-component-metadata:1.5.4 fix the issue. I will tests it with some other build (@work). [1] http://code.google.com/p/maven-scm-provider-svnjava/wiki/UsingWithReleasePlugin 2010/6/7 Jemos Infra : > Hi all, > > I'm working on the Maven 3 branch created today by Olivier Lamy > > [email quote] > stuff is here : > http://svn.apache.org/repos/asf/maven/maven-3/branches/guice-support/ > > Thanks ! > [/email quote] > > This branch is supposed to have the Maven 3 version which uses Guice > instead of Plexus (actually still uses Plexus to startup but the wiring > is done by Guice). > > I noticed that from this branch the tests are still in Junit 3. Would it > be ok to move those to TestNG (preferred) or Junit 4? I could do some > work on these if you like. > > M. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > -- Olivier http://twitter.com/olamy http://fr.linkedin.com/in/olamy http://www.viadeo.com/fr/profile/olivier.lamy7 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org