Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 60413 invoked from network); 2 Nov 2006 13:00:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 13:00:26 -0000 Received: (qmail 8894 invoked by uid 500); 2 Nov 2006 13:00:33 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 8876 invoked by uid 500); 2 Nov 2006 13:00:33 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 8864 invoked by uid 99); 2 Nov 2006 13:00:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 05:00:32 -0800 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sppatel@gmail.com designates 66.249.82.232 as permitted sender) Received: from [66.249.82.232] (HELO wx-out-0506.google.com) (66.249.82.232) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 05:00:16 -0800 Received: by wx-out-0506.google.com with SMTP id s14so113471wxc for ; Thu, 02 Nov 2006 04:59:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer:sender; b=a9aZWJhppCBOBiys/wujSwjvX51kPM+2g4iJlcnpT/VpzNlenNP1XY7S1P5nECCRt/EQQVPp+IqbI/H7EeLgQ3NahIfXPZQcsD6PAF4MSwofBPLI0qkwy0iz8VmU54iLM0pPiZaMWAa7gunQc2fhNjJM4qAUhmIBnrFtLqepJm8= Received: by 10.70.59.17 with SMTP id h17mr775248wxa.1162472395627; Thu, 02 Nov 2006 04:59:55 -0800 (PST) Received: from ?192.168.1.100? ( [71.77.23.166]) by mx.google.com with ESMTP id 38sm3515285wrl.2006.11.02.04.59.53; Thu, 02 Nov 2006 04:59:55 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <45498FF9.3050108@yahoo.com> References: <1162371354.72053.ezmlm@geronimo.apache.org> <45498FF9.3050108@yahoo.com> Content-Type: multipart/alternative; boundary=Apple-Mail-5--518394713 Message-Id: <0E09C8E5-DD02-44EF-B78B-1E04A07A73E0@gmail.com> From: Sachin Patel Subject: Re: Installing Eclipse Geronimo plugin -- 17 artifacts missing Date: Thu, 2 Nov 2006 07:59:58 -0500 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Sachin Patel X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-5--518394713 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hubert's response is correct. You don't need to build in order to install it. You can simply pull the daily driver. As far as your build error, I'm not sure... looks like the build died extremely early. Look in your maven repo, do you see the eclipse distributions downloaded in /.m2/repository/eclipse/distributions/ ? If no you may have had a network connection error attempting to download it. On Nov 2, 2006, at 1:28 AM, Lars Erlandsen wrote: > Hi, > > I apologise if this question has been answered already, but I > cannot find any traces anywhere... > > I hand downloaded and installed Apache Geronimo 1.1, and got it > running. Now I have turned my attention to getting the Geronimo > Eclipse plugin installed. > > I have followed the build instruction in http://cwiki.apache.org/ > confluence/display/GMOxDOC11/Geronimo+Eclipse+Plugin+FAQ. I > downloaded the code with: > > svn co https://svn.apache.org/repos/asf/geronimo/devtools/eclipse- > plugin/trunk/ geronimo-eclipse > > I have set MAVEN_OPTS="-Xms512m -Xmx512m -XX:MaxPermSize=256m" > > Then I simply typed 'mvn'. > > A good while later, several packages have been downloaded, but the > installation fails with complaints of missing artifacts: > > lerlands@lenny:~/src/java/Geronimo/geronimo-eclipse$ mvn > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] Geronimo Eclipse Plugin :: Eclipse Deployment Support > [INFO] Maven EMF Plugin > [INFO] Root POM :: geronimo-eclipse-plugin > [INFO] Geronimo Devtools Maven Plugin > [INFO] geronimo-emf-parent > [INFO] geronimo-common-emf > [INFO] geronimo-1.0-emf > [INFO] geronimo-1.1-emf > [INFO] Parent POM :: eclipse-plugins-parent > [INFO] org.apache.geronimo.runtime.common > [INFO] org.apache.geronimo.st.core > [INFO] org.apache.geronimo.common.deployment.model > [INFO] org.apache.geronimo.runtime.v1 > [INFO] org.apache.geronimo.deployment.model > [INFO] org.apache.geronimo.st.v1.core > [INFO] org.apache.geronimo.v11.deployment.model > [INFO] org.apache.geronimo.runtime.v11 > [INFO] org.apache.geronimo.st.v11.core > [INFO] org.apache.geronimo.st.ui > [INFO] org.apache.geronimo.common.deployment.model.edit > [INFO] org.apache.geronimo.deployment.model.edit > [INFO] org.apache.geronimo.st.v1.ui > [INFO] org.apache.geronimo.v11.deployment.model.edit > [INFO] org.apache.geronimo.st.v11.ui > [INFO] Parent POM :: eclipse-features-parent > [INFO] org.apache.geronimo.feature > [INFO] org.apache.geronimo.installableruntime.jetty.feature > [INFO] org.apache.geronimo.installableruntime.tomcat.feature > [INFO] Assembly :: assembly > [INFO] > ---------------------------------------------------------------------- > ------ > [INFO] Building Geronimo Eclipse Plugin :: Eclipse Deployment Support > [INFO] task-segment: [install] > [INFO] > ---------------------------------------------------------------------- > ------ > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: > checking for updates from maven2-codehaus-snapshot > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: > checking for updates from central > Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/ > maven-resources-plugin/2.2/maven-resources-plugin-2.2.pom > 1/1K > 1/1K > 1K downloaded > > ... > > [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.eclipse.plugins:org.eclipse.jdt.core:jar:3.2.1.r321_v20060823 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.plugins - > DartifactId=org.eclipse.jdt.core \ > -Dversion=3.2.1.r321_v20060823 -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.devtools:org.apache.geronimo.st.core:jar:1.0.0 > 2) org.eclipse.plugins:org.eclipse.jdt.core:jar:3.2.1.r321_v20060823 > > 2) org.eclipse.plugins:org.eclipse.jst.j2ee:jar:1.0.1.v200605040115 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.plugins - > DartifactId=org.eclipse.jst.j2ee \ > -Dversion=1.0.1.v200605040115 -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.devtools:org.apache.geronimo.st.core:jar:1.0.0 > 2) org.eclipse.plugins:org.eclipse.jst.j2ee:jar:1.0.1.v200605040115 > > 3) org.eclipse.plugins:org.eclipse.jst.j2ee.jca:jar: > 1.0.1.v200605040115 > > ... > > 17) org.eclipse.plugins:org.eclipse.emf.ecore.xmi:jar: > 2.2.0.v200609210005 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse.plugins - > DartifactId=org.eclipse.emf.ecore.xmi \ > -Dversion=2.2.0.v200609210005 -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.devtools:org.apache.geronimo.st.core:jar:1.0.0 > 2) org.eclipse.plugins:org.eclipse.emf.ecore.xmi:jar: > 2.2.0.v200609210005 > > ---------- > 17 required artifacts are missing. > > for artifact: > org.apache.geronimo.devtools:org.apache.geronimo.st.core:jar:1.0.0 > > from the specified remote repositories: > maven1-apache (http://people.apache.org/repository), > central (http://repo1.maven.org/maven2), > maven2-snapshot-apache (http://people.apache.org/maven-snapshot- > repository), > maven1-sppatel (http://people.apache.org/~sppatel/repository), > maven1-codehaus (http://dist.codehaus.org/), > maven2-snapshot-codehaus (http://snapshots.maven.codehaus.org/maven2), > maven1-ibiblio (http://people.apache.org/repo/m1-ibiblio-rsync- > repository/), > maven2-ibiblio (http://people.apache.org/repo/m2-ibiblio-rsync- > repository) > > > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] For more information, run Maven with the -e switch > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Total time: 74 minutes 3 seconds > [INFO] Finished at: Thu Oct 05 23:45:25 BST 2006 > [INFO] Final Memory: 58M/508M > [INFO] > ---------------------------------------------------------------------- > -- > lerlands@lenny:~/src/java/Geronimo/geronimo-eclipse$ > > ("..." indicates portion of the logfile has been cut away for > brevity -- full output can be provided if it helps) > > Build environment: > IBM/Lenovo Thinkpad T60, Debian 'testing' linux. > > > Any help will be greatly appreciated. Any further debug output and > settings can be provided. > > Lars Erlandsen. > -sachin --Apple-Mail-5--518394713 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Hubert's response is correct.=A0 = You don't need to build in order to install it.=A0 You can simply pull = the daily driver.=A0=A0

