Nanoware/Terasology

Break cyclic dependency between engine and PC facade

msteiger opened this issue · 0 comments

The class TerasologyTestingEnvironment requires a facade to work (which it shouldn't).

The actual dependency is Terasology.class.getProtectionDomain().getCodeSource().

Using gradle to create IDE project files unfortunately also adds this dep. which causes errors/warnings in the IDE.

ToDo: refactor dependent code snippet into the engine project

See http://forum.movingblocks.net/threads/eclipse-setup-fails-to-run.883/.