I've been working on this for awhile now.
Managed to build core; required two passes for some reason but built
on second pass. Then built the client. Then renamed both output jar
files and put in my projects lib directory. Then added to the Java
build path. Now Eclipse sees everything: will see if it works.
I don't know if it's against some unwritten or written rule or I'd
just upload the compiled jar's somewhere to skip all that for people
who want to use this in Eclipse as a component, rather than on a
camera or work on it. On one hand, building the jar is a little bit
of a hassle; on the other this looks like a massive project with an
enormous amount of functionality and maintaining compiled jar's would
just take developer time away .. plus there may be some other reason
I'm not thinking of.
So, if this didn't answer your question:
1. Unpack everything (unzip, untar, whatever's appropriate for your
platform...)
2. Make sure the jdk and ant are installed and working; you may need
tools.jar.
3. Build core, then build the client as per the instructions above
(just type "ant" without quotes) .. twice for core.
4. Take the two .jar files produced; it's probably good idea to rename
them to something you'll remember, and copy them into a lib folder,
then add them to search path
5. See if it all works (this last part off to check now).
Michael.