On 8/16/02 3:29 PM, "Diane Holt" <[EMAIL PROTECTED]> wrote:
> There is? I don't see that. What version are you running?

1.4.1; I haven't tried 1.5 but here's a simple recipe to reproduce:

bash-2.05$ ant -version
Ant version 1.4.1 compiled on October 11 2001
bash-2.05$ cat build.xml
<project name="xxx" default="xxx">
    <target name="xxx">
        <fail>nested message</fail>
    </target>
</project>
bash-2.05$ ant
Buildfile: build.xml

xxx:

BUILD FAILED

/tmp/build.xml:3: nullnested message

Total time: 1 second
bash-2.05$

L.


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

Reply via email to