jw3/example-daffodil-debug

NoClassDefFoundError TerminatorDelimitedCooker

jw3 opened this issue · 1 comments

jw3 commented

Getting a class not found on a Daffodil type after using a more recent snapshot or even the RC1 artifacts.

This occurs after starting the debug session from vscode.

java.lang.NoClassDefFoundError: org/apache/daffodil/cookers/TerminatorDelimitedCooker$
...
at ddb.debugger.dapodil.Compiler$$anon$1.$anonfun$compile$1(Compiler.scala:20)

Reset some commits off of master here to the packaging branch until this is sorted.

jw3 commented

Eh, looks like it was probably just a stale artifact on my machine. 3.1.0 rc artifacts are working, as is a local snapshot built from daffodil master.