I am starting on a project to add the capability to the derby replication to be able to acquire the database to replicate automatically by the slave and I would like to be able to run two instances of the network server so that I can debug the protocol between the two when the slave is going to acquire a database from the master.
I guess my question is relating to what to build and where to run it from the source. I have checked out the trunk of derby and am able to build and ran all of the tests successfully. I would like to run the "startNetworkServer" script to run the built binaries but I don't know where the built "startNetworkServer" script is. There is the "bin" directory right at the root of the checkout but that seems to only have the Windows scripts. There is the "generated/bin" directory but the "generated" directory does not seem to have everything else needed. So what is the proper build targets that I need to build and where would the script that I need be located once that is done? If someone can give me pointers on what they would do to run both a derby master and derby slave under a debugger that would be really useful.
