quiliro

maven javafx error

Jun 7th, 2015
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.99 KB | None | 0 0
  1. $ mvn clean
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building floreantpos 1.4-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ floreantpos ---
  9. [INFO] Deleting /home/trisquel/Escritorio/floreantpos-code/target
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] BUILD SUCCESS
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Total time: 2.906s
  14. [INFO] Finished at: Sun Jun 07 15:53:26 ECT 2015
  15. [INFO] Final Memory: 4M/14M
  16. [INFO] ------------------------------------------------------------------------
  17. trisquel@Libertad:~/Escritorio/floreantpos-code$ mvn package
  18. [INFO] Scanning for projects...
  19. [INFO]
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Building floreantpos 1.4-SNAPSHOT
  22. [INFO] ------------------------------------------------------------------------
  23. [WARNING] The POM for com.oro:licensor:jar:1.1-SNAPSHOT is missing, no dependency information available
  24. [INFO]
  25. [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ floreantpos ---
  26. [INFO] Change the default 'svn' provider implementation to 'javasvn'.
  27. [INFO] Storing buildNumber: 640 at timestamp: 1433710432330
  28. [INFO] Storing buildScmBranch: trunk
  29. [INFO]
  30. [INFO] --- maven-antrun-plugin:1.6:run (prepare) @ floreantpos ---
  31. [INFO] Executing tasks
  32.  
  33. main:
  34. [echo] prepare phase
  35. [unzip] Expanding: /home/trisquel/Escritorio/floreantpos-code/database/derby-server/posdb.zip into /home/trisquel/Escritorio/floreantpos-code/target
  36. [INFO] Executed tasks
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ floreantpos ---
  39. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  40. [INFO] Copying 174 resources
  41. [INFO] Copying 65 resources
  42. [INFO] Copying 1 resource
  43. [INFO]
  44. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ floreantpos ---
  45. [INFO] Changes detected - recompiling the module!
  46. [INFO] Compiling 657 source files to /home/trisquel/Escritorio/floreantpos-code/target/classes
  47. [INFO] -------------------------------------------------------------
  48. [WARNING] COMPILATION WARNING :
  49. [INFO] -------------------------------------------------------------
  50. [WARNING] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/util/AESencrp.java:[8,16] sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
  51. [WARNING] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/util/AESencrp.java:[9,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
  52. [WARNING] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/util/AESencrp.java:[23,45] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
  53. [WARNING] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/util/AESencrp.java:[31,44] sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
  54. [WARNING] /home/trisquel/Escritorio/floreantpos-code/src/jpos/config/simple/xml/AbstractXercesRegPopulator.java: Some input files use or override a deprecated API.
  55. [WARNING] /home/trisquel/Escritorio/floreantpos-code/src/jpos/config/simple/xml/AbstractXercesRegPopulator.java: Recompile with -Xlint:deprecation for details.
  56. [WARNING] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/model/dao/_BaseRootDAO.java: Some input files use unchecked or unsafe operations.
  57. [WARNING] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/model/dao/_BaseRootDAO.java: Recompile with -Xlint:unchecked for details.
  58. [INFO] 8 warnings
  59. [INFO] -------------------------------------------------------------
  60. [INFO] -------------------------------------------------------------
  61. [ERROR] COMPILATION ERROR :
  62. [INFO] -------------------------------------------------------------
  63. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[3,26] package javafx.application does not exist
  64. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[4,20] package javafx.event does not exist
  65. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[5,20] package javafx.event does not exist
  66. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[6,20] package javafx.scene does not exist
  67. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[7,28] package javafx.scene.control does not exist
  68. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[8,27] package javafx.scene.layout does not exist
  69. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[9,26] package javafx.scene.media does not exist
  70. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[10,26] package javafx.scene.media does not exist
  71. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[11,26] package javafx.scene.media does not exist
  72. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[12,20] package javafx.stage does not exist
  73. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[14,30] cannot find symbol
  74. symbol: class Application
  75. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[16,9] cannot find symbol
  76. symbol: class MediaPlayer
  77. location: class com.floreantpos.test.MediaFX
  78. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[23,27] cannot find symbol
  79. symbol: class Stage
  80. location: class com.floreantpos.test.MediaFX
  81. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[19,17] cannot find symbol
  82. symbol: method launch(java.lang.String[])
  83. location: class com.floreantpos.test.MediaFX
  84. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[24,17] cannot find symbol
  85. symbol: class Button
  86. location: class com.floreantpos.test.MediaFX
  87. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[26,32] cannot find symbol
  88. symbol: class Button
  89. location: class com.floreantpos.test.MediaFX
  90. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[27,33] cannot find symbol
  91. symbol: class Button
  92. location: class com.floreantpos.test.MediaFX
  93. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[28,32] cannot find symbol
  94. symbol: class Button
  95. location: class com.floreantpos.test.MediaFX
  96. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[30,42] cannot find symbol
  97. symbol: class EventHandler
  98. location: class com.floreantpos.test.MediaFX
  99. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[30,55] cannot find symbol
  100. symbol: class ActionEvent
  101. location: class com.floreantpos.test.MediaFX
  102. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[37,43] cannot find symbol
  103. symbol: class EventHandler
  104. location: class com.floreantpos.test.MediaFX
  105. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[37,56] cannot find symbol
  106. symbol: class ActionEvent
  107. location: class com.floreantpos.test.MediaFX
  108. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[44,42] cannot find symbol
  109. symbol: class EventHandler
  110. location: class com.floreantpos.test.MediaFX
  111. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[44,55] cannot find symbol
  112. symbol: class ActionEvent
  113. location: class com.floreantpos.test.MediaFX
  114. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[55,17] cannot find symbol
  115. symbol: class Media
  116. location: class com.floreantpos.test.MediaFX
  117. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[55,39] cannot find symbol
  118. symbol: class Media
  119. location: class com.floreantpos.test.MediaFX
  120. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[58,35] cannot find symbol
  121. symbol: class MediaPlayer
  122. location: class com.floreantpos.test.MediaFX
  123. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[62,17] cannot find symbol
  124. symbol: class MediaView
  125. location: class com.floreantpos.test.MediaFX
  126. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[62,43] cannot find symbol
  127. symbol: class MediaView
  128. location: class com.floreantpos.test.MediaFX
  129. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[66,17] cannot find symbol
  130. symbol: class VBox
  131. location: class com.floreantpos.test.MediaFX
  132. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[66,33] cannot find symbol
  133. symbol: class VBox
  134. location: class com.floreantpos.test.MediaFX
  135. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[69,17] cannot find symbol
  136. symbol: class Scene
  137. location: class com.floreantpos.test.MediaFX
  138. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[69,35] cannot find symbol
  139. symbol: class Scene
  140. location: class com.floreantpos.test.MediaFX
  141. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[22,9] method does not override or implement a method from a supertype
  142. [INFO] 34 errors
  143. [INFO] -------------------------------------------------------------
  144. [INFO] ------------------------------------------------------------------------
  145. [INFO] BUILD FAILURE
  146. [INFO] ------------------------------------------------------------------------
  147. [INFO] Total time: 1:30.559s
  148. [INFO] Finished at: Sun Jun 07 15:55:10 ECT 2015
  149. [INFO] Final Memory: 25M/113M
  150. [INFO] ------------------------------------------------------------------------
  151. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project floreantpos: Compilation failure: Compilation failure:
  152. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[3,26] package javafx.application does not exist
  153. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[4,20] package javafx.event does not exist
  154. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[5,20] package javafx.event does not exist
  155. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[6,20] package javafx.scene does not exist
  156. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[7,28] package javafx.scene.control does not exist
  157. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[8,27] package javafx.scene.layout does not exist
  158. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[9,26] package javafx.scene.media does not exist
  159. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[10,26] package javafx.scene.media does not exist
  160. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[11,26] package javafx.scene.media does not exist
  161. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[12,20] package javafx.stage does not exist
  162. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[14,30] cannot find symbol
  163. [ERROR] symbol: class Application
  164. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[16,9] cannot find symbol
  165. [ERROR] symbol: class MediaPlayer
  166. [ERROR] location: class com.floreantpos.test.MediaFX
  167. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[23,27] cannot find symbol
  168. [ERROR] symbol: class Stage
  169. [ERROR] location: class com.floreantpos.test.MediaFX
  170. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[19,17] cannot find symbol
  171. [ERROR] symbol: method launch(java.lang.String[])
  172. [ERROR] location: class com.floreantpos.test.MediaFX
  173. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[24,17] cannot find symbol
  174. [ERROR] symbol: class Button
  175. [ERROR] location: class com.floreantpos.test.MediaFX
  176. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[26,32] cannot find symbol
  177. [ERROR] symbol: class Button
  178. [ERROR] location: class com.floreantpos.test.MediaFX
  179. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[27,33] cannot find symbol
  180. [ERROR] symbol: class Button
  181. [ERROR] location: class com.floreantpos.test.MediaFX
  182. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[28,32] cannot find symbol
  183. [ERROR] symbol: class Button
  184. [ERROR] location: class com.floreantpos.test.MediaFX
  185. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[30,42] cannot find symbol
  186. [ERROR] symbol: class EventHandler
  187. [ERROR] location: class com.floreantpos.test.MediaFX
  188. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[30,55] cannot find symbol
  189. [ERROR] symbol: class ActionEvent
  190. [ERROR] location: class com.floreantpos.test.MediaFX
  191. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[37,43] cannot find symbol
  192. [ERROR] symbol: class EventHandler
  193. [ERROR] location: class com.floreantpos.test.MediaFX
  194. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[37,56] cannot find symbol
  195. [ERROR] symbol: class ActionEvent
  196. [ERROR] location: class com.floreantpos.test.MediaFX
  197. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[44,42] cannot find symbol
  198. [ERROR] symbol: class EventHandler
  199. [ERROR] location: class com.floreantpos.test.MediaFX
  200. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[44,55] cannot find symbol
  201. [ERROR] symbol: class ActionEvent
  202. [ERROR] location: class com.floreantpos.test.MediaFX
  203. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[55,17] cannot find symbol
  204. [ERROR] symbol: class Media
  205. [ERROR] location: class com.floreantpos.test.MediaFX
  206. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[55,39] cannot find symbol
  207. [ERROR] symbol: class Media
  208. [ERROR] location: class com.floreantpos.test.MediaFX
  209. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[58,35] cannot find symbol
  210. [ERROR] symbol: class MediaPlayer
  211. [ERROR] location: class com.floreantpos.test.MediaFX
  212. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[62,17] cannot find symbol
  213. [ERROR] symbol: class MediaView
  214. [ERROR] location: class com.floreantpos.test.MediaFX
  215. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[62,43] cannot find symbol
  216. [ERROR] symbol: class MediaView
  217. [ERROR] location: class com.floreantpos.test.MediaFX
  218. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[66,17] cannot find symbol
  219. [ERROR] symbol: class VBox
  220. [ERROR] location: class com.floreantpos.test.MediaFX
  221. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[66,33] cannot find symbol
  222. [ERROR] symbol: class VBox
  223. [ERROR] location: class com.floreantpos.test.MediaFX
  224. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[69,17] cannot find symbol
  225. [ERROR] symbol: class Scene
  226. [ERROR] location: class com.floreantpos.test.MediaFX
  227. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[69,35] cannot find symbol
  228. [ERROR] symbol: class Scene
  229. [ERROR] location: class com.floreantpos.test.MediaFX
  230. [ERROR] /home/trisquel/Escritorio/floreantpos-code/src/com/floreantpos/test/MediaFX.java:[22,9] method does not override or implement a method from a supertype
  231. [ERROR] -> [Help 1]
  232. [ERROR]
  233. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  234. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  235. [ERROR]
  236. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  237. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  238. $
Add Comment
Please, Sign In to add comment