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 + XSLT Debug on JDev

Sambasivarao Medavarapu-OracleJul 16 2018 — edited Jul 17 2018

Hi,

I've been assigned with XML to dita conversion tool. For that, I've given a try to write XSLT using Ant build. Everything is working fine.

Now I found an option to debug the Ant script in Jdeveloper. I put some break points at Ant script and XSLTs. The control is stopping at break point in Ant script but not XSLTs.

Any clue would be great help to stop the control at XSLTs as well in the debugging process.

Jdev 12.1.2

XSLT 2.0

In built Apache Ant Version 1.8.4

Below is sample Ant, XSLT and XML

https://en.wikibooks.org/wiki/Apache_Ant/XSLT

Thanks in advance,

Samba.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2018
Added on Jul 16 2018
4 comments
228 views