Project

Profile

Help

Bug #5694

closed

Using -export without a filename causes an NPE

Added by Norm Tovey-Walsh over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Command Line
Sprint/Milestone:
-
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
Fixed in Maintenance Release:
Platforms:
.NET, Java

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

Also available in: Atom PDF