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
During the compilation of the ttt-ttv module in the Timed Text Toolkit project, the build fails with the following error: error while writing com.skynav.ttv.w3c.ttml2.validation.valid.ValidTestCases: could not create parent directories
This issue appears to be related to a failure in creating the necessary directories during the testCompile phase, as indicated in the Maven build logs. The problem prevents the successful compilation of the module, causing the overall build to fail.
The issue also persists with the ttt-ttpe module.
Verified filesystem permissions and available disk space.
Attempted to clean and rebuild the project using mvn clean install.
The issue persists despite ensuring a writable environment.
During the compilation of the ttt-ttv module in the Timed Text Toolkit project, the build fails with the following error:
error while writing com.skynav.ttv.w3c.ttml2.validation.valid.ValidTestCases: could not create parent directories
This issue appears to be related to a failure in creating the necessary directories during the testCompile phase, as indicated in the Maven build logs. The problem prevents the successful compilation of the module, causing the overall build to fail.
The issue also persists with the ttt-ttpe module.
Verified filesystem permissions and available disk space.
Attempted to clean and rebuild the project using mvn clean install.
The issue persists despite ensuring a writable environment.
The full compile log is attached for reference. compile_issue.log
My system:
To temporarily resolve the issue, I renamed ttt\ttt-ttv\src\test\ and ttt\ttt-ttpe\src\test\ folders and the build runs successfully.
The text was updated successfully, but these errors were encountered: