UnderwaterApps / overlap2d

Overlap2D Game development toolkit for UI and Level design
Other
780 stars 224 forks source link

Gradle errors when compiling from fresh clone. #370

Open Favorlock opened 8 years ago

Favorlock commented 8 years ago

I am unable to build the source. This is what gradle is logging.

10:53:36 AM: Executing external tasks 'clean build'...
Configuration on demand is an incubating feature.
Performing local build
:clean UP-TO-DATE
:overlap2d-common-api:clean
:overlap2d-runtime-libgdx:clean
:spine-o2d-extension:clean
:spine-runtime-libgdx:clean
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
:overlap2d-runtime-libgdx:compileJava
:overlap2d-runtime-libgdx:processResources UP-TO-DATE
:overlap2d-runtime-libgdx:classes
:overlap2d-runtime-libgdx:jar
E:\development\projects\other\overlap2d\overlap2d-common-api\src\com\commons\plugins\PluginAPI.java:27: error: package com.uwsoft.editor.renderer does not exist
import com.uwsoft.editor.renderer.SceneLoader;
                                 ^
E:\development\projects\other\overlap2d\overlap2d-common-api\src\com\commons\plugins\PluginAPI.java:38: error: cannot find symbol
    public SceneLoader getSceneLoader();
           ^
  symbol:   class SceneLoader
  location: interface PluginAPI
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
:overlap2d-common-api:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':overlap2d-common-api:compileJava'.
> Compilation failed; see the compiler error output for details.

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

BUILD FAILED

Total time: 5.811 secs
Compilation failed; see the compiler error output for details.
10:53:42 AM: External tasks execution finished 'clean build'.
simoarpe commented 8 years ago

Hi, try and check if this helps: http://overlap2d.com/forums/topic/how-to-compile-and-run-overlap2d-editor-from-source-code/