I have seen this before with global taskdefs during antcalls between targets in the same build file. You probably have something defined globally that is being loaded multiple times. If you have an init target that gets run at the beginning and then never again during the same execution, you could try moving the definition into that target.
-Andrew On 4/10/07, wolverine my <[EMAIL PROTECTED]> wrote:
The following message always displayed when I execute Ant, > ant backup Buildfile: build.xml Trying to override old definition of datatype resources init: backup: [tar] Nothing to do: C:\... BUILD SUCCESSFUL Total time: 0 seconds What does this really means? What should we do to resolve this problem? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]