Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- compileJSE:
- [echo] compiling org.jvoicexml.jsapi2 for JSE with debug=true, optimize=fal
- se
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\build.xml:115: warni
- ng: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
- to false for repeatable builds
- [javac] Compiling 19 source files to C:\work\sphinx4\src\jsapi2\org.jvoicexm
- l.jsapi2\preverify
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseAudioManager.java:54: cannot find symbol
- [javac] symbol : variable DEFAULT_MASK
- [javac] location: class javax.speech.AudioEvent
- [javac] audioMask = AudioEvent.DEFAULT_MASK;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseAudioManager.java:74: warning: [unchecked] unchecked call to addElement
- (E) as a member of the raw type java.util.Vector
- [javac] audioListeners.addElement(listener);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseAudioManager.java:119: cannot find symbol
- [javac] symbol : variable AUDIO_STARTED
- [javac] location: class javax.speech.AudioEvent
- [javac] AudioEvent.AUDIO_STARTED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseAudioManager.java:149: cannot find symbol
- [javac] symbol : variable AUDIO_STOPPED
- [javac] location: class javax.speech.AudioEvent
- [javac] AudioEvent.AUDIO_STOPPED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseAudioManager.java:233: cannot find symbol
- [javac] symbol : method getMediaLocator()
- [javac] location: interface javax.speech.AudioManager
- [javac] final String otherLocator = audioManager.getMediaLocator();
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseAudioManager.java:261: cannot find symbol
- [javac] symbol : method audioUpdate(javax.speech.AudioEvent)
- [javac] location: interface javax.speech.AudioListener
- [javac] listener.audioUpdate(event);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseAudioManager.java:269: cannot find symbol
- [javac] symbol : method getSpeechEventExecutor()
- [javac] location: interface javax.speech.Engine
- [javac] engine.getSpeechEventExecutor();
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:168: waitEngineState(long) in org.jvoicexml.jsapi2.BaseEngi
- ne cannot implement waitEngineState(long) in javax.speech.Engine; attempting to
- use incompatible return type
- [javac] found : long
- [javac] required: void
- [javac] public final long waitEngineState(final long state)
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:415: resume() in org.jvoicexml.jsapi2.BaseEngine cannot imp
- lement resume() in javax.speech.Engine; attempting to use incompatible return ty
- pe
- [javac] found : boolean
- [javac] required: void
- [javac] public final boolean resume() throws EngineStateException {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:559: removeEngineListener(javax.speech.EngineListener) in o
- rg.jvoicexml.jsapi2.BaseEngine cannot implement removeEngineListener(javax.speec
- h.EngineListener) in javax.speech.Engine; attempting to assign weaker access pri
- vileges; was public
- [javac] protected final void removeEngineListener(final EngineListener l
- istener) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:334: deallocate() in org.jvoicexml.jsapi2.BaseEngine cannot
- implement deallocate() in javax.speech.Engine; overridden method does not throw
- javax.speech.AudioException
- [javac] public final void deallocate()
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:256: allocate() in org.jvoicexml.jsapi2.BaseEngine cannot i
- mplement allocate() in javax.speech.Engine; overridden method does not throw jav
- ax.speech.AudioException
- [javac] public final void allocate() throws AudioException, EngineExcept
- ion,
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:545: addEngineListener(javax.speech.EngineListener) in org.
- jvoicexml.jsapi2.BaseEngine cannot implement addEngineListener(javax.speech.Engi
- neListener) in javax.speech.Engine; attempting to assign weaker access privilege
- s; was public
- [javac] protected final void addEngineListener(final EngineListener list
- ener) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:130: cannot find symbol
- [javac] symbol : variable DEFAULT_MASK
- [javac] location: class javax.speech.EngineEvent
- [javac] private int engineMask = EngineEvent.DEFAULT_MASK;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:312: cannot find symbol
- [javac] symbol : variable ASYNCHRONOUS_MODE
- [javac] location: class org.jvoicexml.jsapi2.BaseEngine
- [javac] if (mode == ASYNCHRONOUS_MODE) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:359: cannot find symbol
- [javac] symbol : variable ASYNCHRONOUS_MODE
- [javac] location: class org.jvoicexml.jsapi2.BaseEngine
- [javac] if (mode == ASYNCHRONOUS_MODE) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:548: warning: [unchecked] unchecked call to addElement(E) a
- s a member of the raw type java.util.Vector
- [javac] engineListeners.addElement(listener);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:664: cannot find symbol
- [javac] symbol : variable FOCUSED
- [javac] location: interface javax.speech.Engine
- [javac] if ((state & Engine.FOCUSED) != 0) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:670: cannot find symbol
- [javac] symbol : variable DEFOCUSED
- [javac] location: interface javax.speech.Engine
- [javac] if ((state & Engine.DEFOCUSED) != 0) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:694: cannot find symbol
- [javac] symbol : variable FOCUSED
- [javac] location: class org.jvoicexml.jsapi2.BaseEngine
- [javac] return PAUSED | RESUMED | FOCUSED | DEFOCUSED | ALLOCATED
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:694: cannot find symbol
- [javac] symbol : variable DEFOCUSED
- [javac] location: class org.jvoicexml.jsapi2.BaseEngine
- [javac] return PAUSED | RESUMED | FOCUSED | DEFOCUSED | ALLOCATED
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:721: cannot find symbol
- [javac] symbol : variable ERROR_OCCURRED
- [javac] location: class org.jvoicexml.jsapi2.BaseEngine
- [javac] if ((state & ERROR_OCCURRED) == ERROR_OCCURRED) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngine.java:721: cannot find symbol
- [javac] symbol : variable ERROR_OCCURRED
- [javac] location: class org.jvoicexml.jsapi2.BaseEngine
- [javac] if ((state & ERROR_OCCURRED) == ERROR_OCCURRED) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngineProperties.java:84: cannot find symbol
- [javac] symbol : variable NORM_TRUSTED_PRIORITY
- [javac] location: interface javax.speech.EngineProperties
- [javac] priority = EngineProperties.NORM_TRUSTED_PRIORITY;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngineProperties.java:103: cannot find symbol
- [javac] symbol : variable NORM_TRUSTED_PRIORITY
- [javac] location: interface javax.speech.EngineProperties
- [javac] setPriority(EngineProperties.NORM_TRUSTED_PRIORITY);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngineProperties.java:154: warning: [unchecked] unchecked call to addEl
- ement(E) as a member of the raw type java.util.Vector
- [javac] propertyChangeListeners.addElement(listener);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngineProperties.java:176: warning: [unchecked] unchecked call to addEl
- ement(E) as a member of the raw type java.util.Vector
- [javac] propertyChangeRequestListeners.addElement(listener);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\BaseEngineProperties.java:330: cannot find symbol
- [javac] symbol : method getSpeechEventExecutor()
- [javac] location: interface javax.speech.Engine
- [javac] final SpeechEventExecutor executor = engine.getSpeechEventEx
- ecutor();
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:42: org.jvoicexml.jsapi2.recognition.BaseGramm
- ar is not abstract and does not override abstract method setEnabled(boolean) in
- javax.speech.recognition.Grammar
- [javac] public class BaseGrammar implements Grammar, ResultListener {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:85: cannot find symbol
- [javac] symbol : variable ACTIVATION_FOCUS
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
- [javac] activationMode = ACTIVATION_FOCUS;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:121: cannot find symbol
- [javac] symbol : variable ACTIVATION_GLOBAL
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
- [javac] if ((mode != ACTIVATION_GLOBAL)
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:122: cannot find symbol
- [javac] symbol : variable ACTIVATION_MODAL
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
- [javac] && (mode != ACTIVATION_MODAL)
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:123: cannot find symbol
- [javac] symbol : variable ACTIVATION_FOCUS
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
- [javac] && (mode != ACTIVATION_FOCUS)
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:124: cannot find symbol
- [javac] symbol : variable ACTIVATION_INDIRECT
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
- [javac] && (mode != ACTIVATION_INDIRECT)) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:144: cannot find symbol
- [javac] symbol : variable ACTIVATION_GLOBAL
- [javac] location: interface javax.speech.recognition.Grammar
- [javac] } else if (getActivationMode() == Grammar.ACTIVATION_GLOBAL)
- {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:146: cannot find symbol
- [javac] symbol : variable FOCUSED
- [javac] location: interface javax.speech.recognition.Recognizer
- [javac] } else if (recognizer.testEngineState(Recognizer.FOCUSED)) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:147: cannot find symbol
- [javac] symbol : variable ACTIVATION_MODAL
- [javac] location: interface javax.speech.recognition.Grammar
- [javac] if (getActivationMode() == Grammar.ACTIVATION_MODAL) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:160: cannot find symbol
- [javac] symbol : method getGrammarManager()
- [javac] location: interface javax.speech.recognition.Recognizer
- [javac] return recognizer.getGrammarManager();
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:168: warning: [unchecked] unchecked call to ad
- dElement(E) as a member of the raw type java.util.Vector
- [javac] grammarListeners.addElement(listener);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:184: warning: [unchecked] unchecked call to ad
- dElement(E) as a member of the raw type java.util.Vector
- [javac] resultListeners.addElement(listener);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:202: cannot find symbol
- [javac] symbol : method getEngineMode()
- [javac] location: interface javax.speech.recognition.Recognizer
- [javac] (RecognizerMode) recognizer.getEngineMode();
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:230: cannot find symbol
- [javac] symbol : method getSpeechEventExecutor()
- [javac] location: interface javax.speech.recognition.Recognizer
- [javac] recognizer.getSpeechEventExecutor();
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:257: cannot find symbol
- [javac] symbol : method grammarUpdate(javax.speech.recognition.GrammarEvent
- )
- [javac] location: interface javax.speech.recognition.GrammarListener
- [javac] listener.grammarUpdate(event);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:290: cannot find symbol
- [javac] symbol : variable GRAMMAR_CHANGES_REJECTED
- [javac] location: class javax.speech.recognition.GrammarEvent
- [javac] new GrammarEvent(this, GrammarEvent.GRAMMAR_CHANGES_REJE
- CTED,
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseGrammar.java:323: cannot find symbol
- [javac] symbol : method resultUpdate(javax.speech.recognition.ResultEvent)
- [javac] location: interface javax.speech.recognition.ResultListener
- [javac] listener.resultUpdate(event);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:90: waitEngineState(long) in org.jvoicexml.
- jsapi2.BaseEngine cannot implement waitEngineState(long) in javax.speech.Engine;
- attempting to use incompatible return type
- [javac] found : long
- [javac] required: void
- [javac] public abstract class BaseRecognizer extends BaseEngine implements R
- ecognizer {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:136: cannot find symbol
- [javac] symbol : variable DEFAULT_MASK
- [javac] location: class javax.speech.recognition.ResultEvent
- [javac] resultMask = ResultEvent.DEFAULT_MASK;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:137: cannot find symbol
- [javac] symbol : variable DEFAULT_MASK
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] setEngineMask(getEngineMask() | RecognizerEvent.DEFAULT_MASK
- );
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:175: cannot find symbol
- [javac] symbol : variable FOCUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] if (testEngineState(FOCUSED)) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:179: cannot find symbol
- [javac] symbol : variable DEFOCUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] long[] states = setEngineState(DEFOCUSED, FOCUSED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:179: cannot find symbol
- [javac] symbol : variable FOCUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] long[] states = setEngineState(DEFOCUSED, FOCUSED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:180: cannot find symbol
- [javac] symbol : variable ENGINE_FOCUSED
- [javac] location: class javax.speech.EngineEvent
- [javac] postEngineEvent(states[0], states[1], EngineEvent.ENGINE_FOC
- USED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:200: cannot find symbol
- [javac] symbol : variable DEFOCUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] if (testEngineState(DEFOCUSED)) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:204: cannot find symbol
- [javac] symbol : variable FOCUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] long[] states = setEngineState(FOCUSED, DEFOCUSED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:204: cannot find symbol
- [javac] symbol : variable DEFOCUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] long[] states = setEngineState(FOCUSED, DEFOCUSED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:205: cannot find symbol
- [javac] symbol : variable ENGINE_DEFOCUSED
- [javac] location: class javax.speech.EngineEvent
- [javac] postEngineEvent(states[0], states[1], EngineEvent.ENGINE_DEF
- OCUSED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:270: cannot find symbol
- [javac] symbol : method recognizerUpdate(javax.speech.recognition.Recognize
- rEvent)
- [javac] location: interface javax.speech.recognition.RecognizerListener
- [javac] listener.recognizerUpdate(recognizerEvent);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:278: cannot find symbol
- [javac] symbol : variable SPEECH_STARTED
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] case RecognizerEvent.SPEECH_STARTED:
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:279: cannot find symbol
- [javac] symbol : variable SPEECH_STOPPED
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] case RecognizerEvent.SPEECH_STOPPED:
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:280: cannot find symbol
- [javac] symbol : variable RECOGNIZER_BUFFERING
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] case RecognizerEvent.RECOGNIZER_BUFFERING:
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:281: cannot find symbol
- [javac] symbol : variable RECOGNIZER_NOT_BUFFERING
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] case RecognizerEvent.RECOGNIZER_NOT_BUFFERING:
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:286: cannot find symbol
- [javac] symbol : variable UNKNOWN_AUDIO_POSITION
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] RecognizerEvent.UNKNOWN_AUDIO_POSITION);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:293: cannot find symbol
- [javac] symbol : variable SPEECH_STARTED
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] case RecognizerEvent.SPEECH_STARTED:
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:294: cannot find symbol
- [javac] symbol : variable SPEECH_STOPPED
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] case RecognizerEvent.SPEECH_STOPPED:
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:295: cannot find symbol
- [javac] symbol : variable RECOGNIZER_BUFFERING
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] case RecognizerEvent.RECOGNIZER_BUFFERING:
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:296: cannot find symbol
- [javac] symbol : variable RECOGNIZER_NOT_BUFFERING
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] case RecognizerEvent.RECOGNIZER_NOT_BUFFERING:
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:299: cannot find symbol
- [javac] symbol : variable UNKNOWN_AUDIO_POSITION
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] audioPosition = RecognizerEvent.UNKNOWN_AUDIO_POSITION;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:302: cannot find symbol
- [javac] symbol : constructor RecognizerEvent(org.jvoicexml.jsapi2.recogniti
- on.BaseRecognizer,int,long,long,<nulltype>,<nulltype>,long)
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] final RecognizerEvent event = new RecognizerEvent(this,
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:341: cannot find symbol
- [javac] symbol : method resultUpdate(javax.speech.recognition.ResultEvent)
- [javac] location: interface javax.speech.recognition.ResultListener
- [javac] ((ResultListener) el).resultUpdate((ResultEvent) event);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:368: warning: [unchecked] unchecked call to
- addElement(E) as a member of the raw type java.util.Vector
- [javac] resultListeners.addElement(listener);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:445: cannot find symbol
- [javac] symbol : method isActivatable()
- [javac] location: interface javax.speech.recognition.Grammar
- [javac] if (grammar.isActivatable()) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:448: cannot find symbol
- [javac] symbol : method getReference()
- [javac] location: interface javax.speech.recognition.Grammar
- [javac] grammar.getReference(), existChanges);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:449: warning: [unchecked] unchecked call to
- addElement(E) as a member of the raw type java.util.Vector
- [javac] newGrammars.addElement(definition);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:525: cannot find symbol
- [javac] symbol : method audioStart()
- [javac] location: interface javax.speech.AudioManager
- [javac] audioManager.audioStart();
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:530: cannot find symbol
- [javac] symbol : variable DEFOCUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] ALLOCATED | PAUSED | DEFOCUSED |
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:531: cannot find symbol
- [javac] symbol : variable NOT_BUFFERING
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] NOT_BUFFERING);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:567: cannot find symbol
- [javac] symbol : method audioStop()
- [javac] location: interface javax.speech.AudioManager
- [javac] audioManager.audioStop();
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:581: cannot find symbol
- [javac] symbol : variable BUFFERING
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] setEngineState(BUFFERING, NOT_BUFFERING);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:581: cannot find symbol
- [javac] symbol : variable NOT_BUFFERING
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] setEngineState(BUFFERING, NOT_BUFFERING);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:607: cannot find symbol
- [javac] symbol : variable RECOGNIZER_LISTENING
- [javac] location: class javax.speech.recognition.RecognizerEvent
- [javac] postEngineEvent(0, LISTENING, RecognizerEvent.RECOGNIZER
- _LISTENING);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:608: cannot find symbol
- [javac] symbol : variable NOT_BUFFERING
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] setEngineState(NOT_BUFFERING, BUFFERING);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizer.java:608: cannot find symbol
- [javac] symbol : variable BUFFERING
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
- [javac] setEngineState(NOT_BUFFERING, BUFFERING);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:32: org.jvoicexml.jsapi2.recognit
- ion.BaseRecognizerProperties is not abstract and does not override abstract meth
- od removePropertyChangeListener(java.beans.PropertyChangeListener) in javax.spee
- ch.EngineProperties
- [javac] public class BaseRecognizerProperties
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:202: getSpeedVsAccuracy() in org.
- jvoicexml.jsapi2.recognition.BaseRecognizerProperties cannot implement getSpeedV
- sAccuracy() in javax.speech.recognition.RecognizerProperties; attempting to use
- incompatible return type
- [javac] found : int
- [javac] required: float
- [javac] public int getSpeedVsAccuracy() {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:195: getSensitivity() in org.jvoi
- cexml.jsapi2.recognition.BaseRecognizerProperties cannot implement getSensitivit
- y() in javax.speech.recognition.RecognizerProperties; attempting to use incompat
- ible return type
- [javac] found : int
- [javac] required: float
- [javac] public int getSensitivity() {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:181: getIncompleteTimeout() in or
- g.jvoicexml.jsapi2.recognition.BaseRecognizerProperties cannot implement getInco
- mpleteTimeout() in javax.speech.recognition.RecognizerProperties; attempting to
- use incompatible return type
- [javac] found : int
- [javac] required: float
- [javac] public int getIncompleteTimeout() {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:160: getCompleteTimeout() in org.
- jvoicexml.jsapi2.recognition.BaseRecognizerProperties cannot implement getComple
- teTimeout() in javax.speech.recognition.RecognizerProperties; attempting to use
- incompatible return type
- [javac] found : int
- [javac] required: float
- [javac] public int getCompleteTimeout() {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:138: cannot find symbol
- [javac] symbol : variable ADAPT_PAUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] adaptation = ADAPT_PAUSED | ADAPT_RESUMED;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:138: cannot find symbol
- [javac] symbol : variable ADAPT_RESUMED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] adaptation = ADAPT_PAUSED | ADAPT_RESUMED;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:138: incompatible types
- [javac] found : boolean
- [javac] required: int
- [javac] adaptation = ADAPT_PAUSED | ADAPT_RESUMED;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:140: cannot find symbol
- [javac] symbol : variable NORM_CONFIDENCE
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] confidenceThreshold = NORM_CONFIDENCE;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:141: cannot find symbol
- [javac] symbol : variable ENDPOINT_SPEECH_DETECTION
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] endpointStyle = ENDPOINT_SPEECH_DETECTION;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:144: cannot find symbol
- [javac] symbol : variable NORM_ACCURACY
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] sensitivity = NORM_ACCURACY;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:145: cannot find symbol
- [javac] symbol : variable NORM_ACCURACY
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] speedVsAccuracy = NORM_ACCURACY;
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:224: cannot find symbol
- [javac] symbol : variable ADAPT_PAUSED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] setAdaptation(ADAPT_PAUSED | ADAPT_RESUMED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:224: cannot find symbol
- [javac] symbol : variable ADAPT_RESUMED
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] setAdaptation(ADAPT_PAUSED | ADAPT_RESUMED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:224: setAdaptation(int) in org.jv
- oicexml.jsapi2.recognition.BaseRecognizerProperties cannot be applied to (boolea
- n)
- [javac] setAdaptation(ADAPT_PAUSED | ADAPT_RESUMED);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:226: cannot find symbol
- [javac] symbol : variable NORM_CONFIDENCE
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] setConfidenceThreshold(NORM_CONFIDENCE);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:227: cannot find symbol
- [javac] symbol : variable ENDPOINT_SPEECH_DETECTION
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] setEndpointStyle(ENDPOINT_SPEECH_DETECTION);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:230: cannot find symbol
- [javac] symbol : variable NORM_ACCURACY
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] setSensitivity(NORM_ACCURACY);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:231: cannot find symbol
- [javac] symbol : variable NORM_ACCURACY
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] setSpeedVsAccuracy(NORM_ACCURACY);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:270: cannot find symbol
- [javac] symbol : variable MAX_CONFIDENCE
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] if ((confidenceThreshold > MAX_CONFIDENCE)
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:271: cannot find symbol
- [javac] symbol : variable MIN_CONFIDENCE
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] || (confidenceThreshold < MIN_CONFIDENCE)) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:287: cannot find symbol
- [javac] symbol : variable ENDPOINT_SPEECH_DETECTION
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] if ((style != ENDPOINT_SPEECH_DETECTION)
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:288: cannot find symbol
- [javac] symbol : variable ENDPOINT_PUSH_TO_START
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] && (style != ENDPOINT_PUSH_TO_START)
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:289: cannot find symbol
- [javac] symbol : variable ENDPOINT_PUSH_TO_TALK
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] && (style != ENDPOINT_PUSH_TO_TALK)) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:333: cannot find symbol
- [javac] symbol : variable MAX_CONFIDENCE
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] if ((value > MAX_CONFIDENCE)
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseRecognizerProperties.java:334: cannot find symbol
- [javac] symbol : variable MIN_CONFIDENCE
- [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
- rties
- [javac] || (value < MIN_CONFIDENCE)) {
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\recognition\BaseSpeakerManager.java:31: warning: [unchecked] unchecked call
- to addElement(E) as a member of the raw type java.util.Vector
- [javac] speakerProfiles.addElement(speaker);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\synthesis\BaseSynthesizer.java:173: warning: [unchecked] unchecked call to
- addElement(E) as a member of the raw type java.util.Vector
- [javac] speakableListeners.addElement(listener);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\synthesis\QueueManager.java:314: warning: [unchecked] unchecked call to add
- Element(E) as a member of the raw type java.util.Vector
- [javac] queue.addElement(item);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\synthesis\QueueManager.java:348: warning: [unchecked] unchecked call to add
- Element(E) as a member of the raw type java.util.Vector
- [javac] queue.addElement(item);
- [javac] ^
- [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
- api2\synthesis\QueueManager.java:729: warning: [unchecked] unchecked call to add
- Element(E) as a member of the raw type java.util.Vector
- [javac] playQueue.addElement(item);
- [javac] ^
- [javac] 100 errors
- [javac] 13 warnings
- BUILD FAILED
- C:\work\sphinx4\build.xml:227: The following error occurred while executing this
- line:
- C:\work\sphinx4\build.xml:274: The following error occurred while executing this
- line:
- C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\build.xml:115: Compile failed; s
- ee the compiler error output for details.
- Total time: 13 seconds
- C:\work\sphinx4>
Advertisement
Add Comment
Please, Sign In to add comment