Pony7 / cspoker

Automatically exported from code.google.com/p/cspoker
GNU General Public License v2.0
1 stars 0 forks source link

Compile problem #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
mvn compile after downloading source on Windows 7 maven 2.2.1:

[INFO] --------------------------------------------------------------------
----
[ERROR] BUILD FAILURE
[INFO] --------------------------------------------------------------------
----
[INFO] Compilation failure

C:\dev\pokerai\cspoker\ai\bots\src\main\java\org\cspoker\ai\bots\util\Inver
seGau
ssian.java:[4,37] package umontreal.iro.lecuyer.probdist does not exist

C:\dev\pokerai\cspoker\ai\bots\src\main\java\org\cspoker\ai\bots\util\Inver
seGau
ssian.java:[39,2] cannot find symbol
symbol  : class InverseGaussianDist
location: class org.cspoker.ai.bots.util.InverseGaussian

C:\dev\pokerai\cspoker\ai\bots\src\main\java\org\cspoker\ai\bots\util\Inver
seGau
ssian.java:[39,30] cannot find symbol
symbol  : class InverseGaussianDist
location: class org.cspoker.ai.bots.util.InverseGaussian

Original issue reported on code.google.com by MrMartin...@gmail.com on 15 Mar 2010 at 3:49