skynav / ttt

Timed Text Toolkit
BSD 2-Clause "Simplified" License
75 stars 15 forks source link

Compilation Error coming when trying to build the module #281

Closed aki-sud closed 4 years ago

aki-sud commented 4 years ago

Hi, The following error is thrown when I run "mvn clean install" command in cmd -

[INFO]

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3. 1:testCompile (default-testCompile) on project ttt-ttv: Compilation failure [ERROR] /D:/ttt-master/ttt-ttv/src/test/java/com/skynav/ttv/w3c/ttml1/validation /valid/ValidTestCases.java:[36,8] error while writing com.skynav.ttv.w3c.ttml1.validation.valid.ValidTestCases: could not create parent directories

OS used- Windows 7 Maven version - 3.6.3

skynavga commented 4 years ago

Windows is not supported. Use MacOS or Linux platform.

skynavga commented 4 years ago

Note, if you have a fix and wish to propose a PR, please feel free to do so. Thanks.

aki-sud commented 4 years ago

Thanks and regards for your immediate support