Skip to content

Development Setup

ljacqu edited this page Jun 25, 2016 · 12 revisions

Some tips and recommendations for people who want to work on AuthMe.

IntelliJ

  • Make sure you are running idea64.exe if on a 64-bit operating system (faster).

  • Maven: if asked to enable auto-import, select it. This will update your dependencies automatically when they are changed in the pom.xml

  • If @Inject fields are marked with the "never declared" warning, go to Settings > search "unused declaration," select the Java one and press the button "Configure annotations." Add @Inject and @InjectDelayed.

  • Make issue numbers in commit messages clickable by going to Settings > search "issue navigation", add a new rule:

Issue ID: #(\d+)
Issue link: https://github.com/Xephi/AuthMeReloaded/issues/$1
  • Cannot run unit tests? Something about missing argLine? Go to settings > search "Running Tests" and uncheck "argLine"
Clone this wiki locally