OF-998: Ant should resolve DTDs locally
Ant (or rather, the XMLTask in our build) attempts to lookup DTDs online. The build (of plugins) will fail if no internet connectivity is available. This commit references DTDs locally, allowing Ant to skip the online lookup.
Showing
Please register or sign in to comment