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

Applying plugin as described in readme leads to build failure with exception > Failed to apply plugin [id 'de.dfki.mary.voicebuilding.marytts-kaldi-mfa'] #30

Open
dschmutzVox opened this issue Apr 28, 2021 · 1 comment

Comments

@dschmutzVox
Copy link

When applying the plugin like described in https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin/blob/master/README.md
and trying to build my grade project i get following exception:

FAILURE: Build failed with an exception.

  • Where:
    Build file 'C:\Users\dschmutz\workspace\voice_dominik\build.gradle' line: 23

  • What went wrong:
    A problem occurred evaluating root project 'voice_dominik'.

Failed to apply plugin [id 'de.dfki.mary.voicebuilding.marytts-kaldi-mfa']
Could not create task ':convertTextToMaryXml'.
> Could not create task of type 'ConvertTextToMaryXml'.
> Could not find method newInputDirectory() for arguments [] on object of type de.dfki.mary.voicebuilding.tasks.ConvertTextToMaryXml.

I've tried it with both versions described here:
https://plugins.gradle.org/plugin/de.dfki.mary.voicebuilding.marytts-kaldi-mfa

Both the Using the plugins DSL as well as Using legacy plugin application leads to the same error that could be seen above!!

You can see my build.gradle file in the attachment!

What am i doing wrong or what has to be done that i can build my project with the plugin and afterwards run
the convertToMaryXml etc. tasks?

build.gradle.zip

@psibre
Copy link
Member

psibre commented Mar 9, 2024

Please try with v0.4.1

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

2 participants