ScalaBuff
ScalaBuff copied to clipboard
test file names incorrect?
Not sure if it's just something I messed up, but it looks like a couple of files in scalabuff-compiler/src/test/resources/parsed/ might be incorrectly named. I'm getting 17 errors on
sbt assembly due to FileNotFoundExceptions, [info] ParserTest: [info] - InvalidSimple *** FAILED *** [info] java.io.FileNotFoundException: scalabuff-compiler/src/test/resources/parsed/InvalidSimple.txt (No such file or directory)
Changing the file name from invalidSimple.txt to InvalidSimple.txt fixes the problem. Maybe I just have something else misconfigured though.