I'm working on a Java Active Learning workbook to be hosted on Runestone (not really delivering content, just scaffolded exercises for in class or practice use). I'm struggling with Java File I/O on Runestone in general and would love advice on that.
But the immediate issue I have is that a datafile (that I want to use for students to practice file input reading) is not being built and put into the generated assets folder. Screenshot of code below, with datafile section highlighted, and note that the build was successful (see Terminal), but there is no text file showing up in the generated-assets. I'm sure I must be doing something wrong, but I'm not sure what. I've also tried running 'pretext generate -x "FILE_IO-df1" ' and 'pretext build -g', but the datafile still doesn't appear to be generated.