Page 1 of 1

ComputerAI_Burn.java

PostPosted: 01 Mar 2011, 19:56
by Chris H.
We have a class file that is currently not part of the forge project, yet it is included in the src folder. This file is:

ComputerAI_Burn.java

In Eclipse, when we export a JAR we get a message that leads one to believe that the JAR creation process failed. The JAR is created and is OK. The file named above is included in the forge SVN yet no other class calls this piece of code.

I deleted this class from my local copy and built the project in Eclipse without any errors. I was able to run the forge project and I was able to export a JAR, this time without the in-correct JAR creation process failed message.

I thought that I would ask everyone if it was OK with them for me to delete the ComputerAI_Burn.java file from our SVN before I took action.

`

Re: ComputerAI_Burn.java

PostPosted: 01 Mar 2011, 20:34
by Sloth
Please delete the file. And we should consider deleting some of the other ComputerAI files like Burn2 and Rats2. They are full of hard coded card names [-X .

Re: ComputerAI_Burn.java

PostPosted: 02 Mar 2011, 01:31
by friarsol
Yea get rid of all that garbage. I understand what they were going for, but they are pretty useless with the direction we've gone in.

Re: ComputerAI_Burn.java

PostPosted: 02 Mar 2011, 13:24
by Chris H.
OK, I deleted ComputerAI_Burn.java last night.

If I can find some time I will try to investigate the Burn2 and Rats2 files.