michael-hoke commented on PR #253: URL: https://github.com/apache/daffodil-vscode/pull/253#issuecomment-1329606358
I think I have the extraction working properly on non-Linux platforms, but it looks like it's failing a bit further in the compilation process now: - If I leave the generator as a resourceGenerator, it doesn't look like Compile / xjc / sources is able to pick up the generated sources because they're generated after the sources list is compiled. - If I change it to a sourceGenerator, sbt tries to read the XML as source files, which causes syntax errors. - The bindings file is using Linux slashes/paths in the schemaLocation. I'm not sure yet if that matters (it looks like the plugin might automatically switch), but I'll note it here so it doesn't get forgotten. -- 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]
