adl-lang/adl

org.adl.runtime.JsonBinding only created if --json is specified

Closed this issue · 3 comments

The RT depends on org.adl.runtime.JsonBinding, but it is only created if --json is specified.

Hmmm. That's not so good. In practice I've always built with --json. Will look at this, but is there are reason you don't want to turn on on this flag?

Just teething issues on my side.

If there is no reason to run adlc java without the --json then why have it?
Else change it to --no-json :-).

Resolved with

9241e5c