History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12360
Type: Bug Bug
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Syntax errors in Ant files are not properly displayed

Created: 13 Apr 07 17:25   Updated: 15 Apr 07 19:20
Component/s: Ant Integration, Editor. Error Highlighting

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(29 kb)

Build: 6,907
Severity: High


 Description  « Hide
I've started writing the following Ant-file and noticed that syntactic errors in the XML (i.e. non well-formed) are not displayed in the editor, only in the error-stripe on the right. This is very inconvenient; such errors should be highlighted just as in regular XML files.

In this example, the closing "</property>" tag is missing, but is not marked as such in the editor:

<project default="wsdl">

  <property name="xfire.home" value="c:\Develop\xfire-1.2.5">

  <path id="xfire.classpath">
    <fileset dir="${xfire.home}">
      <include name="lib/*.jar" />
    </fileset>
  </path>

  <taskdef name="wsgen" classname="org.codehaus.xfire.gen.WsGenTask"
           classpathref="xfire.classpath"/>

  <target name="wsdl">
  </target>
</project>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.