-
If I have the ethernetIP jar on the daffodil debug classpath, only, then when I try to step into the ethernetIP schema I get a failure:
"debugger daffodil.error.scopenotfound", and the parse ends, no…
-
When viewing the PCAP schema using the extension, several items are highlighted as errors that we should look to resolve.
- `$dfdl:byteOrder`
- `$pcap:valueLen`
- `fn:concat` with 2 arguments
…
-
When viewing the PCAP schema using the extension, several items are highlighted as errors that we should look to resolve.
- `$dfdl:byteOrder`
- `$pcap:valueLen`
- `fn:concat` with 2 arguments
…
-
Investigate feasibility of autocomplete of relative items (e.g. from the PCAP schema: `... dfdl:length="{ ../PacketHeader/InclLen }" ...`)
If my cursor is after here: `dfdl:length="{ ../`, and I hi…
-
I am trying to configure the vscode extension to allow me to single step through a DFDL schema.
I am unable to debug what is wrong with the launch.json because it fails, and a backtrace or somethin…
-
See this thread on the mailinglist: https://groups.google.com/g/smooks-user/c/BKnqqGUyX3Y
Used following dependencies:
```
org.smooks.cartridges.edi
smooks-edifact-cartridge
2.0.0-M3
…
-
Similar to #648, if a parse assertion is raised during TDML generate, the error is logged to the console but the debugger is stuck in a paused state (in a normal parse the debugger will exit).
Laun…
-
Sometimes [jobs fail](https://github.com/apache/daffodil-vscode/actions/runs/4500462875/jobs/7919625386) like:
```
$ sbt test && node ./out/tests/runTest.js
[info] welcome to sbt 1.8.2 (Temurin Jav…
-
Trying to figure out how to generate JAXB entity for EDIFACT message. The reason I want to build own JAXB entities is to accomodate user defined identifier or qualifier.
Also I noticed org.smooks.e…
-
XPath expressions embedded within dfdl schema should be highlighted.