> While using the latest ANT from CVS to compile Xerces, there is a > warning that's says "items attribute has been deprecated". So > I changed > to "includes" but the xerces.jar is not created. Is there a bug?
Nope, it's not a bug. The syntax of the attribute has also changed. See the manual for the new syntax. In most cases, append "/**" to the dirs of the old items attribute with "/**". Cheers, Arnout
