brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

failed to excute goals #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:1.2:test 
(default) on project gwt-cal: Execution default of goal 
org.codehaus.mojo:gwt-maven-plugin:1.2:test failed: Plugin 
org.codehaus.mojo:gwt-maven-plugin:1.2 or one of its dependencies could not be 
resolved: Could not find artifact com.allen_sauer.gwt.dnd:gwt-dnd:jar:3.0.0 in 
central (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

Original issue reported on code.google.com by Ibrahim....@gmail.com on 15 Sep 2011 at 1:07

GoogleCodeExporter commented 8 years ago
Hi Ibrahim,

You're right, the problem is that the gwt-dnd library is not available through 
a maven repository (see issue 122)

The workaround, meanwhile, is to manually download the gwt-dnd-3.0.jar library 
and install in your local repository.

I hope it helps.

Original comment by ctasada on 15 Sep 2011 at 6:28

GoogleCodeExporter commented 8 years ago
Solved in r387

Original comment by ctasada on 29 Dec 2011 at 9:15