Debugging taskdef Java class from Eclipse ANT -
Debugging taskdef Java class from Eclipse ANT -
i have read posting how debug java code when using ant script in eclipse kind of want newish ant , still little confused
i using 3rd party classes off sourceforge (so no license issues) , have xml file references suite of tasks
<project name="utility-mine"> <taskdef resource="mine.tasks"/> </project> and mine.tasks file lists task names , classes phone call below.
one of classes malfunctions when called ant can accept, allegedly, fileset in order include or exclude files or directories doesn't, want able debug in situ in eclipse , set break points in java code class, how go current setup obv taskdef resolves class , not called direct unlike link above. please if possible provide "dullard" level reply , instruction cos thicky :) thanks.
debugging ant
Comments
Post a Comment