Found by accident:

<project>
    <presetdef name="x">
        <echo/>
    </presetdef>
    <x wrongAttribute=""/>
</project>


will output 
    BUILD FAILED
    build.xml:5: The <x> type doesn't support the "wrongattribute"
attribute.



I think it would be better to show the original taskname (in contrast to the
other *def tasks)
because presetdef only takes one task/type and finding the error would be
easier.

... or am I missing something?


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to