Shanedell commented on issue #57:
URL: https://github.com/apache/daffodil-vscode/issues/57#issuecomment-993851271
@mbeckerle I believe I have an update ready for having the Launch Config
Wizard allowing the user to select multiple jar files or a folder full of jar
files to the classpath.
However, I am having a difficult time testing if the changes I made are
working properly. I was able to get PCAP to start debugging so that is a good
thing there. But when I get to a certain step it seems to break or if I just
hit continue it doesn't seem to output anything in the infoset file.
Also when I try debugging the ethernetIP schema I get a no global elements
error.
Would you be able to point me towards some documentation of how things need
setup to debug a schema?
@jw3 and I had a talk yesterday about this, I was able to get further from
where we at when we stopped chatting but one thing we did notice is in the
ethernetIP it is now using daffodil `3.2.0` where the extension uses `3.1.0`
wasn't sure how big of a factor that would be.
But also for being able to build the schemas so we could get the required
jars we had to this to `build.sbt`
```
enablePlugins(UniversalPlugin, JavaAppPackaging)
```
We also had to add a `project/plugins.sbt` with
```
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
```
to be able to run `sbt universal:stage`.
Would you be able to clear some of this up as well how should be building
these schemas to get the jars?
--
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]