HeavenMS icon indicating copy to clipboard operation
HeavenMS copied to clipboard

Remove NetBeans project files in favor of gradle files + updated docker

Open kolakcc opened this issue 6 years ago • 1 comments

  • Removed included .jar files in favor of dependency managed libaries from Maven.
  • Remove dependency on NetBeans, allowing developers to work with any IDE with gradle support.
  • Remove other methods of building, delegating all builds to gradle using gradlew build.
  • Remove other methods of launching, delegating non-docker runs to gradlew run.
  • Update Docker support to add a docker-compose, which will boot a mysql server as well as the server.
  • Fix Docker image to remove all unnecessary cruft, lowering build times.

kolakcc avatar Jul 15 '19 13:07 kolakcc

I've clarified the instructions, using a29c3bcc8155eaa0c42ffac8dcc33bf8dd13326a as a base.

  • Adjust launch.bat to use Gradle. Can you try it out and see if it works? I don't use Windows.
  • Moved instructions about NetBeans to its own section: non-developers on windows ONLY need to hit launch.bat and do not need to fuss with NetBeans and such.

kolakcc avatar Jul 18 '19 05:07 kolakcc