You need to upgrade your version of ant. We use some features of ant that were introduced in version 1.6. We are currently using 1.6.1. Get the latest version and all should be well.
Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks, after update build is started.
... but next errors occurs:
<out skipped>
keystore:
[genkey] Generating Key for unknown
BUILD FAILED
/opt/soft/sphinx/build.xml:228: Following error occured while executing this line
/opt/soft/sphinx/build.xml:261: Following error occured while executing this line
/opt/soft/sphinx/demo.xml:162: Execute failed: java.io.IOException: java.io.IOException: keytool: not found
How fix therewith?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried to build sphinx4...
[shc@shc sphinx]# ant
Buildfile: build.xml
BUILD FAILED
file:/opt/soft/sphinx/build.xml:59: Unexpected element "condition"
What I do wrong? Missing java classes? JRE 1.5beta2, ant 1.5.4, sphinx4 from cvs.
Alexander:
You need to upgrade your version of ant. We use some features of ant that were introduced in version 1.6. We are currently using 1.6.1. Get the latest version and all should be well.
Paul
Thanks, after update build is started.
... but next errors occurs:
<out skipped>
keystore:
[genkey] Generating Key for unknown
BUILD FAILED
/opt/soft/sphinx/build.xml:228: Following error occured while executing this line
/opt/soft/sphinx/build.xml:261: Following error occured while executing this line
/opt/soft/sphinx/demo.xml:162: Execute failed: java.io.IOException: java.io.IOException: keytool: not found
How fix therewith?
Alexander:
Make sure that your search PATH variable includes the java JDK bin directory.
Paul