Community
Participate
Working Groups
Open a build.xml file in Ant editor [3.0.1RC2] containing just: <project></project> This will produce an error marker in the left margin. Close the file and re-open it in XMLBuddy. The error marker is still there. Edit the file to produce: <project default="foo"> <target name="foo"> </target> </project> The error marker is still there! Nothing done in XMLBuddy (or any other editor) will remove the Ant editor's error marker, since it is permanent and markers are removed by id. This seems a general design flaw. Editors should be able to control the markers in a file, without having to be aware of other editors.
Unlikely to be only an Ant Editor problem. Kai have you already seen and considered this problem?
My current take on this: This is a design flaw in the Ant integration. The integration adds markers via the code within the Ant Editor support instead of having an Ant builder that manages the marker generation and removal from a particular resource. An Ant builder will properly support editing of Ant buildfiles no matter the editing implementation.
This flaw will remain for 3.1
As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you.