At 09:50 AM 3/26/2003, you wrote:
Geoff Howard wrote:
Unfortunately, when validate-jars was put back in, an override mechanism
wasn't added so you're stuck manually editing the build file for now.
I'll be submitting a patch to first of all add the override mechanism so
that this won't trip people up until the target is fixed.
Umm... I fear I fixed the reason of the issue... I haven't change build to make validation optional - this will keep document more up-to-date.
Vadim
Shouldn't the jars validation be configurable though like the other validations? If it's now working, just default the validate.jars to true by default.
Ok, so you will add it by yourself then ;-P
BTW, why did file.separator fix this but the others that don't use it aren't broken?
Who are the others? :)
validate-build.xml: <replace file="${build.temp}/current-jars.xml" token="${basedir}${file.separator}${blocks}${file.separator}" value=""/>
Note ${blocks} in there.
Vadim