ThibautSF / ParadoxosModManager

Software to manage mods for recent Paradox games
37 stars 6 forks source link

Change project works with e(fx)clipse #38

Closed ThibautSF closed 4 years ago

ThibautSF commented 5 years ago

efxclipse website Contains package or just install plugin in eclipse image

For next structure improvement (MVC) : Scene Builder e(fx)clipse configuration : image

Build will now be automated with an Ant script.

ThibautSF commented 5 years ago

Important, generate an ant script for your own installation if you want to build app.

  1. with build.fxbuild generate ant build.xml (only)
  2. edit ParadoxosModManager/build/build.xml and replace all the <target name="do-deploy"> tag and it's content with the one from 'buildPMM.xml' sample file
ThibautSF commented 4 years ago

Not completely satisfied by ANT... Very complex to maintain.

I've done some tests with Maven, looks better.

ThibautSF commented 4 years ago

Now use Gradle (with Java 11) : https://github.com/ThibautSF/ParadoxosModManagerRework