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:


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
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-codehaus (http://dist.codehaus.org/),
maven2-snapshot-codehaus (http://snapshots.maven.codehaus.org/maven2),


[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