stricklandrbls commented on PR #935:
URL: https://github.com/apache/daffodil-vscode/pull/935#issuecomment-1906799815
I believe I followed the PR setup instructions correctly but receiving an
vscode error info box stating that all the files listed in the
`"daffodilDebugclasspath"` do not exist.
> ```
> File or directory:
c:\path\to\pr935/dfdl-mil-std-2045/src/main/resources:c:\path\to\pr935/dfdl-mil-std-2045/target/classes:c:\path\to\pr935/dfdl-tcpMessage/src/main/resources:c:\path\to\pr935/dfdl-tcpMessage/target/classes:c:\path\to\pr935/dfdl-PCAP/src/main/resources:c:\path\to\pr935/dfdl-PCAP/target/classes:c:\path\to\pr935/dfdl-envelope-payload/src/main/resources:c:\path\to\pr935/dfdl-envelope-payload/target/classes:c:\path\to\pr935/dfdl-ethernetIP/src/main/resources:c:\path\to\pr935/dfdl-ethernetIP/target/classes
doesn't exist
```
I manually verified that all those directory locations did in fact exist. I
also didn't received any errors from the previous shell script for cloning &
running the `sbt` commands.
#### PR Directory Structure
```
pr935/
│
├ .vscode/
├ launch.json
│
├ dfdl-envelope-payload/
├ ...
│
├ dfdl-ethernetIP/
├ ...
│
├ dfdl-mil-std-2045/
├ ...
│
├ dfdl-PCAP/
├ ...
│
├ dfdl-tcpMessage/
├ ...
```
--
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]