On 19 Oct 2001, Stefan Bodewig <[EMAIL PROTECTED]> wrote:

> (4) Keep it the way it is in Ant 1.4

if we'd really use hardcoded names, the implementation should be
smarter than the one of 1.x 8-):

[EMAIL PROTECTED] /tmp >cat > silly.xml
<project default="foo">
  <taskdef name="property" classname="org.apache.tools.ant.taskdefs.Echo" />
  <property message="So what?" />
  <target name="foo" />
</project>

[EMAIL PROTECTED] /tmp >ant -f silly.xml 
Buildfile: silly.xml
Trying to override old definition of task property
 [property] So what?

foo:

BUILD SUCCESSFUL

Stefan

Reply via email to