Open dselman opened 4 years ago
Create a CTO file that imports all types from a namespace using import ... *.
import ... *
The visitor will fail with an error similar to below.
Generating XmlSchema for /Users/dselman/dev/models/build/markdown/ciceromark: Type * is not defined in namespace org.accordproject.commonmark
Create a CTO file that imports all types from a namespace using
import ... *
.The visitor will fail with an error similar to below.
Generating XmlSchema for /Users/dselman/dev/models/build/markdown/ciceromark: Type * is not defined in namespace org.accordproject.commonmark