Just a random collection of IntelliJ things.
Pass parameters to the Eclipse compiler
To make IntelliJ's Eclipse compiler use the settings as left by Eclipse in the .settings directory use the following:
- Go to Settings → Build, Execution... → Compiler → Java compiler
- Set "Use Compiler" to Eclipse
- Add the following in Additional command line parameters:
-properties $MODULE_DIR/.settings/org.eclipse.jdt.core.prefs