You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I can't start CodeServer succesfully.
I'm trying to migrate to TBroyer's plugin. Build is successful but I can not start codeserver.
I have the following warning and error.
java.lang.ClassNotFoundException: com.google.gwt.dev.codeserver.CodeServer
Failed to execute goal net.ltgt.gwt.maven:gwt-maven-plugin:1.1.0:codeserver
It is most probably because of a wrong configuration.
I am using GWT 2.11 and Java 11.
You shouldn't need the gwt-codeserver dependency, as the classes are already included into gwt-dev, but those also must not be declared with <scope>provided</scope>.
I think <scope>provided</scope> was there because of the old plugin settings. As you said, the problem was solved when I removed them.
Now CodeServer is working properly. I used the <codeServerPort>12345</codeServerPort> configuration. I learned later that this is not the way it works.
There is one more problem I need to solve right now.
When I stop CodeServer in Intellij (Windows), it actually keeps running in the background. I have to close it from TaskManager every time.
Unfortunately I can't start CodeServer succesfully.
I'm trying to migrate to TBroyer's plugin. Build is successful but I can not start codeserver.
I have the following warning and error.
java.lang.ClassNotFoundException: com.google.gwt.dev.codeserver.CodeServer
Failed to execute goal net.ltgt.gwt.maven:gwt-maven-plugin:1.1.0:codeserver
It is most probably because of a wrong configuration.
I am using GWT 2.11 and Java 11.
Root POM:
build > plugins>
build > plugins> pluginmanagement > plugins
Module POM:
gwt-app
Has anyone same problem?
Thanks in advance.
Sincerely.
The text was updated successfully, but these errors were encountered: