[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 by LH on October 20, 2006 at 09:51 PM MDT #
Posted by 195.212.29.79 on February 20, 2012 at 03:54 PM MST #
Posted by Madhu on November 21, 2016 at 07:10 PM MST #