Hi, Before cutting the b3 I wanted to cleanup the bootstrap. Here's a little summary of what was changed:
o Property check has been added to make sure that lib.repo and maven.home are set before proceeding. maven.home is set and these requirements are documented but this should catch any weirdness. o The new jars.list file is used by a few new, simple Ant tasks so that the downloading of JARs, classpath creation, and JARs required for the install bundles are all controlled from a single file. o The generated build system also uses the jars.list to produce something that will always be in sync with the JARs in the Maven installation. o All the targets are documented and I try to explain how things work so someone can try to figure out what is actually going on if they wish to. I will try to get everything being produced into a single directory and try to make the bootstrap and distribution creation process more reliable. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org
