[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlbeans-dev
Subject:    [jira] [Created] (XMLBEANS-488) Fix build by moving to Xerces xmlresolver 1.2
From:       Jesper_Steen_Møller_(JIRA) <xmlbeans-dev () xml ! apache ! org>
Date:       2012-09-06 21:34:07
Message-ID: 905096451.46807.1346967247857.JavaMail.jiratomcat () arcas
[Download RAW message or body]

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-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic