https://github.com/drmacro/debug-ot
Very simple Eclipse project for running the Open Toolkit from Java for debugging purposes
https://github.com/drmacro/debug-ot
Last synced: over 1 year ago
JSON representation
Very simple Eclipse project for running the Open Toolkit from Java for debugging purposes
- Host: GitHub
- URL: https://github.com/drmacro/debug-ot
- Owner: drmacro
- Created: 2019-02-20T17:28:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T17:36:41.000Z (over 7 years ago)
- Last Synced: 2025-01-29T21:54:52.274Z (over 1 year ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DITA OT Test Project
This is a trivial Eclipse project with a simple main class that runs the OT via
its Java API. This makes it easy to interactively debug the OT's java code.
Requires a separate copy of the OT source project.
The code as written sets the transformation type and other properties
directly but it could be enhanced to take those as command-line arguments
as for the real dita command.