I am using the Windows Vista OS and followed your recommendation to
use TortoiseSVN.
(Already installed Eclipse IDE and m2eclipse plugin.)
I exported cspoker using the URL:
http://cspoker.googlecode.com/svn/trunk/
and it seems to work; downloaded 1946 files, 7.56 MBytes in 33 seconds
1- Invoked Eclipse and selected workspace that has the exported
cspoker files
2- Tried to follow instructions for Maven, but instructions out-of-
date
went to File->Import->Maven....but then I am faced with 4
choices:
a- Check out maven projects from SCM (probably not this)
b- Existing Maven Projects (maybe this)----I CHOSE THIS ONE
c- Install or deploy an artifact to a Maven repository (probably
not this)
d- Materizlize Maven Projects (maybe this)
3- Opened Eclipse and pointed to workspace D:\cspoker workspace 2
4- Went to Files->Import->Existing Maven Projects and selected D:
\cspoker workspace 2
5- After Maven built the files I followed instruction for Fix Missing
Source Folder…..Maven-Update Project Configuration and Fixing
Dependency Issues…...Window->Preferences window, selecting Java-
>Compiler->Errors/Warnings, selecting Deprecated and Restricted API
and then changing the setting for Forbidden Reference and Discouraged
Reference to Warning in stead of Error.
The following errors were still present:
a. Description Resource Path Location Type
The constructor AlternatingBotFactory(String) is undefined
BotRunner.java /ai-experiments/src/main/java/org/cspoker/ai/bots
line 136 Java Problem
b. Description Resource Path Location Type
The import
org.cspoker.ai.bots.bot.gametree.mcts.listeners.TextTreeListener
cannot be resolvedBotRunner.java /ai-experiments/src/main/java/org/
cspoker/ai/bots line 31 Java Problem
Please advise me on how to fix these errors.
I'd like to run the RunHumanVsBot.java code.
Thanks.
Sam