As you have probably gathered from the cvs commit messages, I've made the changes to move the images (and demos) back to xdocs.
As far as I can tell, I've updated all the files that use these, including build.xml. Builds work OK for me, but if I've missed something, please let me know ASAP. [It also looks as if at least one of the gump builds worked as well.] The build file now creates 4 separate tars , instead of 3: _bin - JMeter run-time (plus printable_docs) _lib - external libraries (this is new) _src - source, including xdocs and images _api - Javadoc I hope that's OK - it would be easy enough to combine the _lib and _bin tars, but that makes quite a large file, at least for modem users. There are some new targets: pack-dist - creates tar/tgz/zip for _bin, _lib, _src, _api pack-site - creates tar/tgz for api and docs without the leading directory name which are mainly intended for testing distributions - they just pack what is present, without regenerating anything. [It's a lot easier to test the packaging process if one doesn't have to rebuild every time!] pack-site is intended to be used to update the web-site. I've not been able to test this for real (!) but the contents seem OK when extracted locally. I added the tgz just in case, as the api tar is huge, but did not bother with zip as well. Hope all this hasn't broken anything. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
