Skip to content

Development

xpdota edited this page Nov 26, 2021 · 2 revisions

Most of the interesting stuff is in the xivsupport sub-module.

You can run GuiMain directly from your IDE for testing. This is the recommended way to run while developing.

There is an included run profile for IntelliJ:

Run Profile

Note that this run profile loads a different settings file (triggevent-testing.properties), so you don't have to worry about messing up your live settings.

To perform a full build, do mvn clean install at the root.

Clone this wiki locally