slord

Untitled

Jun 18th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.89 KB | None | 0 0
  1. compileJSE:
  2. [echo] compiling org.jvoicexml.jsapi2 for JSE with debug=true, optimize=fal
  3. se
  4. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\build.xml:115: warni
  5. ng: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
  6. to false for repeatable builds
  7. [javac] Compiling 19 source files to C:\work\sphinx4\src\jsapi2\org.jvoicexm
  8. l.jsapi2\preverify
  9. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  10. api2\BaseAudioManager.java:54: cannot find symbol
  11. [javac] symbol : variable DEFAULT_MASK
  12. [javac] location: class javax.speech.AudioEvent
  13. [javac] audioMask = AudioEvent.DEFAULT_MASK;
  14. [javac] ^
  15. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  16. api2\BaseAudioManager.java:74: warning: [unchecked] unchecked call to addElement
  17. (E) as a member of the raw type java.util.Vector
  18. [javac] audioListeners.addElement(listener);
  19. [javac] ^
  20. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  21. api2\BaseAudioManager.java:119: cannot find symbol
  22. [javac] symbol : variable AUDIO_STARTED
  23. [javac] location: class javax.speech.AudioEvent
  24. [javac] AudioEvent.AUDIO_STARTED);
  25. [javac] ^
  26. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  27. api2\BaseAudioManager.java:149: cannot find symbol
  28. [javac] symbol : variable AUDIO_STOPPED
  29. [javac] location: class javax.speech.AudioEvent
  30. [javac] AudioEvent.AUDIO_STOPPED);
  31. [javac] ^
  32. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  33. api2\BaseAudioManager.java:233: cannot find symbol
  34. [javac] symbol : method getMediaLocator()
  35. [javac] location: interface javax.speech.AudioManager
  36. [javac] final String otherLocator = audioManager.getMediaLocator();
  37. [javac] ^
  38. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  39. api2\BaseAudioManager.java:261: cannot find symbol
  40. [javac] symbol : method audioUpdate(javax.speech.AudioEvent)
  41. [javac] location: interface javax.speech.AudioListener
  42. [javac] listener.audioUpdate(event);
  43. [javac] ^
  44. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  45. api2\BaseAudioManager.java:269: cannot find symbol
  46. [javac] symbol : method getSpeechEventExecutor()
  47. [javac] location: interface javax.speech.Engine
  48. [javac] engine.getSpeechEventExecutor();
  49. [javac] ^
  50. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  51. api2\BaseEngine.java:168: waitEngineState(long) in org.jvoicexml.jsapi2.BaseEngi
  52. ne cannot implement waitEngineState(long) in javax.speech.Engine; attempting to
  53. use incompatible return type
  54. [javac] found : long
  55. [javac] required: void
  56. [javac] public final long waitEngineState(final long state)
  57. [javac] ^
  58. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  59. api2\BaseEngine.java:415: resume() in org.jvoicexml.jsapi2.BaseEngine cannot imp
  60. lement resume() in javax.speech.Engine; attempting to use incompatible return ty
  61. pe
  62. [javac] found : boolean
  63. [javac] required: void
  64. [javac] public final boolean resume() throws EngineStateException {
  65. [javac] ^
  66. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  67. api2\BaseEngine.java:559: removeEngineListener(javax.speech.EngineListener) in o
  68. rg.jvoicexml.jsapi2.BaseEngine cannot implement removeEngineListener(javax.speec
  69. h.EngineListener) in javax.speech.Engine; attempting to assign weaker access pri
  70. vileges; was public
  71. [javac] protected final void removeEngineListener(final EngineListener l
  72. istener) {
  73. [javac] ^
  74. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  75. api2\BaseEngine.java:334: deallocate() in org.jvoicexml.jsapi2.BaseEngine cannot
  76. implement deallocate() in javax.speech.Engine; overridden method does not throw
  77. javax.speech.AudioException
  78. [javac] public final void deallocate()
  79. [javac] ^
  80. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  81. api2\BaseEngine.java:256: allocate() in org.jvoicexml.jsapi2.BaseEngine cannot i
  82. mplement allocate() in javax.speech.Engine; overridden method does not throw jav
  83. ax.speech.AudioException
  84. [javac] public final void allocate() throws AudioException, EngineExcept
  85. ion,
  86. [javac] ^
  87. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  88. api2\BaseEngine.java:545: addEngineListener(javax.speech.EngineListener) in org.
  89. jvoicexml.jsapi2.BaseEngine cannot implement addEngineListener(javax.speech.Engi
  90. neListener) in javax.speech.Engine; attempting to assign weaker access privilege
  91. s; was public
  92. [javac] protected final void addEngineListener(final EngineListener list
  93. ener) {
  94. [javac] ^
  95. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  96. api2\BaseEngine.java:130: cannot find symbol
  97. [javac] symbol : variable DEFAULT_MASK
  98. [javac] location: class javax.speech.EngineEvent
  99. [javac] private int engineMask = EngineEvent.DEFAULT_MASK;
  100. [javac] ^
  101. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  102. api2\BaseEngine.java:312: cannot find symbol
  103. [javac] symbol : variable ASYNCHRONOUS_MODE
  104. [javac] location: class org.jvoicexml.jsapi2.BaseEngine
  105. [javac] if (mode == ASYNCHRONOUS_MODE) {
  106. [javac] ^
  107. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  108. api2\BaseEngine.java:359: cannot find symbol
  109. [javac] symbol : variable ASYNCHRONOUS_MODE
  110. [javac] location: class org.jvoicexml.jsapi2.BaseEngine
  111. [javac] if (mode == ASYNCHRONOUS_MODE) {
  112. [javac] ^
  113. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  114. api2\BaseEngine.java:548: warning: [unchecked] unchecked call to addElement(E) a
  115. s a member of the raw type java.util.Vector
  116. [javac] engineListeners.addElement(listener);
  117. [javac] ^
  118. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  119. api2\BaseEngine.java:664: cannot find symbol
  120. [javac] symbol : variable FOCUSED
  121. [javac] location: interface javax.speech.Engine
  122. [javac] if ((state & Engine.FOCUSED) != 0) {
  123. [javac] ^
  124. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  125. api2\BaseEngine.java:670: cannot find symbol
  126. [javac] symbol : variable DEFOCUSED
  127. [javac] location: interface javax.speech.Engine
  128. [javac] if ((state & Engine.DEFOCUSED) != 0) {
  129. [javac] ^
  130. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  131. api2\BaseEngine.java:694: cannot find symbol
  132. [javac] symbol : variable FOCUSED
  133. [javac] location: class org.jvoicexml.jsapi2.BaseEngine
  134. [javac] return PAUSED | RESUMED | FOCUSED | DEFOCUSED | ALLOCATED
  135. [javac] ^
  136. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  137. api2\BaseEngine.java:694: cannot find symbol
  138. [javac] symbol : variable DEFOCUSED
  139. [javac] location: class org.jvoicexml.jsapi2.BaseEngine
  140. [javac] return PAUSED | RESUMED | FOCUSED | DEFOCUSED | ALLOCATED
  141. [javac] ^
  142. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  143. api2\BaseEngine.java:721: cannot find symbol
  144. [javac] symbol : variable ERROR_OCCURRED
  145. [javac] location: class org.jvoicexml.jsapi2.BaseEngine
  146. [javac] if ((state & ERROR_OCCURRED) == ERROR_OCCURRED) {
  147. [javac] ^
  148. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  149. api2\BaseEngine.java:721: cannot find symbol
  150. [javac] symbol : variable ERROR_OCCURRED
  151. [javac] location: class org.jvoicexml.jsapi2.BaseEngine
  152. [javac] if ((state & ERROR_OCCURRED) == ERROR_OCCURRED) {
  153. [javac] ^
  154. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  155. api2\BaseEngineProperties.java:84: cannot find symbol
  156. [javac] symbol : variable NORM_TRUSTED_PRIORITY
  157. [javac] location: interface javax.speech.EngineProperties
  158. [javac] priority = EngineProperties.NORM_TRUSTED_PRIORITY;
  159. [javac] ^
  160. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  161. api2\BaseEngineProperties.java:103: cannot find symbol
  162. [javac] symbol : variable NORM_TRUSTED_PRIORITY
  163. [javac] location: interface javax.speech.EngineProperties
  164. [javac] setPriority(EngineProperties.NORM_TRUSTED_PRIORITY);
  165. [javac] ^
  166. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  167. api2\BaseEngineProperties.java:154: warning: [unchecked] unchecked call to addEl
  168. ement(E) as a member of the raw type java.util.Vector
  169. [javac] propertyChangeListeners.addElement(listener);
  170. [javac] ^
  171. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  172. api2\BaseEngineProperties.java:176: warning: [unchecked] unchecked call to addEl
  173. ement(E) as a member of the raw type java.util.Vector
  174. [javac] propertyChangeRequestListeners.addElement(listener);
  175. [javac] ^
  176. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  177. api2\BaseEngineProperties.java:330: cannot find symbol
  178. [javac] symbol : method getSpeechEventExecutor()
  179. [javac] location: interface javax.speech.Engine
  180. [javac] final SpeechEventExecutor executor = engine.getSpeechEventEx
  181. ecutor();
  182. [javac] ^
  183. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  184. api2\recognition\BaseGrammar.java:42: org.jvoicexml.jsapi2.recognition.BaseGramm
  185. ar is not abstract and does not override abstract method setEnabled(boolean) in
  186. javax.speech.recognition.Grammar
  187. [javac] public class BaseGrammar implements Grammar, ResultListener {
  188. [javac] ^
  189. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  190. api2\recognition\BaseGrammar.java:85: cannot find symbol
  191. [javac] symbol : variable ACTIVATION_FOCUS
  192. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
  193. [javac] activationMode = ACTIVATION_FOCUS;
  194. [javac] ^
  195. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  196. api2\recognition\BaseGrammar.java:121: cannot find symbol
  197. [javac] symbol : variable ACTIVATION_GLOBAL
  198. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
  199. [javac] if ((mode != ACTIVATION_GLOBAL)
  200. [javac] ^
  201. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  202. api2\recognition\BaseGrammar.java:122: cannot find symbol
  203. [javac] symbol : variable ACTIVATION_MODAL
  204. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
  205. [javac] && (mode != ACTIVATION_MODAL)
  206. [javac] ^
  207. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  208. api2\recognition\BaseGrammar.java:123: cannot find symbol
  209. [javac] symbol : variable ACTIVATION_FOCUS
  210. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
  211. [javac] && (mode != ACTIVATION_FOCUS)
  212. [javac] ^
  213. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  214. api2\recognition\BaseGrammar.java:124: cannot find symbol
  215. [javac] symbol : variable ACTIVATION_INDIRECT
  216. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseGrammar
  217. [javac] && (mode != ACTIVATION_INDIRECT)) {
  218. [javac] ^
  219. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  220. api2\recognition\BaseGrammar.java:144: cannot find symbol
  221. [javac] symbol : variable ACTIVATION_GLOBAL
  222. [javac] location: interface javax.speech.recognition.Grammar
  223. [javac] } else if (getActivationMode() == Grammar.ACTIVATION_GLOBAL)
  224. {
  225. [javac] ^
  226. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  227. api2\recognition\BaseGrammar.java:146: cannot find symbol
  228. [javac] symbol : variable FOCUSED
  229. [javac] location: interface javax.speech.recognition.Recognizer
  230. [javac] } else if (recognizer.testEngineState(Recognizer.FOCUSED)) {
  231.  
  232. [javac] ^
  233. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  234. api2\recognition\BaseGrammar.java:147: cannot find symbol
  235. [javac] symbol : variable ACTIVATION_MODAL
  236. [javac] location: interface javax.speech.recognition.Grammar
  237. [javac] if (getActivationMode() == Grammar.ACTIVATION_MODAL) {
  238. [javac] ^
  239. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  240. api2\recognition\BaseGrammar.java:160: cannot find symbol
  241. [javac] symbol : method getGrammarManager()
  242. [javac] location: interface javax.speech.recognition.Recognizer
  243. [javac] return recognizer.getGrammarManager();
  244. [javac] ^
  245. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  246. api2\recognition\BaseGrammar.java:168: warning: [unchecked] unchecked call to ad
  247. dElement(E) as a member of the raw type java.util.Vector
  248. [javac] grammarListeners.addElement(listener);
  249. [javac] ^
  250. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  251. api2\recognition\BaseGrammar.java:184: warning: [unchecked] unchecked call to ad
  252. dElement(E) as a member of the raw type java.util.Vector
  253. [javac] resultListeners.addElement(listener);
  254. [javac] ^
  255. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  256. api2\recognition\BaseGrammar.java:202: cannot find symbol
  257. [javac] symbol : method getEngineMode()
  258. [javac] location: interface javax.speech.recognition.Recognizer
  259. [javac] (RecognizerMode) recognizer.getEngineMode();
  260. [javac] ^
  261. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  262. api2\recognition\BaseGrammar.java:230: cannot find symbol
  263. [javac] symbol : method getSpeechEventExecutor()
  264. [javac] location: interface javax.speech.recognition.Recognizer
  265. [javac] recognizer.getSpeechEventExecutor();
  266. [javac] ^
  267. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  268. api2\recognition\BaseGrammar.java:257: cannot find symbol
  269. [javac] symbol : method grammarUpdate(javax.speech.recognition.GrammarEvent
  270. )
  271. [javac] location: interface javax.speech.recognition.GrammarListener
  272. [javac] listener.grammarUpdate(event);
  273. [javac] ^
  274. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  275. api2\recognition\BaseGrammar.java:290: cannot find symbol
  276. [javac] symbol : variable GRAMMAR_CHANGES_REJECTED
  277. [javac] location: class javax.speech.recognition.GrammarEvent
  278. [javac] new GrammarEvent(this, GrammarEvent.GRAMMAR_CHANGES_REJE
  279. CTED,
  280. [javac] ^
  281. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  282. api2\recognition\BaseGrammar.java:323: cannot find symbol
  283. [javac] symbol : method resultUpdate(javax.speech.recognition.ResultEvent)
  284. [javac] location: interface javax.speech.recognition.ResultListener
  285. [javac] listener.resultUpdate(event);
  286. [javac] ^
  287. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  288. api2\recognition\BaseRecognizer.java:90: waitEngineState(long) in org.jvoicexml.
  289. jsapi2.BaseEngine cannot implement waitEngineState(long) in javax.speech.Engine;
  290. attempting to use incompatible return type
  291. [javac] found : long
  292. [javac] required: void
  293. [javac] public abstract class BaseRecognizer extends BaseEngine implements R
  294. ecognizer {
  295. [javac] ^
  296. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  297. api2\recognition\BaseRecognizer.java:136: cannot find symbol
  298. [javac] symbol : variable DEFAULT_MASK
  299. [javac] location: class javax.speech.recognition.ResultEvent
  300. [javac] resultMask = ResultEvent.DEFAULT_MASK;
  301. [javac] ^
  302. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  303. api2\recognition\BaseRecognizer.java:137: cannot find symbol
  304. [javac] symbol : variable DEFAULT_MASK
  305. [javac] location: class javax.speech.recognition.RecognizerEvent
  306. [javac] setEngineMask(getEngineMask() | RecognizerEvent.DEFAULT_MASK
  307. );
  308. [javac] ^
  309. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  310. api2\recognition\BaseRecognizer.java:175: cannot find symbol
  311. [javac] symbol : variable FOCUSED
  312. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  313. [javac] if (testEngineState(FOCUSED)) {
  314. [javac] ^
  315. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  316. api2\recognition\BaseRecognizer.java:179: cannot find symbol
  317. [javac] symbol : variable DEFOCUSED
  318. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  319. [javac] long[] states = setEngineState(DEFOCUSED, FOCUSED);
  320. [javac] ^
  321. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  322. api2\recognition\BaseRecognizer.java:179: cannot find symbol
  323. [javac] symbol : variable FOCUSED
  324. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  325. [javac] long[] states = setEngineState(DEFOCUSED, FOCUSED);
  326. [javac] ^
  327. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  328. api2\recognition\BaseRecognizer.java:180: cannot find symbol
  329. [javac] symbol : variable ENGINE_FOCUSED
  330. [javac] location: class javax.speech.EngineEvent
  331. [javac] postEngineEvent(states[0], states[1], EngineEvent.ENGINE_FOC
  332. USED);
  333. [javac] ^
  334. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  335. api2\recognition\BaseRecognizer.java:200: cannot find symbol
  336. [javac] symbol : variable DEFOCUSED
  337. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  338. [javac] if (testEngineState(DEFOCUSED)) {
  339. [javac] ^
  340. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  341. api2\recognition\BaseRecognizer.java:204: cannot find symbol
  342. [javac] symbol : variable FOCUSED
  343. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  344. [javac] long[] states = setEngineState(FOCUSED, DEFOCUSED);
  345. [javac] ^
  346. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  347. api2\recognition\BaseRecognizer.java:204: cannot find symbol
  348. [javac] symbol : variable DEFOCUSED
  349. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  350. [javac] long[] states = setEngineState(FOCUSED, DEFOCUSED);
  351. [javac] ^
  352. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  353. api2\recognition\BaseRecognizer.java:205: cannot find symbol
  354. [javac] symbol : variable ENGINE_DEFOCUSED
  355. [javac] location: class javax.speech.EngineEvent
  356. [javac] postEngineEvent(states[0], states[1], EngineEvent.ENGINE_DEF
  357. OCUSED);
  358. [javac] ^
  359. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  360. api2\recognition\BaseRecognizer.java:270: cannot find symbol
  361. [javac] symbol : method recognizerUpdate(javax.speech.recognition.Recognize
  362. rEvent)
  363. [javac] location: interface javax.speech.recognition.RecognizerListener
  364. [javac] listener.recognizerUpdate(recognizerEvent);
  365. [javac] ^
  366. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  367. api2\recognition\BaseRecognizer.java:278: cannot find symbol
  368. [javac] symbol : variable SPEECH_STARTED
  369. [javac] location: class javax.speech.recognition.RecognizerEvent
  370. [javac] case RecognizerEvent.SPEECH_STARTED:
  371. [javac] ^
  372. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  373. api2\recognition\BaseRecognizer.java:279: cannot find symbol
  374. [javac] symbol : variable SPEECH_STOPPED
  375. [javac] location: class javax.speech.recognition.RecognizerEvent
  376. [javac] case RecognizerEvent.SPEECH_STOPPED:
  377. [javac] ^
  378. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  379. api2\recognition\BaseRecognizer.java:280: cannot find symbol
  380. [javac] symbol : variable RECOGNIZER_BUFFERING
  381. [javac] location: class javax.speech.recognition.RecognizerEvent
  382. [javac] case RecognizerEvent.RECOGNIZER_BUFFERING:
  383. [javac] ^
  384. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  385. api2\recognition\BaseRecognizer.java:281: cannot find symbol
  386. [javac] symbol : variable RECOGNIZER_NOT_BUFFERING
  387. [javac] location: class javax.speech.recognition.RecognizerEvent
  388. [javac] case RecognizerEvent.RECOGNIZER_NOT_BUFFERING:
  389. [javac] ^
  390. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  391. api2\recognition\BaseRecognizer.java:286: cannot find symbol
  392. [javac] symbol : variable UNKNOWN_AUDIO_POSITION
  393. [javac] location: class javax.speech.recognition.RecognizerEvent
  394. [javac] RecognizerEvent.UNKNOWN_AUDIO_POSITION);
  395.  
  396. [javac] ^
  397. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  398. api2\recognition\BaseRecognizer.java:293: cannot find symbol
  399. [javac] symbol : variable SPEECH_STARTED
  400. [javac] location: class javax.speech.recognition.RecognizerEvent
  401. [javac] case RecognizerEvent.SPEECH_STARTED:
  402. [javac] ^
  403. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  404. api2\recognition\BaseRecognizer.java:294: cannot find symbol
  405. [javac] symbol : variable SPEECH_STOPPED
  406. [javac] location: class javax.speech.recognition.RecognizerEvent
  407. [javac] case RecognizerEvent.SPEECH_STOPPED:
  408. [javac] ^
  409. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  410. api2\recognition\BaseRecognizer.java:295: cannot find symbol
  411. [javac] symbol : variable RECOGNIZER_BUFFERING
  412. [javac] location: class javax.speech.recognition.RecognizerEvent
  413. [javac] case RecognizerEvent.RECOGNIZER_BUFFERING:
  414. [javac] ^
  415. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  416. api2\recognition\BaseRecognizer.java:296: cannot find symbol
  417. [javac] symbol : variable RECOGNIZER_NOT_BUFFERING
  418. [javac] location: class javax.speech.recognition.RecognizerEvent
  419. [javac] case RecognizerEvent.RECOGNIZER_NOT_BUFFERING:
  420. [javac] ^
  421. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  422. api2\recognition\BaseRecognizer.java:299: cannot find symbol
  423. [javac] symbol : variable UNKNOWN_AUDIO_POSITION
  424. [javac] location: class javax.speech.recognition.RecognizerEvent
  425. [javac] audioPosition = RecognizerEvent.UNKNOWN_AUDIO_POSITION;
  426. [javac] ^
  427. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  428. api2\recognition\BaseRecognizer.java:302: cannot find symbol
  429. [javac] symbol : constructor RecognizerEvent(org.jvoicexml.jsapi2.recogniti
  430. on.BaseRecognizer,int,long,long,<nulltype>,<nulltype>,long)
  431. [javac] location: class javax.speech.recognition.RecognizerEvent
  432. [javac] final RecognizerEvent event = new RecognizerEvent(this,
  433. [javac] ^
  434. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  435. api2\recognition\BaseRecognizer.java:341: cannot find symbol
  436. [javac] symbol : method resultUpdate(javax.speech.recognition.ResultEvent)
  437. [javac] location: interface javax.speech.recognition.ResultListener
  438. [javac] ((ResultListener) el).resultUpdate((ResultEvent) event);
  439.  
  440. [javac] ^
  441. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  442. api2\recognition\BaseRecognizer.java:368: warning: [unchecked] unchecked call to
  443. addElement(E) as a member of the raw type java.util.Vector
  444. [javac] resultListeners.addElement(listener);
  445. [javac] ^
  446. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  447. api2\recognition\BaseRecognizer.java:445: cannot find symbol
  448. [javac] symbol : method isActivatable()
  449. [javac] location: interface javax.speech.recognition.Grammar
  450. [javac] if (grammar.isActivatable()) {
  451. [javac] ^
  452. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  453. api2\recognition\BaseRecognizer.java:448: cannot find symbol
  454. [javac] symbol : method getReference()
  455. [javac] location: interface javax.speech.recognition.Grammar
  456. [javac] grammar.getReference(), existChanges);
  457. [javac] ^
  458. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  459. api2\recognition\BaseRecognizer.java:449: warning: [unchecked] unchecked call to
  460. addElement(E) as a member of the raw type java.util.Vector
  461. [javac] newGrammars.addElement(definition);
  462. [javac] ^
  463. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  464. api2\recognition\BaseRecognizer.java:525: cannot find symbol
  465. [javac] symbol : method audioStart()
  466. [javac] location: interface javax.speech.AudioManager
  467. [javac] audioManager.audioStart();
  468. [javac] ^
  469. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  470. api2\recognition\BaseRecognizer.java:530: cannot find symbol
  471. [javac] symbol : variable DEFOCUSED
  472. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  473. [javac] ALLOCATED | PAUSED | DEFOCUSED |
  474. [javac] ^
  475. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  476. api2\recognition\BaseRecognizer.java:531: cannot find symbol
  477. [javac] symbol : variable NOT_BUFFERING
  478. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  479. [javac] NOT_BUFFERING);
  480. [javac] ^
  481. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  482. api2\recognition\BaseRecognizer.java:567: cannot find symbol
  483. [javac] symbol : method audioStop()
  484. [javac] location: interface javax.speech.AudioManager
  485. [javac] audioManager.audioStop();
  486. [javac] ^
  487. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  488. api2\recognition\BaseRecognizer.java:581: cannot find symbol
  489. [javac] symbol : variable BUFFERING
  490. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  491. [javac] setEngineState(BUFFERING, NOT_BUFFERING);
  492. [javac] ^
  493. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  494. api2\recognition\BaseRecognizer.java:581: cannot find symbol
  495. [javac] symbol : variable NOT_BUFFERING
  496. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  497. [javac] setEngineState(BUFFERING, NOT_BUFFERING);
  498. [javac] ^
  499. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  500. api2\recognition\BaseRecognizer.java:607: cannot find symbol
  501. [javac] symbol : variable RECOGNIZER_LISTENING
  502. [javac] location: class javax.speech.recognition.RecognizerEvent
  503. [javac] postEngineEvent(0, LISTENING, RecognizerEvent.RECOGNIZER
  504. _LISTENING);
  505. [javac] ^
  506. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  507. api2\recognition\BaseRecognizer.java:608: cannot find symbol
  508. [javac] symbol : variable NOT_BUFFERING
  509. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  510. [javac] setEngineState(NOT_BUFFERING, BUFFERING);
  511. [javac] ^
  512. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  513. api2\recognition\BaseRecognizer.java:608: cannot find symbol
  514. [javac] symbol : variable BUFFERING
  515. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizer
  516. [javac] setEngineState(NOT_BUFFERING, BUFFERING);
  517. [javac] ^
  518. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  519. api2\recognition\BaseRecognizerProperties.java:32: org.jvoicexml.jsapi2.recognit
  520. ion.BaseRecognizerProperties is not abstract and does not override abstract meth
  521. od removePropertyChangeListener(java.beans.PropertyChangeListener) in javax.spee
  522. ch.EngineProperties
  523. [javac] public class BaseRecognizerProperties
  524. [javac] ^
  525. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  526. api2\recognition\BaseRecognizerProperties.java:202: getSpeedVsAccuracy() in org.
  527. jvoicexml.jsapi2.recognition.BaseRecognizerProperties cannot implement getSpeedV
  528. sAccuracy() in javax.speech.recognition.RecognizerProperties; attempting to use
  529. incompatible return type
  530. [javac] found : int
  531. [javac] required: float
  532. [javac] public int getSpeedVsAccuracy() {
  533. [javac] ^
  534. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  535. api2\recognition\BaseRecognizerProperties.java:195: getSensitivity() in org.jvoi
  536. cexml.jsapi2.recognition.BaseRecognizerProperties cannot implement getSensitivit
  537. y() in javax.speech.recognition.RecognizerProperties; attempting to use incompat
  538. ible return type
  539. [javac] found : int
  540. [javac] required: float
  541. [javac] public int getSensitivity() {
  542. [javac] ^
  543. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  544. api2\recognition\BaseRecognizerProperties.java:181: getIncompleteTimeout() in or
  545. g.jvoicexml.jsapi2.recognition.BaseRecognizerProperties cannot implement getInco
  546. mpleteTimeout() in javax.speech.recognition.RecognizerProperties; attempting to
  547. use incompatible return type
  548. [javac] found : int
  549. [javac] required: float
  550. [javac] public int getIncompleteTimeout() {
  551. [javac] ^
  552. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  553. api2\recognition\BaseRecognizerProperties.java:160: getCompleteTimeout() in org.
  554. jvoicexml.jsapi2.recognition.BaseRecognizerProperties cannot implement getComple
  555. teTimeout() in javax.speech.recognition.RecognizerProperties; attempting to use
  556. incompatible return type
  557. [javac] found : int
  558. [javac] required: float
  559. [javac] public int getCompleteTimeout() {
  560. [javac] ^
  561. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  562. api2\recognition\BaseRecognizerProperties.java:138: cannot find symbol
  563. [javac] symbol : variable ADAPT_PAUSED
  564. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  565. rties
  566. [javac] adaptation = ADAPT_PAUSED | ADAPT_RESUMED;
  567. [javac] ^
  568. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  569. api2\recognition\BaseRecognizerProperties.java:138: cannot find symbol
  570. [javac] symbol : variable ADAPT_RESUMED
  571. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  572. rties
  573. [javac] adaptation = ADAPT_PAUSED | ADAPT_RESUMED;
  574. [javac] ^
  575. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  576. api2\recognition\BaseRecognizerProperties.java:138: incompatible types
  577. [javac] found : boolean
  578. [javac] required: int
  579. [javac] adaptation = ADAPT_PAUSED | ADAPT_RESUMED;
  580. [javac] ^
  581. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  582. api2\recognition\BaseRecognizerProperties.java:140: cannot find symbol
  583. [javac] symbol : variable NORM_CONFIDENCE
  584. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  585. rties
  586. [javac] confidenceThreshold = NORM_CONFIDENCE;
  587. [javac] ^
  588. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  589. api2\recognition\BaseRecognizerProperties.java:141: cannot find symbol
  590. [javac] symbol : variable ENDPOINT_SPEECH_DETECTION
  591. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  592. rties
  593. [javac] endpointStyle = ENDPOINT_SPEECH_DETECTION;
  594. [javac] ^
  595. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  596. api2\recognition\BaseRecognizerProperties.java:144: cannot find symbol
  597. [javac] symbol : variable NORM_ACCURACY
  598. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  599. rties
  600. [javac] sensitivity = NORM_ACCURACY;
  601. [javac] ^
  602. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  603. api2\recognition\BaseRecognizerProperties.java:145: cannot find symbol
  604. [javac] symbol : variable NORM_ACCURACY
  605. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  606. rties
  607. [javac] speedVsAccuracy = NORM_ACCURACY;
  608. [javac] ^
  609. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  610. api2\recognition\BaseRecognizerProperties.java:224: cannot find symbol
  611. [javac] symbol : variable ADAPT_PAUSED
  612. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  613. rties
  614. [javac] setAdaptation(ADAPT_PAUSED | ADAPT_RESUMED);
  615. [javac] ^
  616. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  617. api2\recognition\BaseRecognizerProperties.java:224: cannot find symbol
  618. [javac] symbol : variable ADAPT_RESUMED
  619. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  620. rties
  621. [javac] setAdaptation(ADAPT_PAUSED | ADAPT_RESUMED);
  622. [javac] ^
  623. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  624. api2\recognition\BaseRecognizerProperties.java:224: setAdaptation(int) in org.jv
  625. oicexml.jsapi2.recognition.BaseRecognizerProperties cannot be applied to (boolea
  626. n)
  627. [javac] setAdaptation(ADAPT_PAUSED | ADAPT_RESUMED);
  628. [javac] ^
  629. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  630. api2\recognition\BaseRecognizerProperties.java:226: cannot find symbol
  631. [javac] symbol : variable NORM_CONFIDENCE
  632. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  633. rties
  634. [javac] setConfidenceThreshold(NORM_CONFIDENCE);
  635. [javac] ^
  636. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  637. api2\recognition\BaseRecognizerProperties.java:227: cannot find symbol
  638. [javac] symbol : variable ENDPOINT_SPEECH_DETECTION
  639. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  640. rties
  641. [javac] setEndpointStyle(ENDPOINT_SPEECH_DETECTION);
  642. [javac] ^
  643. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  644. api2\recognition\BaseRecognizerProperties.java:230: cannot find symbol
  645. [javac] symbol : variable NORM_ACCURACY
  646. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  647. rties
  648. [javac] setSensitivity(NORM_ACCURACY);
  649. [javac] ^
  650. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  651. api2\recognition\BaseRecognizerProperties.java:231: cannot find symbol
  652. [javac] symbol : variable NORM_ACCURACY
  653. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  654. rties
  655. [javac] setSpeedVsAccuracy(NORM_ACCURACY);
  656. [javac] ^
  657. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  658. api2\recognition\BaseRecognizerProperties.java:270: cannot find symbol
  659. [javac] symbol : variable MAX_CONFIDENCE
  660. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  661. rties
  662. [javac] if ((confidenceThreshold > MAX_CONFIDENCE)
  663. [javac] ^
  664. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  665. api2\recognition\BaseRecognizerProperties.java:271: cannot find symbol
  666. [javac] symbol : variable MIN_CONFIDENCE
  667. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  668. rties
  669. [javac] || (confidenceThreshold < MIN_CONFIDENCE)) {
  670. [javac] ^
  671. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  672. api2\recognition\BaseRecognizerProperties.java:287: cannot find symbol
  673. [javac] symbol : variable ENDPOINT_SPEECH_DETECTION
  674. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  675. rties
  676. [javac] if ((style != ENDPOINT_SPEECH_DETECTION)
  677. [javac] ^
  678. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  679. api2\recognition\BaseRecognizerProperties.java:288: cannot find symbol
  680. [javac] symbol : variable ENDPOINT_PUSH_TO_START
  681. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  682. rties
  683. [javac] && (style != ENDPOINT_PUSH_TO_START)
  684. [javac] ^
  685. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  686. api2\recognition\BaseRecognizerProperties.java:289: cannot find symbol
  687. [javac] symbol : variable ENDPOINT_PUSH_TO_TALK
  688. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  689. rties
  690. [javac] && (style != ENDPOINT_PUSH_TO_TALK)) {
  691. [javac] ^
  692. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  693. api2\recognition\BaseRecognizerProperties.java:333: cannot find symbol
  694. [javac] symbol : variable MAX_CONFIDENCE
  695. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  696. rties
  697. [javac] if ((value > MAX_CONFIDENCE)
  698. [javac] ^
  699. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  700. api2\recognition\BaseRecognizerProperties.java:334: cannot find symbol
  701. [javac] symbol : variable MIN_CONFIDENCE
  702. [javac] location: class org.jvoicexml.jsapi2.recognition.BaseRecognizerPrope
  703. rties
  704. [javac] || (value < MIN_CONFIDENCE)) {
  705. [javac] ^
  706. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  707. api2\recognition\BaseSpeakerManager.java:31: warning: [unchecked] unchecked call
  708. to addElement(E) as a member of the raw type java.util.Vector
  709. [javac] speakerProfiles.addElement(speaker);
  710. [javac] ^
  711. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  712. api2\synthesis\BaseSynthesizer.java:173: warning: [unchecked] unchecked call to
  713. addElement(E) as a member of the raw type java.util.Vector
  714. [javac] speakableListeners.addElement(listener);
  715. [javac] ^
  716. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  717. api2\synthesis\QueueManager.java:314: warning: [unchecked] unchecked call to add
  718. Element(E) as a member of the raw type java.util.Vector
  719. [javac] queue.addElement(item);
  720. [javac] ^
  721. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  722. api2\synthesis\QueueManager.java:348: warning: [unchecked] unchecked call to add
  723. Element(E) as a member of the raw type java.util.Vector
  724. [javac] queue.addElement(item);
  725. [javac] ^
  726. [javac] C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\src\org\jvoicexml\js
  727. api2\synthesis\QueueManager.java:729: warning: [unchecked] unchecked call to add
  728. Element(E) as a member of the raw type java.util.Vector
  729. [javac] playQueue.addElement(item);
  730. [javac] ^
  731. [javac] 100 errors
  732. [javac] 13 warnings
  733.  
  734. BUILD FAILED
  735. C:\work\sphinx4\build.xml:227: The following error occurred while executing this
  736. line:
  737. C:\work\sphinx4\build.xml:274: The following error occurred while executing this
  738. line:
  739. C:\work\sphinx4\src\jsapi2\org.jvoicexml.jsapi2\build.xml:115: Compile failed; s
  740. ee the compiler error output for details.
  741.  
  742. Total time: 13 seconds
  743. C:\work\sphinx4>
Advertisement
Add Comment
Please, Sign In to add comment