-
Notifications
You must be signed in to change notification settings - Fork 0
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
GWT compile fails with 0.3.0 #2
Comments
Yeah, this release is not working as expected. I'm about to launch 0.4.0 which will work fine. I've finished working on https://github.com/reinert/requestor which will replace turbogwt-http and it will depend on turbogwt-core. I'll let you know here when I do the release. Thanks for reporting! |
Thanks Danilo, I'm using your 0.4.0-SNAPSHOT instead On Wed, Nov 26, 2014 at 11:21 AM, Danilo Reinert [email protected]
|
Are you using from sonatype-snapshot repository or have you download the project and installed locally? |
I compiled it locally On Wed, Nov 26, 2014 at 11:54 AM, Danilo Reinert [email protected]
|
FYI, turbogwt-0.4.0 was released. http://search.maven.org/#artifactdetails%7Corg.turbogwt.core%7Cturbogwt-core%7C0.4.0%7Cjar I dropped development of -http and -databind. For now, I'm going to evolve only -core. Thanks. |
GWT compilation fails with 0.3.0 from central Maven repository because of a dependency on org.turbogwt.core.http.Http but it looks like the Http module is located at org.turbogwt.net.http.Http.
Error:
Loading inherited module 'org.turbogwt.core.Core'
Loading inherited module 'org.turbogwt.core.http.Http'
[ERROR] Unable to find 'org/turbogwt/core/http/Http.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
The text was updated successfully, but these errors were encountered: