IntelliJ Setup

From Kolmafia
Revision as of 21:24, 11 October 2020 by imported>Mcroft (Created page with "This is a stub for the full-blown instructions I am going to write. Right now, it's basically shortened from [https://kolmafia.us/showthread.php?25522-Request-refactor-build...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a stub for the full-blown instructions I am going to write.

Right now, it's basically shortened from this bug report. The final version will have pictures and shit.

I created a new directory and did svn co from it.

I imported project from existing sources. I accepted the defaults on the import.

I added build.xml to the ant tab.

I set up my run configuration as shown. + to add configuration, select "Application" main class: net.sourceforge.kolmafia.KoLmafia Working directory:/Users/mcroft/Library/Application Support/KoLmafia (or wherever, this is important after launch...) Use classpath of module: kolmafia JRE: Default (or whatever) Before Launch: Run Ant target 'set.released.false' Run Ant target 'set.version' Build (not Build Project, just vanilla Build)

Apply the config.