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

zip file attributes not processed correctly in voice-cmu-slt-hsmm #60

Closed
psibre opened this issue Jul 6, 2012 · 1 comment
Closed
Assignees

Comments

@psibre
Copy link
Member

psibre commented Jul 6, 2012

For one thing, this throws

java.lang.NumberFormatException: For input string: "${zip_size}"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:449)
    at java.lang.Integer.parseInt(Integer.java:499)
    at marytts.tools.install.ComponentDescription.<init>(ComponentDescription.java:154)
    at marytts.tools.install.VoiceComponentDescription.<init>(VoiceComponentDescription.java:67)
    at marytts.tools.install.InstallFileParser.<init>(InstallFileParser.java:83)
    at marytts.tools.install.InstallerGUI.main(InstallerGUI.java:811)

when the marytts-component-installer.sh is run.

The relevant lines in voice-cmu-slt-hsmm-5.1-SNAPSHOT-component.xml are:

marytts ingmar$ grep -n zip_ voice-cmu-slt-hsmm/target/*
voice-cmu-slt-hsmm/target/voice-cmu-slt-hsmm-5.1-SNAPSHOT-component.xml:8:            md5sum="${zip_md5}" size="${zip_size}">

These attributes are not filtered as intended from voice-cmu-slt-hsmm/src/non-packaged-resources/voice-component.xml.

@ghost ghost assigned psibre Jul 6, 2012
@psibre
Copy link
Member Author

psibre commented Aug 3, 2012

Can no longer reproduce this. Closing the bug pending regression.

@psibre psibre closed this as completed Aug 3, 2012
psibre added a commit to psibre/marytts that referenced this issue Aug 3, 2015
…urce

The zip file size and hash properties weren't being generated correctly anyway on OSX, so this also fixes marytts#60.
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