an evolution harness for my PhD work.
- Download the EvolutionHarness project into Netbeans using SVN
- Find build.xml in the EvolutionHarness folder.
- Replace all "Username" and "Password" for your sussex username and password.
- Compile the project
- A file structure will be created in your HOME directory (default is "/PHD/EvolutionHarness/bin/lib")
- Create a new library called EvolutionHarness (note: it can be called anything)
- Add EvolutionHarness.jar to the library
- Add client.jar to the library
- Add server.jar to the library
- Create your own project
- Add the library to your project
- Make sure the project has an entry point (a class that implements rmi.client.Executable)
- Compile your project
- Move your project .jar file to /PHD/EvolutionHarness/bin (copy the ant script below into your build.xml to automate this task)
<target name="-post-jar">
<scp password="password" todir="username@unix.rn.informatics.scitech.susx.ac.uk:PHD/EvolutionHarness/bin" trust="true" verbose="true"></target><fileset excludes="lib/*.* README.TXT" dir="dist"/></scp>