This is driving me batty…
I’ve got my ant.build xml file, starts out just like this:
<?xml version="1.0"?>
<!--
build.xml for tbbgl-bo-rate.
$Id: build.xml,v 1.3 2007/04/30 16:26:08 dnebinger Exp $
-->
<project basedir="." default="info" name="tbbgl-bo-codes" >
<description>
This is the build.xml file for tbbgl-bo-codes, the generic business object project for TBBGL.
$Id: build.xml,v 1.3 2007/04/30 16:26:08 dnebinger Exp $
</description>
It’s a pretty basic file, ant likes it and is happy (builds successfully).
But if I open the file in MyEclipse (currently 5.5 M2, but same happened in 5.1), I get an error all of a sudden on the very first char of the file:
Severity and Description Path Resource Location Creation Time Id
Content is not allowed in prolog. tbbgl-bo-codes build.xml line 1 1177950529562 83591
Does anyone know what’s going on here? I can ignore it except for the project is now flagged with an error indicator even though it is fine. I don’t want to lose sight of legitimate errors because of this…
Thanks in advance!