20030606 Friday June 06, 2003

[Ant] Trying to override old definition of task $taskname I've seen the following message printed out as part of our build process for quite a few months now - and decided to try and fix it today.

compile-common:
Trying to override old definition of task runservertests
Trying to override old definition of task canoo
Trying to override old definition of task dbunit

I found that moving my <taskdef>'s from the root level (right under <project>) to inside my "init" target fixed the problem. Easy fix, no more messages. Posted in Java at Jun 06 2003, 08:32:29 AM MDT 1 Comment

Comments:

Helpful detail. Worked for me too. Thanks!

Posted by LH on October 20, 2006 at 03:51 PM MDT #

Post a Comment:
  • HTML Syntax: Allowed