How to debug Plugin from eclipse
Oxygen general issues.
-
- Posts: 3
- Joined: Mon Nov 12, 2012 9:57 pm
How to debug Plugin from eclipse
I have followed the steps in http://www.oxygenxml.com/forum/post18565.html to get eclipse launching Oxygen in debug mode.
How can I get Oxygen to run my plugin from Eclipse instead of the plugins directory?
Thanks for any help in pointing me in the right direction.
How can I get Oxygen to run my plugin from Eclipse instead of the plugins directory?
Thanks for any help in pointing me in the right direction.
-
- Posts: 1016
- Joined: Wed Nov 16, 2005 11:11 am
Re: How to debug Plugin from eclipse
Post by alex_jitianu »
Hi,
First of all you must tell Oxygen to look for plugins in the location where you develop the plugin. You can do that by setting the system property "com.oxygenxml.editor.plugins.dir". Then add to the plugin's classpath the directory where Eclipse has compiled your classes. You can do that by editing plugin.xml and adding:
Best regards,
Alex
First of all you must tell Oxygen to look for plugins in the location where you develop the plugin. You can do that by setting the system property "com.oxygenxml.editor.plugins.dir". Then add to the plugin's classpath the directory where Eclipse has compiled your classes. You can do that by editing plugin.xml and adding:
Code: Select all
<runtime>
<library name="classes"/>
</runtime>
Alex
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service