Strange Ant-Editor warning [message #1386078] |
Fri, 13 June 2014 07:04  |
Eclipse User |
|
|
|
When I edit an ant file with Eclipse's Ant-Editor (version Kepler + SR1) for every property definition it warns me with 'property does not support the "value" attribute'
Even if I let the editor create that statement itself, i.e. if I just write "" and then hit Ctrl-Blank and then pick the "property with name and value" suggestion it automatically inserts:
<property name="name" value="value"/>
which is immediately flagged with a warning 'property does not support the "value" attribute'.
But "property" DOES support the value attribute, so why is this flagged with a warning? What am I missing?
Example:
<?xml version="1.0" encoding="UTF-8"?>
<project name="test" default="test" basedir=".">
<property name="name" value="value"/>
<target name="test">
</target>
</project>
Line 3 is flagged with said error. Any idea, why?
M.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04012 seconds