Shanedell commented on issue #377: URL: https://github.com/apache/daffodil-vscode/issues/377#issuecomment-1343104026
@mbeckerle @stevedlawrence I about have this solved but there is one issue I need some guidance on. So to run a schema we can't use `src/test/test.dfdl.xsd` since its not a correct schema, I had tried making one that is acceptable but still had issues. So what I did was add file `src/test/png.dfdl.xsd` from the contents found https://github.com/DFDLSchemas/PNG/blob/master/src/main/resources/com/mitre/png/xsd/png.dfdl.xsd. Then I use the png schema against our `images/daffodil.ico` file and everything worked well. Where I need guidance is if this is the way I should be doing it or would you either of you have a different preference? Also if we were to stick with png schema, do I make the rat check ignore it and then add it to the package NOTICE file with the contents of the NOTICE inside of the schema? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
