Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ant build->debug

User533538-OracleSep 28 2006 — edited Dec 8 2006
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 5 2007
Added on Sep 28 2006
2 comments
858 views