Page 1 of 1

any tips for speeding up card compilation in netbeans

PostPosted: 20 Sep 2016, 17:02
by piratehunter
Hey guys

I found it easy enough to work on other parts of xmage. but whenever I want to make minor changes to cards, it takes me around 45 minutes to compile mage.Sets. then half the time it errors out on cards that I haven't changed (errors below)

does anyone have any tips for a faster development loop?
I have a intel core i7 2.8 ghz 8gb ram, windows 7 sp1. the xmage code is on an ssd drive. I'm using netbeans 8.02


| Open
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project mage-sets: Compilation failure: Compilation failure:
mage/sets/gatecrash/OozeFlux.java:[58,106] cannot find symbol
symbol: class OozeToken
location: class mage.sets.gatecrash.OozeFlux
mage/sets/newphyrexia/MycosynthFiend.java:[55,34] cannot find symbol
symbol: class OpponentsPoisonCountersCount
location: class mage.sets.newphyrexia.MycosynthFiend

Re: any tips for speeding up card compilation in netbeans

PostPosted: 20 Sep 2016, 22:13
by LevelX
SetsMemory.jpg


Raise the memory that's used by the maven build job for the sets project.