Open klokoy opened 6 years ago
Another failure:
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
$ ./node_modules/.bin/cxsd changes-1.0.0.xsd
SHOULD RETRY
C:\node_modules\cget\dist\cget\Cache.js:195
throw (err);
^
Error: getaddrinfo ENOTFOUND null null:80
at errnoException (dns.js:50:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
$ node --version
v8.9.3
Microsoft Windows [Version 10.0.15063]
When I try to parse the following xsd:
cxsd fails with the following stack:
Is there a good way to figure out if the problem is with cxsd or the xsd itself?