-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with firing up samples #25
Comments
Same for me, please fix |
Also Failure to find com.google.gwt:gwt-incubator:jar:20101117-r1766 |
Also
|
Whoever finds this, I made a small fix to build the library. It's not perfectly secure (I replaced a repo with a 3rd party one) but everything seems to work so... you've been warned. diff --git a/pom.xml b/pom.xml
index 41cb7e3..12a58f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,9 +29,9 @@
<gwtMaven>2.7.0</gwtMaven>
<commonsFileuploadVersion>1.3.1</commonsFileuploadVersion>
<commonsIoVersion>2.3</commonsIoVersion>
- <gwtChismesVersion>0.9.7</gwtChismesVersion>
+ <gwtChismesVersion>0.9.8</gwtChismesVersion>
<gwtExporterVersion>2.4.0-M1</gwtExporterVersion>
- <gwtIncubatorVersion>20101117-r1766</gwtIncubatorVersion>
+ <gwtIncubatorVersion>2.0.1</gwtIncubatorVersion>
<junitVersion>3.8.2</junitVersion>
<log4jVersion>1.2.16</log4jVersion>
<commonsLang3Version>3.1</commonsLang3Version>
@@ -183,7 +183,7 @@
<repositories>
<repository>
<id>repo1</id>
- <url>http://repo1.maven.org/maven2/</url>
+ <url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>gwtupload</id>
@@ -191,7 +191,7 @@
</repository>
<repository>
<id>gwtchismes</id>
- <url>http://gwtchismes.googlecode.com/svn/mavenrepo/</url>
+ <url>http://logicaldoc.sourceforge.net/maven/</url>
</repository>
<repository>
<id>timepedia</id> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After executing mvn eclipse:eclipse in gwtupload/samples i get the following unresolved dependencies error
Is it worth to still use this library?
The text was updated successfully, but these errors were encountered: