-
Notifications
You must be signed in to change notification settings - Fork 19
Development Guide
Lisa edited this page Oct 23, 2013
·
3 revisions
- Saxon License: obtain one and setup your SAXON_HOME environment variable (**SAXON is not required unless doing development or testing of SAXON specific features)
- Oxygen XML Editor: allows easier development and troubleshooting of XML Stylesheets
- wadl-tools used by api-checker to normalize a WADL. Includes useful CLI utilities to perform the normalization step
- Review the TODO.org file for a historical checklist of implemented features.
- Review the RELEASE.md for release notes
The default maven test phase will run all tests, including tests that require a SAXON license. To exclude tests that don't require a saxon license, use the -Pxerces-only maven cmdline setting.
To properly execute all tests in this source repository, do the following: 1. Obtain a Saxon-PE license and save it in a local file named saxon-license.lic 2. Export a SAXON_HOME environment variable that contains the path to the directory where you saved your saxon-license.lic file