C:\oss\org_apache\antx>C:\pro\ant1.5.1\bin\ant -f duplicate-target.xml Buildfile: duplicate-target.xml
BUILD FAILED Duplicate target: `twice' Total time: 1 second C:\oss\org_apache\antx>C:\pro\ant1.5.2\bin\ant -f duplicate-target.xml Buildfile: duplicate-target.xml BUILD FAILED Duplicate target: `twice' Total time: 1 second C:\oss\org_apache\antx>C:\pro\ant1.6b\bin\ant -f duplicate-target.xml Buildfile: duplicate-target.xml once: BUILD SUCCESSFUL Total time: 0 seconds C:\oss\org_apache\antx>C:\pro\ant1.6\bin\ant -f duplicate-target.xml Buildfile: duplicate-target.xml once: BUILD SUCCESSFUL Total time: 0 seconds C:\oss\org_apache\antx>C:\pro\ant1.6.1\bin\ant -f duplicate-target.xml Buildfile: duplicate-target.xml once: BUILD SUCCESSFUL Total time: 0 seconds C:\oss\org_apache\antx>type duplicate-target.xml <?xml version="1.0"?> <project name="once twice gone!" default="once"> <target name="once" /> <target name="twice" /> <target name="twice" /> </project> C:\oss\org_apache\antx> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]