XML and ANT
Posted: Wed Feb 19, 2003 2:09 pm
I have 2 document classes:
XML/DTD recognizing *.xml, *.xsl, *.xsd, *dtd
ANT recognizing build*.xml
Unfortunately ANT build files (e.g. build.xml or build_ear.xml) are recognized as XML and not ANT (apparently due to the overlapping patterns *.xml and build*.xml). Any hints or workarounds?
Thanks in advance
XML/DTD recognizing *.xml, *.xsl, *.xsd, *dtd
ANT recognizing build*.xml
Unfortunately ANT build files (e.g. build.xml or build_ear.xml) are recognized as XML and not ANT (apparently due to the overlapping patterns *.xml and build*.xml). Any hints or workarounds?
Thanks in advance