I don't think the official beta release has a FrontEndTest. You could use the official release rather than the repository. Alternatively, you can explicitly exclude FrontEndTest from the build path so that the rest will compile.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
FrontEndTest uses
import edu.cmu.sphinx.frontend.FrontEndFactory;
This does not exist in the repository so it fails to compile.
I am I missing something or is this work in progress ?
cheers Paul.
I don't think the official beta release has a FrontEndTest. You could use the official release rather than the repository. Alternatively, you can explicitly exclude FrontEndTest from the build path so that the rest will compile.