Feature #5834
open

Gizmo working with SaxonC
80%
Description
It would be good to get the SaxonJ tool Gizmo working under SaxonC. This would probably be as a command-line tool.
Updated by O'Neil Delpratt about 1 month ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
I have added the Gizmo tool to SaxonC as a C command line application. This works in the same way as documented here: https://www.saxonica.com/documentation12/index.html#!gizmo
We now need to update the SaxonC documentation to mention Gizmo support in 12.1
Updated by O'Neil Delpratt about 1 month ago
- Assignee changed from O'Neil Delpratt to Debbie Lockett
Updated by O'Neil Delpratt 3 days ago
We have had problems getting the interactive part of Gizmo working with SaxonC. This is because JLine2 does is not completely compatible with Graalvm:
Interactive options do not work in conjunction with JLine 2’s ConsoleReader. Either implement a IParameterConsumer which uses JLine2’s ConsoleReader directly or use picocli-shell-jline3.
I have had to remove the Gizmo project from SaxonC build script for now because it is currently crashing the Graalvm build under windows.
Updated by O'Neil Delpratt 3 days ago
- Status changed from In Progress to AwaitingInfo
Updated by Martin Honnen about 20 hours ago
What is the supposed state of Gizmo in the SaxonC 12.1 release? I have Gizmo.c in commands and the bat file builds Gizmo.exe without problems but while I can start the Java Gizmo without any arguments Gizmo.exe
tells me "Error: Not enough arguments in Transform".
Updated by Debbie Lockett about 20 hours ago
- Assignee changed from Debbie Lockett to O'Neil Delpratt
Please register to edit this issue