HubertB,

Sorry for the long silence, my broadband has been problematic :-(.

I have downloaded the plugin, and I will keep everyone posted on progress.

Thank you for all help.

Lars.


HubertB wrote:
Hi Lars!

I installed the Geronimo Eclipse Plugin using this ZIP-File (simple
extract like other Plugins):
http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-1.2.0-v200610311117-deployable.zip

Don't forget to install WTP and its requirements.

Good luck!
HubertB

Am Donnerstag, den 02.11.2006, 06:28 +0000 schrieb Lars Erlandsen:
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),
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.




Reply via email to