marytts / gradle-marytts-voicebuilding-plugin

A replacement for the legacy VoiceImportTools in MaryTTS
http://mary.dfki.de/
GNU General Public License v3.0
16 stars 12 forks source link

Refactor to link with the component plugin and remove dependency to marytts-builder #129

Closed seblemaguer closed 4 years ago

seblemaguer commented 4 years ago

Problem with the legacy and mary.base seems to not be set properly for LoadVoiceIT

psibre commented 4 years ago

Turns out there is still some dead code left over, and the test logic is not entirely up-to-date... See also #135.

psibre commented 4 years ago

And I think there's an upstream problem with test sources getting generated into the wrong package, introduced in marytts/gradle-marytts-component-plugin@8541ee70c8172fa5420df2b0bc3a9acc6abf790c; this causes integration test code to be generated as, e.g., build/generatedSrc/integrationTest/groovy/component/marytts/voice/CmuSlt/LoadCmuSltIT.groovy, when it should be in build/generatedSrc/integrationTest/groovy/marytts/voice/CmuSlt/LoadCmuSltIT.groovy...