From: Bill Z. <wrz...@in...> - 2007-10-02 00:04:52
|
Not a typo .. I'm not an admin, so I can't post downloadables. But I've overhauled the ant file to build what I believe are good distributables to the build/distribution dir. The -bin.zip is runnable; the -src.zip contains a snapshot of the source code. These are not in CVS (no buildables should ever be in CVS) but if you update then "ant all", you'll have your own set. Speaking of Ant, I overhauled the build process a bit, so if you use it, do an "ant clean" before you start using it. Note also that all built files are written to the "build" dir, so that's all that "clean" touches. If you have *.class files scattered amongst the source, you'll need to delete those manually. -Bill Z. |