Forum Discussion
aanderson
7 years agoNew Contributor II
I ended up copying the .schema files in the schema directory of the .m2\repository\com\snaplogic\tools\snappack-installer\4.9.0.M1\snappack-installer-4.9.0.M1.jar archive to the directory the test runner complains about the missing files, jschema/src/test/resources/schema, where jschema is at the base directory where the pom.xml file is located. After copying these files over my JUnit test cases ran with the SnapTestRunner ran successfully. Hopefully in the next SnapLogic release this issue will be fixed and the schema files will be loaded through the classpath like what was probably intended.