[Yanel-dev] dependencies problems

Michael Wechner michael.wechner at wyona.com
Fri Jun 24 09:18:36 CEST 2011


On 6/24/11 9:02 AM, basZero wrote:
> Hi Michael,
> since which version is this?
> I built yesterday without issues...

I think the problem is not the version, but rather the "availability" of 
the remote maven repo.

On a second run it was able to retrieve it

/Users/michael/.m2/repository/com/google/gwt/gwt-dev/2.0.0/gwt-dev-2.0.0.jar

whereas I didn't get it from the Wyona maven server, because it doesn't 
exist there

http://maven2.wyona.org/com/

Maybe we should just try to mirror all dependencies of Yanel onto the 
Wyona maven server as backup,
but we need to check the licenses re re-distribution.

Thanks

Michael
>
> Cheers
> Balz
>
> On Fri, Jun 24, 2011 at 9:00 AM, Michael Wechner 
> <michael.wechner at wyona.com <mailto:michael.wechner at wyona.com>> wrote:
>
>     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
>     -- 
>     Yanel-development mailing list Yanel-development at wyona.com
>     <mailto:Yanel-development at wyona.com>
>     http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wyona.org/pipermail/yanel-development/attachments/20110624/910cd519/attachment-0001.html>


More information about the Yanel-development mailing list