-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When specifying an initial template in a task it still expects an xml source.
To reproduce, create a task without xmlSource, but with an initialTemplate:
{
"type": "xslt",
"label": "xslt: Saxon Transform (New)",
"saxonJar": "${config:XSLT.tasks.saxonJar}",
"xsltFile": "convert.xsl",
"resultPath": "-",
"initialTemplate": "main",
"group": {
"kind": "build"
},
"problemMatcher": [
"$saxon-xslt"
]
}
Run the task. The command line will show the empty -s: parameter (and Saxon shows this error):
-xsl:convert.xsl -s: -it:main -o:-
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working