Game can now be run using java -jar GoGame.jar.
Rather than relying on the kgsGtp.jar application to run GoGame, the GoGame agent calls the GtpClient using PipedInput/OutputStreams.
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
<jar jarfile="${dist}/GoGame.jar">
|
||||
<fileset dir="${build}" excludes="**/*Test.class" />
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="cs6601.p1.GoGame" />
|
||||
<attribute name="Main-Class" value="net.woodyfolsom.msproj.GoGame" />
|
||||
<attribute name="Class-Path" value="kgsGtp.jar log4j-1.2.16.jar"/>
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user