As far as your build error, = I'm not sure... looks like the build died=A0extremely=A0early.=A0 Look = in your maven repo, do you see the eclipse distributions downloaded in = /.m2/repository/eclipse/distributions/ ?

If no you may have had a = network connection error attempting to download it.=A0=A0
<= BR class=3D"khtml-block-placeholder">

On Nov 2, = 2006, at 1:28 AM, Lars Erlandsen wrote:

Hi,

I apologise if this question has = been answered already, but I cannot find any traces = anywhere...

I hand downloaded and installed Apache Geronimo 1.1, = and got it running. Now I have turned my attention to getting the = Geronimo Eclipse plugin installed.

I have followed the build = instruction in http://cwiki.apache.org/confluence/display/GMOxDOC11/Geron= imo+Eclipse+Plugin+FAQ. I downloaded the code with:


I have set MAVEN_OPTS=3D"-Xms512m = -Xmx512m -XX:MaxPermSize=3D256m"

Then I simply typed = 'mvn'.

A good while later, several packages have been = downloaded, but the installation fails with complaints of missing = artifacts:

[INFO] Scanning for = projects...
[INFO] Reactor build = order:
[INFO] Geronimo Eclipse Plugin = :: Eclipse Deployment Support
[INFO] Maven = EMF Plugin
[INFO] Root POM :: = geronimo-eclipse-plugin
[INFO] = Geronimo Devtools Maven Plugin
[INFO] = geronimo-emf-parent
[INFO] = geronimo-common-emf
[INFO] = geronimo-1.0-emf
[INFO] = geronimo-1.1-emf
[INFO] Parent POM :: = eclipse-plugins-parent
[INFO] = org.apache.geronimo.runtime.common
[INFO] = org.apache.geronimo.st.core
[INFO] = org.apache.geronimo.common.deployment.model
[INFO] = org.apache.geronimo.runtime.v1
[INFO] = org.apache.geronimo.deployment.model
[INFO] = org.apache.geronimo.st.v1.core
[INFO] = org.apache.geronimo.v11.deployment.model
[INFO] = org.apache.geronimo.runtime.v11
[INFO] = org.apache.geronimo.st.v11.core
[INFO] = org.apache.geronimo.st.ui
[INFO] = org.apache.geronimo.common.deployment.model.edit
[INFO] = org.apache.geronimo.deployment.model.edit
[INFO] = org.apache.geronimo.st.v1.ui
[INFO] = org.apache.geronimo.v11.deployment.model.edit
[INFO] org.apache.geronimo.st.v11.ui
[INFO] Parent POM :: = eclipse-features-parent
[INFO] = org.apache.geronimo.feature
[INFO] = org.apache.geronimo.installableruntime.jetty.feature
[INFO] = org.apache.geronimo.installableruntime.tomcat.feature
[INFO] Assembly :: assembly
[INFO] = --------------------------------------------------------------------------= --
[INFO] Building Geronimo Eclipse Plugin :: = Eclipse Deployment Support
[INFO] = task-segment: [install]
[INFO] = --------------------------------------------------------------------------= --
[INFO] artifact = org.apache.maven.plugins:maven-resources-plugin: checking for updates = from maven2-codehaus-snapshot
[INFO] = artifact org.apache.maven.plugins:maven-resources-plugin: checking for = updates from central
1/1K
1/1K
1K = downloaded

...

[INFO] = ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] = ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

----------
1) = org.eclipse.plugins:org.eclipse.jdt.core:jar:3.2.1.r321_v20060823

Try = downloading the file manually from the project website.

Then, = install it using the command:
mvn = install:install-file -DgroupId=3Dorg.eclipse.plugins = -DartifactId=3Dorg.eclipse.jdt.core \
Path to dependency:
1) = org.apache.geronimo.devtools:org.apache.geronimo.st.core:jar:1.0.0
2) = org.eclipse.plugins:org.eclipse.jdt.core:jar:3.2.1.r321_v20060823

2) = org.eclipse.plugins:org.eclipse.jst.j2ee:jar:1.0.1.v200605040115

Try = downloading the file manually from the project website.

Then, = install it using the command:
mvn = install:install-file -DgroupId=3Dorg.eclipse.plugins = -DartifactId=3Dorg.eclipse.jst.j2ee \
Path to dependency:
1) = org.apache.geronimo.devtools:org.apache.geronimo.st.core:jar:1.0.0
2) = org.eclipse.plugins:org.eclipse.jst.j2ee:jar:1.0.1.v200605040115

3) = org.eclipse.plugins:org.eclipse.jst.j2ee.jca:jar:1.0.1.v200605040115
=


17) = org.eclipse.plugins:org.eclipse.emf.ecore.xmi:jar:2.2.0.v200609210005

Try = downloading the file manually from the project website.

Then, = install it using the command:
mvn = install:install-file -DgroupId=3Dorg.eclipse.plugins = -DartifactId=3Dorg.eclipse.emf.ecore.xmi \
Path to dependency:
1) = org.apache.geronimo.devtools:org.apache.geronimo.st.core:jar:1.0.0
2) = org.eclipse.plugins:org.eclipse.emf.ecore.xmi:jar:2.2.0.v200609210005

17 required artifacts are = missing.

for artifact:

from the = specified remote repositories:
http://people.apache= .org/~sppatel/repository),
http://dist.codehaus.org/),
maven2-snapshot-codehaus (http://snapshots.maven= .codehaus.org/maven2),
http:/= /people.apache.org/repo/m1-ibiblio-rsync-repository/),


[INFO] = ------------------------------------------------------------------------
[INFO] For more information, run Maven with the = -e switch
[INFO] = ------------------------------------------------------------------------
[INFO] Total time: 74 minutes 3 = seconds
[INFO] Finished at: Thu Oct 05 = 23:45:25 BST 2006
[INFO] Final Memory: = 58M/508M
[INFO] = ------------------------------------------------------------------------

("..." = indicates portion of the logfile has been cut away for brevity -- full = output can be provided if it helps)

Build environment:
IBM/Lenovo Thinkpad T60, Debian 'testing' = linux.


Any help = will be greatly appreciated. Any further debug output and settings can = be provided.

Lars Erlandsen.



=

= --Apple-Mail-5--518394713--