Jesper Steen Møller created XMLBEANS-488: --------------------------------------------
Summary: Fix build by moving to Xerces xmlresolver 1.2 Key: XMLBEANS-488 URL: https://issues.apache.org/jira/browse/XMLBEANS-488 Project: XMLBeans Issue Type: Bug Components: Tools Affects Versions: Version 2.6 Reporter: Jesper Steen Møller Since XML Commons Resolver moved to Xerces and is only available in version 1.2, perhaps it's time to move to that version, since the current build does not work. Suggested diff: Index: build.xml =================================================================== --- build.xml (revision 1381753) +++ build.xml (working copy) @@ -170,7 +170,7 @@ <target name="xcresolver.zip" depends="check.xcresolver.zip, dirs" unless="xcresolver.zip.exists"> <get dest="external/lib/xcresolver.zip" - src="http://www.apache.org/dist/xml/commons/binaries/xml-commons-resolver-1.1.zip" + src="http://www.apache.org/dist/xerces/xml-commons/xml-commons-resolver-1.2.zip" verbose="true" usetimestamp="true" ignoreerrors="true"/> </target> @@ -186,8 +186,8 @@ <include name="*/resolver.jar"/> </patternset> </unzip> - <copy file="external/lib/xml-commons-resolver-1.1/resolver.jar" tofile="build/lib/resolver.jar"/> - <delete dir="external/lib/xml-commons-resolver-1.1"/> + <copy file="external/lib/xml-commons-resolver-1.2/resolver.jar" tofile="build/lib/resolver.jar"/> + <delete dir="external/lib/xml-commons-resolver-1.2"/> </target> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org For additional commands, e-mail: dev-h...@xmlbeans.apache.org