Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 65088 invoked from network); 8 Apr 2008 11:41:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 11:41:34 -0000 Received: (qmail 54371 invoked by uid 500); 8 Apr 2008 11:41:34 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 54339 invoked by uid 500); 8 Apr 2008 11:41:34 -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 54328 invoked by uid 99); 8 Apr 2008 11:41:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 04:41:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=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; Tue, 08 Apr 2008 11:40:38 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 4954114A803E for ; Tue, 8 Apr 2008 06:40:58 -0500 (CDT) Message-ID: <9940009.1207654858279.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 8 Apr 2008 06:40:58 -0500 (CDT) From: "Andrzej Swedrzynski (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (MECLIPSE-403) mvn eclipse:eclipse ends on ResourceNotFoundException In-Reply-To: <32875722.1205834028585.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MECLIPSE-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=130114#action_130114 ] Andrzej Swedrzynski commented on MECLIPSE-403: ---------------------------------------------- I just had this problem using maven-eclipse-plugin 2.5.1. After reverting to 2.4 it went fine. > mvn eclipse:eclipse ends on ResourceNotFoundException > ----------------------------------------------------- > > Key: MECLIPSE-403 > URL: http://jira.codehaus.org/browse/MECLIPSE-403 > Project: Maven 2.x Eclipse Plugin > Issue Type: Bug > Affects Versions: 2.5 > Environment: Linux > Reporter: Roman Pichlik > Priority: Blocker > > dagi@fajtl:~/xxx$ mvn eclipse:eclipse > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'eclipse'. > Downloading: http://el4.elca-services.ch/el4j/maven2repository/org/apache/maven/plugins/maven-eclipse-plugin/2.5/maven-eclipse-plugin-2.5.pom > WAGON_VERSION: 1.0-beta-2 > [INFO] ------------------------------------------------------------------------ > [INFO] Building persistence-utils > [INFO] task-segment: [eclipse:eclipse] > [INFO] ------------------------------------------------------------------------ > [INFO] Preparing eclipse:eclipse > [INFO] [buildnumber:create {execution: default}] > [INFO] Checking for local modifications: skipped. > [INFO] Updating project files from SCM: skipped. > [INFO] Storing buildNumber: 45203 at timestamp: 1205833791902 > ----------------------------------------------------- > this realm = app0.child-container[org.apache.maven.plugins:maven-eclipse-plugin] > urls[0] = file:/home/dagi/.m2/repository/org/apache/maven/plugins/maven-eclipse-plugin/2.5/maven-eclipse-plugin-2.5.jar > urls[1] = file:/home/dagi/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > Number of imports: 6 > import: org.codehaus.classworlds.Entry@4891bb28 > import: org.codehaus.classworlds.Entry@f8e44ca4 > import: org.codehaus.classworlds.Entry@c51bc9e7 > import: org.codehaus.classworlds.Entry@bece5185 > import: org.codehaus.classworlds.Entry@3fee8e37 > import: org.codehaus.classworlds.Entry@3fee19d8 > this realm = plexus.core > urls[0] = file:/usr/local/tools/maven-2.0.8/lib/maven-2.0.8-uber.jar > Number of imports: 6 > import: org.codehaus.classworlds.Entry@4891bb28 > import: org.codehaus.classworlds.Entry@f8e44ca4 > import: org.codehaus.classworlds.Entry@c51bc9e7 > import: org.codehaus.classworlds.Entry@bece5185 > import: org.codehaus.classworlds.Entry@3fee8e37 > import: org.codehaus.classworlds.Entry@3fee19d8 > ----------------------------------------------------- > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-eclipse-plugin:2.5:eclipse': Unable to find the mojo 'org.apache.maven.plugins:maven-eclipse-plugin:2.5:eclipse' in the plugin 'org.apache.maven.plugins:maven-eclipse-plugin' > org/codehaus/plexus/resource/loader/ResourceNotFoundException > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 2 seconds > [INFO] Finished at: Tue Mar 18 10:49:52 CET 2008 > [INFO] Final Memory: 9M/79M > [INFO] ------------------------------------------------------------------------ -- 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