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 2.9.0 #147

Closed
eliasbalasis opened this issue Jan 17, 2021 · 2 comments
Closed

GWT 2.9.0 #147

eliasbalasis opened this issue Jan 17, 2021 · 2 comments
Labels
question Further information is requested

Comments

@eliasbalasis
Copy link

I haven't tried this, but I wonder:

Is the Maven goal for DevMode working with GWT 2.9.0 , or is it suffering from the known GWT 2.9.x build classpath symptoms as the ones mentioned under (gwtproject/gwt#9720) and the referenced issues

@tbroyer
Copy link
Owner

tbroyer commented Jan 17, 2021

Don't use DevMode except for static files in standalone / client-only apps, it's as simple as that: https://tbroyer.github.io/gwt-maven-plugin/codeserver.html

But to answer your question, given that this plugin only runs GWT in forked JVMs, without any modification or even classpath/classloader tricks, then yes it suffers from the same limitations.
The advice above applies to GWT generally, whether run through this plugin or anything else (Ant, Gradle, your IDE, etc.)

@eliasbalasis
Copy link
Author

eliasbalasis commented Jan 18, 2021

Thanks for confirming.

I was referring to "Super DevMode" not standard "DevMode", which I am primarily using via "Google Plugin for Eclipse" but I have to agree that even though "codeserver" is not as simple it at least bypasses the Jetty runtime classpath issues.

@tbroyer tbroyer closed this as completed Jan 18, 2021
@tbroyer tbroyer added the question Further information is requested label Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants