Documentation generation failure
Posted: Wed Jan 15, 2014 2:29 am
We're trying to use Oxygen's stylesheetDocumentation.sh script to generate documentation, and on some machines (but not others), we're getting this error:
Why is oXygen trying to read/write to /root/ anything (it's running as a regular user), and what is it trying to access? Do you have any idea how we can avoid this?
Code: Select all
Script file for generating XSL Stylesheet documentation
using oXygen XML Editor stylesheet documentation generator.
Exception in thread "main" java.lang.ExceptionInInitializerError
at ro.sync.xsl.documentation.XSLStylesheetDocumentationGenerator.main(Unknown Source)
Caused by: java.lang.RuntimeException: The preferences directory: /root/.com.oxygenxml
cannot be accessed !/n Please check the read/write access on that folder and its ancestors !
at ro.sync.exml.options.gc.n(Unknown Source)
at ro.sync.exml.options.Options.r(Unknown Source)
at ro.sync.exml.options.gc.q(Unknown Source)
at ro.sync.exml.options.Options.<init>(Unknown Source)
at ro.sync.exml.options.Options.<init>(Unknown Source)
at ro.sync.exml.options.Options.z(Unknown Source)
at ro.sync.exml.options.Options.getInstance(Unknown Source)
at ro.sync.exml.r.e(Unknown Source)
at ro.sync.exml.l.g.<clinit>(Unknown Source)
... 1 more
Documentation generation did not succeed, return code 1