[Bug 24516] build.xml v.1.24 doesn't fetch new dependencies

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24516

--- Comment #1 from Nikolay Baronov <nbaronov@gmail.com> ---

> The problem is the new dependencies aren't actually downloaded afterwards in
> "prepare" target, so built jars and wars aren't working correctly. This
> renders 'prepare.check' non-working, because it keeps looking for jars that
> are newver downloaded. Fixing this is trivial, please take a look at

Continuing, submitted prematurely.

Fixing this is trivial, please take a look at attachment
"build.xml_download_dependencies.patch".

I think we ended up in such a state because lib/ is never deleted in "clean"
target, so new jars were present there on the developer's machine (possibly
copied manually), but are never downloaded on other people's machines, because
there's no rules for this in "prepare" target. I'll add patch for cleaning lib
directory, too.

The patched build.xml produced working css-validator.jar and css-validator.war
(tested in Tomcat 6).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 5 February 2014 10:54:06 UTC