On Sun, 8 Sep 2002, Steve Loughran <[EMAIL PROTECTED]> wrote:

> a) what happens when a target of this name is encountered in the
> build file?  Error?

[EMAIL PROTECTED] tmp]$ cat > blanktarget.xml
<project default="a">
  <target name="a" />
  <target name=""/>
</project>
[EMAIL PROTECTED] tmp]$ ant -f blanktarget.xml 
Buildfile: blanktarget.xml

BUILD FAILED
name attribute must not be empty

Total time: 1 second

I would have expected to get the location, hmm.  Will fix it.

Stefan

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

Reply via email to