ant build->debug
We already have an ant build script. I want to reuse that script as an default build tools under JDev. I also want to run testcase and debug the code under JDev. Is this achievable?
I go to project properties -> ant -> use project settings -> specify build.xml and default task. Seems it does not work. When i rebuild, it does not pick up the ant script.
And seems there is no place let me to run ant task in debug mode, even i set break point, it does not went to the debug mode. I suspect there may be some class synchronization issue.
I am using JDev 10.1.3. with Junit extension on linux