SonicGDX / SonicGDX.github.io

https://sonicgdx.github.io/
Apache License 2.0
0 stars 0 forks source link

Running gwtSuperDev task fails #47

Closed SonicGDX closed 4 months ago

SonicGDX commented 4 months ago
> Task :html:gwtSuperDev FAILED
Turning off precompile in incremental mode.
Super Dev Mode starting up
   workDir: SonicGDX.github.io/html/build/gwt/work
   Loading inherited module 'com.sonicgdx.sonicgdx.GdxDefinitionSuperdev'
      Loading inherited module 'com.sonicgdx.sonicgdx.GdxDefinition'
         Loading inherited module 'com.sonicgdx.sonicgdx.Init'
            [ERROR] Unable to find 'com/sonicgdx/sonicgdx/Init.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

Execution failed for task ':html:gwtSuperDev'.
> Process 'command 'java'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

I'm assuming this has to do with updating the project. It's been a bit since I did that so I'll wait for the next version of gdx-liftoff to release and then update it again.

SonicGDX commented 4 months ago

It's not an issue, it's just that the html:superDev task is what's meant to be used instead.