I have a nasty little problem and hoping that someone can point out a
workaround:

I have a command-line invoked XML Schema validation tool[1] that expects a
URI to the schema file. I can't seem to preserve URI paths using the
following running under Windows 2K:

        <target name="xsv2">
                <apply executable="xsv.exe" dir="d:/xml/xsv4"
vmlauncher="false">
                        <arg line="-i -s xsv.xsl"/>
                        <fileset dir="file://d/xml/schemas">
                                <include name="generic.xs"/>
                        </fileset>
                </apply>
        </target>


Ant wants to convert the <fileset> dir attribute to a DOS path format. Any
way to get the <apply> behavior to work in this case? 

[1] http://www.ltg.ed.ac.uk/~ht/xsv-status.html


Jeff Lowery

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to