<!DOCTYPE project [ <!ENTITY propertiesAndPaths SYSTEM "propertiesAndPaths.xml"> <!ENTITY taskdefs SYSTEM "taskdefs.xml"> ]> &propertiesAndPaths; &taskdefs;
<target name="validate"> <xmlvalidate file="../conf/workbench.xml" lenient="false" failonerror="true" warn="true"> <attribute name="http://apache.org/xml/features/validation/schema" value="true"/> <attribute name="http://xml.org/sax/features/namespaces" value="true"/> <property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://workbench.jibx.v2.swidGKC.ubs.com file:/c:/workbench.xsd"/> </xmlvalidate> </target>
| Java Stuff | tom | snipsnap-notfound |