Usage example: java RumbleCacheTool c:\roborumble http://robowiki.net/cgi-bin/robowiki?RoboRumble/Participants |
Usage example: java RumbleCacheTool c:\robocode http://robowiki.net/cgi-bin/robowiki?RoboRumble/Participants |
I'm working on updating this tool. -- Martin |
I'm working on updating this tool. -- Martin *The tool has been updated (same link). Looking at the directory it appears that there are now separate working directories for Duels, Melee, and Teams. That is good, and it is part of the reason this tool was conceived (to eliminate loading of duelists when you want to run melee battles), but it means I need to accomodate the alternate directories, and I'll modify the tool to have hard-coded participant URLs and do them all in one go. Maybe this morning, maybe not. I recall having a problem running the tool from a machine other than where I developed it, so please try running it and telling me how it goes. Thanks. -- Martin |
This tool is presently in open beta testing. It is available here: Rumble Cache Tool
Usage example: java RumbleCacheTool c:\robocode http://robowiki.net/cgi-bin/robowiki?RoboRumble/Participants
Comments, Bugs, Etc:
Note: I was unable to run the tool using the command line (as illustrated) and instead had to run it through Eclipse. I was unable to determine why it kept giving me NoClassDefFound? errors from the command line. -- Martin
From the command line, maybe there's some other way, but I generally have to run a .class file from the directory containing the package folders it's in. E.g., to run my WaveReader?, I have to be in the dir above voidious/test/WaveReader?.class, and run java -cp . voidious.test.WaveReader?. Similarly with Axe's league analyser util. (Dunno if that helps.) -- Voidious
Wow, that was so easy!! Weeded out 182 jars (probably mostly ones from the melee rumble?). That should help the like 20 minute wait time each time robocode fires up at least some (stupid flash drives) ... If someone has the source maybe they could modify it to work with the new location of the .robotcache directory? -- Simonton
I'm working on updating this tool. -- Martin