Kevin Turner

Results 201 comments of Kevin Turner

My reading of the current implementation: The CLI handler in the PC facade takes this value and sets it as the Config.PROPERTY_OVERRIDE_DEFAULT_CONFIG property. PathManager doesn't do anything with it. It's...

That list of conditions also adds to my feeling like maybe we need a better interface for whatever it is that we've been trying to accomplish via these override.cfg files.

IntelliJ has two things going on here. * the intellij-modules of this intellij-project. created and synchronized with gradle in our case. * its list of git root directories if intellij...

potential ways to address this: * some script that removes all the not-valid-module-subdirectories under `modules/` ? so the ide will still flail, but at least cleaning up after it is...

I thought deleting from IntelliJ might help, instead of `rm -rf` from the command line (also, I got burned by rm -rf-ing the wrong directory the other day), and I've...

(This is what caused the module loading failure where I saw with https://github.com/Terasology/ModuleTestingEnvironment/issues/69)

> make syncAssets task (or copyResourcesToClasses, as it's called in engine's build) gradle-safe. or make unnecessary by getting Gestalt to allow us to register more than one filesystem-directory to a...

It's also worth having another look at Facade's distribution tasks, as came up in #4141. Something about the use of task properties is wonky, but only turned up as broken...

FYI: Gradle 6.7 has entered [release candidate stage](https://discuss.gradle.org/t/gradle-6-7-rc-1-is-now-available-for-testing/37573/2), which usually indicates it will be stable within a week or two. I haven't seen anything between 6.4 – 6.6 that makes...

> decouple facade's configuration from engine and module projects. Goal is to improve confidence that engine and all modules will be up-to-date whenever facade's exec targets are launched. Hope is...