Re: Java AI Interface for Spring
Posted: 05 Dec 2009, 14:49
i am alreayd using maven. it is possible to have a maven build file for an AI being used by CMake. it works, but.. i would not recommend it. Maven is nice for a very standardised thing, eg.. if oyu have only java sources, no generated sources, need no special config files, ...
my AI (which is more a proof of concept thing, and does not yet do a single move or build or anything ingame) uses maven, but i can not recommed it. it is much slower, as it always checks the dependencies. build with pure CMake is 1sec, if nothing changed, with Maven its about 30 seconds. also.. just installing as we need it for AIs here in spring, is alreayd quite ugly with Maven, and the internal variables/properties stuff works really badly, as in.. in some places in the file they get replaced with the value i set, and in other with the default value...
baeh!
my AI (which is more a proof of concept thing, and does not yet do a single move or build or anything ingame) uses maven, but i can not recommed it. it is much slower, as it always checks the dependencies. build with pure CMake is 1sec, if nothing changed, with Maven its about 30 seconds. also.. just installing as we need it for AIs here in spring, is alreayd quite ugly with Maven, and the internal variables/properties stuff works really badly, as in.. in some places in the file they get replaced with the value i set, and in other with the default value...
baeh!