Eugene, Everything was built fresh from command line. Eclipse fresh install. JDK/JRE fresh install. Everything is fresh.
The maven command I am using is "jetty:run" Here is the console output. Thanks for a solution. Hoping for your best. [INFO] Scanning for projects... [WARNING] Unable to get resource 'oracle.jdbc.driver:oracle-jdbc:pom:9.0.2.0' from repository central (http://repo1.maven.org/maven2) [WARNING] Unable to get resource 'com.mysql.jdbc:mysql-jdbc:pom:5.0.7' from repository central (http://repo1.maven.org/maven2) [WARNING] Unable to get resource 'com.sun:tools:pom:1.5.0' from repository central (http://repo1.maven.org/maven2) WAGON_VERSION: 1.0-beta-2 [INFO] Searching repository for plugin with prefix: 'jetty'. [INFO] ---------------------------------------------------------------------------- [INFO] Building Trails Demo [INFO] task-segment: [jetty:run] [INFO] ---------------------------------------------------------------------------- [INFO] Preparing jetty:run [WARNING] Unable to get resource 'com.gargoyle.test:gbase:pom:2.0.1' from repository trails.codehaus.org (http://trails.codehaus.org/repository) [WARNING] Unable to get resource 'com.gargoyle.test:gbase:pom:2.0.1' from repository apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) [WARNING] Unable to get resource 'com.gargoyle.test:gbase:pom:2.0.1' from repository howardlewisship.com (http://howardlewisship.com/repository) [WARNING] Unable to get resource 'com.gargoyle.test:gbase:pom:2.0.1' from repository localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) [WARNING] Unable to get resource 'com.gargoyle.test:gbase:pom:2.0.1' from repository central (http://repo1.maven.org/maven2) [ERROR] project-execute : org.trailsframework.examples:realty:war:1.2-SNAPSHOT ( task-segment: [jetty:run] ) org.apache.maven.lifecycle.LifecycleExecutionException: Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:516) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:440) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:855) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:699) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:470) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:453) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:423) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:271) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:238) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:146) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:303) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:903) at org.maven.ide.eclipse.embedder.Maven2Executor.main(Maven2Executor.java:82) Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243) at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1219) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:538) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:499) ... 13 more FATAL ERROR: Error executing Maven for a project [ERROR] reactor-execute : C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\realty Diagnosis: Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) FATAL ERROR: Error executing Maven for a project [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:903) at org.maven.ide.eclipse.embedder.Maven2Executor.main(Maven2Executor.java:82) Caused by: org.apache.maven.lifecycle.LifecycleExecutionException: Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:516) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:440) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:855) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:699) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:470) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:453) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:423) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:271) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:238) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:146) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:303) ... 3 more Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243) at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1219) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:538) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:499) ... 13 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 38 seconds [INFO] Finished at: Wed Jan 09 16:26:31 EST 2008 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ [INFO] Error for project: Trails Demo (during jetty:run) [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:516) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:440) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:855) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:699) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:470) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:453) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:423) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:271) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:238) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:146) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:303) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:903) at org.maven.ide.eclipse.embedder.Maven2Executor.main(Maven2Executor.java:82) Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.trailsframework.examples:realty:war:1.2-SNAPSHOT 2) org.trailsframework:trails-hibernate:jar:1.2-SNAPSHOT 3) org.trailsframework:trails-core:jar:1.2-SNAPSHOT 4) com.sun:tools:jar:1.5.0 ---------- 1 required artifact is missing. for artifact: org.trailsframework.examples:realty:war:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), trails.codehaus.org (http://trails.codehaus.org/repository), howardlewisship.com (http://howardlewisship.com/repository), localhost.repository (file:///${env.TOMCAT_HOME}/webapps/m2.repository) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243) at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1219) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:538) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:499) ... 13 more [INFO] ------------------------------------------------------------------------ [ERROR] reactor-execute : C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\realty FATAL ERROR: Error executing Maven for a project [INFO] BUILD ERRORS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 39 seconds [INFO] Finished at: Wed Jan 09 16:26:31 EST 2008 [INFO] Final Memory: 16M/31M [INFO] ------------------------------------------------------------------------ ----- Best regards Ken in nashua -- View this message in context: http://www.nabble.com/m2Eclipse-plugin-remains-unusable-without-install-support-tp14697346s177p14721908.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
