You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think testResource../runtime has unintended consequences, but they were not triggered until I created a runtime folder. What is a testResource for?
Background
Expected contents of tool/target/test-classes folder:
I was doing some reorganization to untangle the build system. Anyway, I created a runtime/ directory that was a peer of tool/ and started having the build files (e.g. package.json) in that directory. This had an unexpected impact on the maven folder:
The first time (after clean) test generation works OK, but if I re-run test generation, it fails:
The text was updated successfully, but these errors were encountered:
@sharwell I don't understand this, can you help explain?
For years, we've had this is tool/pom.xml:
I think testResource
../runtime
has unintended consequences, but they were not triggered until I created a runtime folder. What is a testResource for?Background
Expected contents of tool/target/test-classes folder:
I was doing some reorganization to untangle the build system. Anyway, I created a runtime/ directory that was a peer of tool/ and started having the build files (e.g. package.json) in that directory. This had an unexpected impact on the maven folder:
The first time (after clean) test generation works OK, but if I re-run test generation, it fails:
The text was updated successfully, but these errors were encountered: