Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Failure: "Could not create parent directories" for ValidTestCases.java in ttt-ttv module #316

Open
cfadamp opened this issue Jan 27, 2025 · 0 comments

Comments

@cfadamp
Copy link

cfadamp commented Jan 27, 2025

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:

>mvn -version
Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39)
Java version: 1.8.0_241, vendor: Oracle Corporation
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

To temporarily resolve the issue, I renamed ttt\ttt-ttv\src\test\ and ttt\ttt-ttpe\src\test\ folders and the build runs successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant