[Yanel-dev] dependencies problems

Michael Wechner michael.wechner at wyona.com
Fri Jun 24 09:00:34 CEST 2011


Hi

When I install/build Yanel source from scratch (with an empty local 
Maven repo), then I encounter the following issues:

gwt:dependencies:
[artifact:dependencies] Downloading: 
com/google/gwt/gwt-user/2.0.0/gwt-user-2.0.0.pom from 
wyona.remote.repository
[artifact:dependencies] Downloading: 
com/google/gwt/gwt-user/2.0.0/gwt-user-2.0.0.pom from central
[artifact:dependencies] Downloading: 
com/google/gwt/gwt-dev/2.0.0/gwt-dev-2.0.0.pom from wyona.remote.repository
[artifact:dependencies] Downloading: 
com/google/gwt/gwt-dev/2.0.0/gwt-dev-2.0.0.pom from central
[artifact:dependencies] Downloading: 
com/google/gwt/gwt-user/2.0.0/gwt-user-2.0.0.jar from 
wyona.remote.repository
[artifact:dependencies] Downloading: 
com/google/gwt/gwt-user/2.0.0/gwt-user-2.0.0.jar from central
[artifact:dependencies] Downloading: 
com/google/gwt/gwt-dev/2.0.0/gwt-dev-2.0.0.jar from wyona.remote.repository
[artifact:dependencies] Downloading: 
com/google/gwt/gwt-dev/2.0.0/gwt-dev-2.0.0.jar from central

[artifact:dependencies] An error has occurred while processing the Maven 
artifact tasks.
[artifact:dependencies]  Diagnosis:
[artifact:dependencies]
[artifact:dependencies] Unable to resolve artifact: Missing:
[artifact:dependencies] ----------
[artifact:dependencies] 1) com.google.gwt:gwt-dev:jar:2.0.0
[artifact:dependencies]
[artifact:dependencies]   Try downloading the file manually from:
[artifact:dependencies]       http://code.google.com/webtoolkit/
[artifact:dependencies]
[artifact:dependencies]   Then, install it using the command:
[artifact:dependencies]       mvn install:install-file 
-DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=2.0.0 
-Dpackaging=jar -Dfile=/path/to/file
[artifact:dependencies]
[artifact:dependencies]   Alternatively, if you host your own repository 
you can deploy the file there:
[artifact:dependencies]       mvn deploy:deploy-file 
-DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=2.0.0 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[artifact:dependencies]
[artifact:dependencies]   Path to dependency:
[artifact:dependencies]       1) org.apache.maven:super-pom:jar:2.0
[artifact:dependencies]       2) com.google.gwt:gwt-dev:jar:2.0.0
[artifact:dependencies]
[artifact:dependencies] ----------
[artifact:dependencies] 1 required artifact is missing.
[artifact:dependencies]
[artifact:dependencies] for artifact:
[artifact:dependencies]   org.apache.maven:super-pom:jar:2.0
[artifact:dependencies]
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies]   wyona.remote.repository 
(http://maven2.wyona.org/),
[artifact:dependencies]   central (http://repo1.maven.org/maven2)
[artifact:dependencies]

BUILD FAILED
/Users/apple/src/wyona/public/yanel/trunk/src/build/build.xml:278: The 
following error occurred while executing this line:
/Users/apple/src/wyona/public/yanel/trunk/src/build/targets/resources.xml:97: 
The following error occurred while executing this line:
/Users/apple/src/wyona/public/yanel/trunk/build/build-resource-types.xml:111: 
The following error occurred while executing this line:
/Users/apple/src/wyona/public/yanel/trunk/src/build/resource-types/GWT-RT.build.xml:34: 
Unable to resolve artifact: Missing:
----------
1) com.google.gwt:gwt-dev:jar:2.0.0

   Try downloading the file manually from:
       http://code.google.com/webtoolkit/

   Then, install it using the command:
       mvn install:install-file -DgroupId=com.google.gwt 
-DartifactId=gwt-dev -Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the 
file there:
       mvn deploy:deploy-file -DgroupId=com.google.gwt 
-DartifactId=gwt-dev -Dversion=2.0.0 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
       1) org.apache.maven:super-pom:jar:2.0
       2) com.google.gwt:gwt-dev:jar:2.0.0

----------
1 required artifact is missing.

for artifact:
   org.apache.maven:super-pom:jar:2.0

from the specified remote repositories:
   wyona.remote.repository (http://maven2.wyona.org/),
   central (http://repo1.maven.org/maven2)


Total time: 47 minutes 4 seconds


More information about the Yanel-development mailing list