Building Protomatter Software ----------------------------- 1) Create a file called "local.build.properties" by copying "build.properties" and making appropriate changes. 1a) If you're building a minimal jar for Syslog, then take a look at the build.minimal.include.txt file and make whatever changes you want for which classes to include. That file has comments explaining what things you can take out and about how much space you'll save. 2) Type "ant" to see available build targets. You probably want to run something like this: ant jar javadoc This will build everything then build javadoc. To clean the build out completely, run this: ant fullclean 2a) If you're building a minimal jar for Syslog, then execute the following command: ant minimal-syslog-jar This will build the minimal jar. 3) Enjoy.