Re: How to debug ant source inside RAD / Eclipse

2013-01-21 Thread Antoine Levy Lambert
If you want to debug the source code of Ant or of custom Ant tasks that you develop and you are using Eclipse or RAD. here is what you can do. Ant can be started as an "External Tool". In the External Tools Conifgurations dialog box, you can create an "Ant Build" build configuration, selecting

How to debug ant source inside RAD / Eclipse

2013-01-20 Thread WebServices Development
Is there a way to debug ANT source by using it to build inside Rational Application Developer ( RAD ) or Eclipse? I have downloaded the ANT 1.8.4 source and did a build in RAD using the build.xml which created the ant jar files. I then tried to create a launcher using these built jar files, bu