Skip to content

Commit

Permalink
New version of xmltool (and underlying xmltooling library), supportin…
Browse files Browse the repository at this point in the history
…g XML schema validation.
  • Loading branch information
iay committed Jan 18, 2010
1 parent a9b4e29 commit 22e314d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -504,11 +504,9 @@
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${tools.xmltool}/endorsed"/>
<args/>
<!-- xmltool does not yet support schema validation
<arg value="- -validateSchema"/>
<arg value="- -schemaDirectory"/>
<arg value="--validateSchema"/>
<arg value="--schemaDirectory"/>
<arg value="${xml.dir}"/>
-->
<arg value="--inFile"/>
<arg value="${xml.dir}/@{i}"/>
</java>
Expand All @@ -532,7 +530,9 @@
<arg value="${keystore.pass}"/>
<arg value="--outFile"/>
<arg value="${xml.dir}/@{o}"/>
<arg value="--quiet"/>
<!--
<arg value="- -quiet"/>
-->
</args>
</XMLTOOL>
</sequential>
Expand All @@ -546,7 +546,9 @@
<arg value="--verifySignature"/>
<arg value="--certificate"/>
<arg value="${build.dir}/ukfederation-2008.pem"/>
<!-- <arg value="- -quiet"/>-->
<!--
<arg value="- -quiet"/>
-->
</args>
</XMLTOOL>
</sequential>
Expand Down

0 comments on commit 22e314d

Please sign in to comment.