Hi,
I am trying to install Sphinx4 from the SVN repository using NetBeans 6.1. I was following the directions for installing with NetBeans, and I'm at the step of trying to open a "Java Free-Form Project" so that I can use the existing Ant build script. It asks me to specify the location of the build script, and I don't know how to find it in the SVN repository that I downloaded. Can someone help me find it please?
Thanks
Stephen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok thanks. So now I went through the directions to build sphinx4, but I'm trying to run the tests/demos, and it looks like I don't have the file TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.jar
anywhere in the subversion directory that I downloaded. Does this mean I've done something wrong at an earlier stage, or do I just need to get the file from somewhere else? Thanks a lot!
Stephen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Holger,
thanks for the timely response. i'm kind of new to java and ant, so this process is a little confusing to me. the way i understand it, the ant utility is integrated into my IDE (netbeans 6.1), so i did not separately download ant. so i don't have an "ant" executable, and i don't see a command in the netbeans GUI that clearly corresponds to the "ant all" command that you suggest. does that make sense? thanks again for the help.
Stephen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to install Sphinx4 from the SVN repository using NetBeans 6.1. I was following the directions for installing with NetBeans, and I'm at the step of trying to open a "Java Free-Form Project" so that I can use the existing Ant build script. It asks me to specify the location of the build script, and I don't know how to find it in the SVN repository that I downloaded. Can someone help me find it please?
Thanks
Stephen
build.xml is the build script for Ant. It should be in the root folder where ever you saved sphinx to.
Ok thanks. So now I went through the directions to build sphinx4, but I'm trying to run the tests/demos, and it looks like I don't have the file TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.jar
anywhere in the subversion directory that I downloaded. Does this mean I've done something wrong at an earlier stage, or do I just need to get the file from somewhere else? Thanks a lot!
Stephen
Hi Stephen,
just run:
ant all
This will create the library in the lib-directory.
-holger
Hi Holger,
thanks for the timely response. i'm kind of new to java and ant, so this process is a little confusing to me. the way i understand it, the ant utility is integrated into my IDE (netbeans 6.1), so i did not separately download ant. so i don't have an "ant" executable, and i don't see a command in the netbeans GUI that clearly corresponds to the "ant all" command that you suggest. does that make sense? thanks again for the help.
Stephen