I upgraded to #605 today and suddenly my ant build.xml file had an error
flagged in it.

In this target:

<target name="_remote-reload">
    <exec executable="curl" timeout="30000" failonerror="true">
        <arg line="--silent -u incanta:madr0id
&quot;http://${remote.deploy.host}/manager/reload?path=${reload.path}&amp;wa
r=jar:file:/${remote.tomcat.home}/webapps/${war.name}.war!&quot;" />
    </exec>
</target>

The little red underscore was under the first character after the ; (the "h"
in http) and the error message in the status bar said "Element is not
closed".  If I escaped the ";", the error underline moved forward to the
ampersand.  If I escaped that, it moved to the next ";".  Once I had escaped
all of them, Intellij marked the file as been good.

There was one problem though: the target no longer worked.  When I tried to
execute it, I got this error message:

build.xml:367: Next character must be ";" terminating reference to entity
"quot".

This could of course be some evil quoting/escaping problem with my target,
or some problem with ant.  But since it just stopped working in #605, I
thought I'd pass it along.

The annoying thing is this bug prevents the rest of the build.xml file from
being parsed, and thus displayed in the ant window.

--
John Lindsey    mailto:[EMAIL PROTECTED]    http://incanta.net


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to