Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 68294 invoked from network); 13 Nov 2009 22:33:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 22:33:26 -0000 Received: (qmail 55171 invoked by uid 500); 13 Nov 2009 22:33:25 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 55096 invoked by uid 500); 13 Nov 2009 22:33:25 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 55086 invoked by uid 99); 13 Nov 2009 22:33:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 22:33:25 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FB_WORD1_END_DOLLAR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 22:33:16 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 32B6715F00BD for ; Fri, 13 Nov 2009 16:32:55 -0600 (CST) Date: Fri, 13 Nov 2009 16:32:55 -0600 (CST) From: "Tiago Fernandez (JIRA)" To: issues@maven.apache.org Message-ID: <13061854.11769.1258151575145.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <3866728.11740.1258148695198.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (MNG-4442) Classworlds launcher can't be found on Mac OS X MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MNG-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=198274#action_198274 ] Tiago Fernandez commented on MNG-4442: -------------------------------------- Thanks guys for checking this out so quickly! Matt's tips got the issue fixed for me: "/usr/bin/mvn" was really in the way. Cheers. > Classworlds launcher can't be found on Mac OS X > ----------------------------------------------- > > Key: MNG-4442 > URL: http://jira.codehaus.org/browse/MNG-4442 > Project: Maven 2 > Issue Type: Bug > Components: Bootstrap & Build > Affects Versions: 3.0-alpha-3 > Environment: Mac OS X 10.5.8 > Reporter: Tiago Fernandez > Assignee: Benjamin Bentmann > > After installing Maven 3.0-alpha-3 on Windows I can check its version without any problem, but that's not the case for OS X: > MacBook-Pro:~ tiago$ mvn -v > Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher > Renaming ${M2_HOME}/boot/plexus-classworlds-2.2.2.jar to ${M2_HOME}/boot/classworlds-2.2.2.jar fixes the issue, but I am sure this ain't the proper fix. > Possibly related issue: MNG-2692 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira