Skip to content
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

Open
ks280first opened this issue Nov 26, 2014 · 5 comments
Open

GWT compile fails with 0.3.0 #2

ks280first opened this issue Nov 26, 2014 · 5 comments

Comments

@ks280first
Copy link

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?

@reinert
Copy link
Member

reinert commented Nov 26, 2014

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!

@ks280first
Copy link
Author

Thanks Danilo, I'm using your 0.4.0-SNAPSHOT instead

On Wed, Nov 26, 2014 at 11:21 AM, Danilo Reinert [email protected]
wrote:

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!


Reply to this email directly or view it on GitHub
#2 (comment).

@reinert
Copy link
Member

reinert commented Nov 26, 2014

Are you using from sonatype-snapshot repository or have you download the project and installed locally?

@ks280first
Copy link
Author

I compiled it locally

On Wed, Nov 26, 2014 at 11:54 AM, Danilo Reinert [email protected]
wrote:

Are you using from sonatype-snapshot repository or have you download the
project and installed locally?


Reply to this email directly or view it on GitHub
#2 (comment).

@reinert
Copy link
Member

reinert commented Nov 27, 2014

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.
I also moved the separated repositories into the main one (https://github.com/growbit/turbogwt). you can follow the development there now.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants