Sachin,

I don't think the build died early. There was an awful lot of output between the ellipsis ("...") that I cut away in the email. As for downloaded distributions:

[EMAIL PROTECTED]:$ ls -l ~/.m2/repository/eclipse/distributions/
total 341860
-rw-r--r-- 1 lerlands lerlands 139919360 2006-10-07 11:36 eclipse-SDK-3.2.1-linux-gtk.tar -rw-r--r-- 1 lerlands lerlands 123841314 2006-10-07 11:35 eclipse-SDK-3.2.1-linux-gtk.tar.gz -rw-r--r-- 1 lerlands lerlands 24768503 2006-10-07 11:22 emf-sdo-xsd-SDK-2.2.1.zip
-rw-r--r-- 1 lerlands lerlands   6134105 2006-10-07 11:22 GEF-SDK-3.2.1.zip
-rw-r--r-- 1 lerlands lerlands   2772087 2006-10-07 11:22 JEM-SDK-1.2.1.zip
-rw-r--r-- 1 lerlands lerlands 52251365 2006-10-07 11:26 wtp-sdk-R-1.5.1-200609230508.zip
[EMAIL PROTECTED]:~/.m2/repository/eclipse/distributions$

In any case, I have downloaded the daily build as per HubertB's suggestions. I am still mildly curious why the build instructions went so wrong, though...

Thank you for your help.

Lars.

Sachin Patel wrote:
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:

[EMAIL PROTECTED]:~/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 <http://people.apache.org/%7Esppatel/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] ------------------------------------------------------------------------
[EMAIL PROTECTED]:~/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



Reply via email to