Trying to build XMage

So I cloned the project and I'm trying to build it in Netbeans. However, a weird error is appearing.
- Code: Select all
Reactor Summary:
Mage Root ......................................... SUCCESS [0.719s]
Mage Framework .................................... FAILURE [2.484s]
Mage Common Classes ............................... SKIPPED
Mage Sets ......................................... SKIPPED
Mage Server Plugins ............................... SKIPPED
Mage Player AI .................................... SKIPPED
Mage Deck Constructed ............................. SKIPPED
Mage Deck Limited ................................. SKIPPED
Mage Game Commander Two Player .................... SKIPPED
Mage Game Commander Free For All .................. SKIPPED
Mage Game Free For All ............................ SKIPPED
Mage Game Two Player .............................. SKIPPED
Mage Player Human ................................. SKIPPED
Mage Player AI Minimax ............................ SKIPPED
Mage Player AI.MA ................................. SKIPPED
Mage Tournament Booster Draft ..................... SKIPPED
Mage Tournament Sealed ............................ SKIPPED
Mage Tournament Constructed ....................... SKIPPED
Mage Player AI.DraftBot ........................... SKIPPED
Mage Server ....................................... SKIPPED
Mage Plugins ...................................... SKIPPED
Mage Counter Plugin ............................... SKIPPED
Mage Client ....................................... SKIPPED
Mage Theme Plugin ................................. SKIPPED
Mage Player AI MCTS ............................... SKIPPED
Mage Server Console ............................... SKIPPED
Mage Tests ........................................ SKIPPED
Mage Updater ...................................... SKIPPED
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 3.489s
Finished at: Sun Aug 17 19:52:11 PDT 2014
Final Memory: 10M/245M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project mage: Compilation failure
mage/game/combat/CombatGroup.java:[310,28] error: cannot find symbol
-> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
After correcting the problems, you can resume the build with the command
mvn <goals> -rf :mage
- Code: Select all
assigned.replace(blockerOrder.get(0), new Integer(damage + alreadyAssigned));