Skip to content

Commit

Permalink
The MDT macro's input file argument is always assumed to be in xml.di…
Browse files Browse the repository at this point in the history
…r, so it is always a file. Indicate this in the argument URL so that Windows "C:" does not look like a URL scheme.
  • Loading branch information
iay committed Apr 8, 2011
1 parent 2cb5a8e commit ebd9675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
<arg value="--alias"/>
<arg value="@{alias}"/>
<arg value="--in"/>
<arg value="${xml.dir}/@{i}"/>
<arg value="file:${xml.dir}/@{i}"/>
<arg value="--out"/>
<arg value="@{o}"/>
</java>
Expand Down

0 comments on commit ebd9675

Please sign in to comment.