The name of the file specified by the "antfile" attribute does not resolve relative to the directory specified by the "dir"-attribute. Such calls work fine however. See the example and the attached files.
a/build.xml:
<project default="a"><target name="a"><ant dir="../b" antfile="build-b.xml" /><!-- build-b.xml is flagged as unresolved --></target></project>
The name of the file specified by the "antfile" attribute does not resolve relative to the directory specified by the "dir"-attribute. Such calls work fine however. See the example and the attached files.
a/build.xml:
<project default="a"><target name="a"><ant dir="../b" antfile="build-b.xml" /><!-- build-b.xml is flagged as unresolved --></target></project>
Alexander Chernikov - 19 May 08 20:51 8382: still occurs.
Notice that the value of "target" attribute (if any) or "ant" task has correct highlighting and completion.
Notice that the value of "target" attribute (if any) or "ant" task has correct highlighting and completion.