> > - Lets get rid of the jars > - spell out everything needed in the doc > - make sure that all these dependencies can be built by distros >
+1. In fact, it should spelled out specifically in the build.xml file for each project. Today the build.xml files just take everything in the deps directory to build a class path. Rather it should specifically call out which jar file it needs. --Alex