From: Freek D. <sf_...@ma...> - 2014-11-21 14:39:56
|
Hi all, I haven't looked at 18xx for a couple of years, but got curious by the 2.0 alpha version. I have two minor comments. 1. When downloading the jar file, I could start most games, but when I try a game of 18KaaS, the game never starts. After I click "new game", a modal window with progressbar appears, but the progress remains at 0% for a few minutes (after that, I gave up). 2. When trying the git repository, the rails_2_develop branch, when I run 'gradle' I get the following error: > FAILURE: Build failed with an exception. > > * Where: > Build file '/Users/freek/Repository/18xx/build.gradle' line: 36 > > * What went wrong: > A problem occurred evaluating root project '18xx'. >> the number of constructors during runtime and compile time for com.admc.gradle.JavaPropFile$Behavior do not match. Expected -1 but got 2 I suspect that this is due my lack of understanding of gradle (this is the first time I've used it). Perhaps a short INSTALL file is in order for those (like me) who never used gradle and like to try it out. Regards, Freek |