Maintenance: Planio will be observing a scheduled maintenance window this Sunday, November 10, 2024 from 20:00 UTC until 21:00 UTC to perform important network maintenance in our primary data center. Your Planio account will be unavailable for a few minutes during this maintenance window.
Actions
Bug #5694
closedUsing -export without a filename causes an NPE
Start date:
2022-09-23
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
10, 11, trunk
Fix Committed on Branch:
10, 11, trunk
Description
Hardly a serious problem, but...
$ saxon -xsl:src/main/xsl/dashboard.xsl -export -nogo -target:JS
----------------------------------------
java.lang.NullPointerException
at java.base/java.io.File.<init>(File.java:278)
at net.sf.saxon.Transform.doTransform(Transform.java:755)
at net.sf.saxon.Transform.main(Transform.java:81)
Fatal error during transformation: java.lang.NullPointerException: (no message)
Please register to edit this issue
Actions