Packaging A Robot To A Jar from the Command Line?
Fragment of a discussion from User talk:Wolfman
Jump to navigation
Jump to search
It's definitely possible, but I haven't done it, besides manually unzipping / editing / rezipping sometimes. I think Beaming does it with normal development tho so maybe he can comment on his setup.
It is just a normal JAR with your class files + the .properties file. So whatever means you have of creating a JAR should work.
You can use Ant to package your jar, here is an example script (that I wrote) to do it. Since I mainly develop in eclipse I didn't want to switch over to Robocode to package my robot.
See the page Ant (tool).