Godleydemon

build error

Mar 16th, 2016
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.93 KB | None | 0 0
  1. 5:08:44 PM: Executing external task 'assemble'...
  2. Configuration on demand is an incubating feature.
  3. :android:preBuild UP-TO-DATE
  4. :android:preDebugBuild UP-TO-DATE
  5. :android:checkDebugManifest
  6. :android:prepareDebugDependencies
  7. :android:compileDebugAidl UP-TO-DATE
  8. :android:compileDebugRenderscript UP-TO-DATE
  9. :android:generateDebugBuildConfig UP-TO-DATE
  10. :android:generateDebugAssets UP-TO-DATE
  11. :android:mergeDebugAssets UP-TO-DATE
  12. :android:generateDebugResValues UP-TO-DATE
  13. :android:generateDebugResources UP-TO-DATE
  14. :android:mergeDebugResources UP-TO-DATE
  15. :android:processDebugManifest UP-TO-DATE
  16. :android:processDebugResources UP-TO-DATE
  17. :android:generateDebugSources UP-TO-DATE
  18. :core:compileJava UP-TO-DATE
  19. :core:processResources UP-TO-DATE
  20. :core:classes UP-TO-DATE
  21. :core:jar UP-TO-DATE
  22. :android:compileDebugJavaWithJavac UP-TO-DATE
  23. :android:compileDebugNdk UP-TO-DATE
  24. :android:compileDebugSources UP-TO-DATE
  25. :android:transformClassesWithDexForDebug UP-TO-DATE
  26. :android:mergeDebugJniLibFolders UP-TO-DATE
  27. :android:transformNative_libsWithMergeJniLibsForDebug UP-TO-DATE
  28. :android:processDebugJavaRes UP-TO-DATE
  29. :android:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
  30. :android:validateDebugSigning
  31. :android:packageDebug UP-TO-DATE
  32. :android:zipalignDebug UP-TO-DATE
  33. :android:assembleDebug UP-TO-DATE
  34. :android:preReleaseBuild UP-TO-DATE
  35. :android:checkReleaseManifest
  36. :android:prepareReleaseDependencies
  37. :android:compileReleaseAidl UP-TO-DATE
  38. :android:compileReleaseRenderscript UP-TO-DATE
  39. :android:generateReleaseBuildConfig UP-TO-DATE
  40. :android:generateReleaseAssets UP-TO-DATE
  41. :android:mergeReleaseAssets UP-TO-DATE
  42. :android:generateReleaseResValues UP-TO-DATE
  43. :android:generateReleaseResources UP-TO-DATE
  44. :android:mergeReleaseResources UP-TO-DATE
  45. :android:processReleaseManifest UP-TO-DATE
  46. :android:processReleaseResources UP-TO-DATE
  47. :android:generateReleaseSources UP-TO-DATE
  48. :android:compileReleaseJavaWithJavac UP-TO-DATE
  49. :android:compileReleaseNdk UP-TO-DATE
  50. :android:compileReleaseSources UP-TO-DATE
  51. :android:lintVitalRelease
  52. :android:transformClassesWithDexForRelease UP-TO-DATE
  53. :android:mergeReleaseJniLibFolders UP-TO-DATE
  54. :android:transformNative_libsWithMergeJniLibsForRelease UP-TO-DATE
  55. :android:processReleaseJavaRes UP-TO-DATE
  56. :android:transformResourcesWithMergeJavaResForRelease UP-TO-DATE
  57. :android:packageRelease UP-TO-DATE
  58. :android:assembleRelease
  59. :android:assemble
  60. :core:assemble UP-TO-DATE
  61. :desktop:compileJava UP-TO-DATE
  62. :desktop:processResources UP-TO-DATE
  63. :desktop:classes UP-TO-DATE
  64. :desktop:jar UP-TO-DATE
  65. :desktop:assemble UP-TO-DATE
  66. :html:compileJava UP-TO-DATE
  67. :html:processResources UP-TO-DATE
  68. :html:classes UP-TO-DATE
  69. :html:addSource
  70. :html:compileGwt
  71. Compiling module net.catacombsnatch.game.GdxDefinition
  72. Validating units:
  73. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/CatacombSnatch.java'
  74. [ERROR] Line 156: No source code is available for type java.text.DateFormat; did you forget to inherit a required module?
  75. [ERROR] Line 156: No source code is available for type java.util.Calendar; did you forget to inherit a required module?
  76. [ERROR] Line 163: The method getProtectionDomain() is undefined for the type Class<capture#1-of ? extends CatacombSnatch>
  77. [ERROR] Line 164: No source code is available for type java.net.URLDecoder; did you forget to inherit a required module?
  78. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/EntityComponent.java'
  79. [ERROR] Line 5: No source code is available for type com.artemis.Component; did you forget to inherit a required module?
  80. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/EntityFactory.java'
  81. [ERROR] Line 15: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  82. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/EntityHelper.java'
  83. [ERROR] Line 8: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  84. [ERROR] Line 9: No source code is available for type com.artemis.managers.GroupManager; did you forget to inherit a required module?
  85. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/components/Animations.java'
  86. [ERROR] Line 11: No source code is available for type com.artemis.Component; did you forget to inherit a required module?
  87. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/components/Health.java'
  88. [ERROR] Line 5: No source code is available for type com.artemis.Component; did you forget to inherit a required module?
  89. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/components/Position.java'
  90. [ERROR] Line 8: No source code is available for type com.artemis.Component; did you forget to inherit a required module?
  91. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/components/Rotation.java'
  92. [ERROR] Line 8: No source code is available for type com.artemis.Component; did you forget to inherit a required module?
  93. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/components/Sprite.java'
  94. [ERROR] Line 7: No source code is available for type com.artemis.Component; did you forget to inherit a required module?
  95. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/components/Velocity.java'
  96. [ERROR] Line 6: No source code is available for type com.artemis.Component; did you forget to inherit a required module?
  97. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/renderers/PlayerRenderer.java'
  98. [ERROR] Line 18: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  99. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/renderers/Renderer.java'
  100. [ERROR] Line 7: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  101. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/renderers/TileRenderer.java'
  102. [ERROR] Line 13: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  103. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/systems/HealthSystem.java'
  104. [ERROR] Line 11: No source code is available for type com.artemis.systems.EntityProcessingSystem; did you forget to inherit a required module?
  105. [ERROR] Line 13: No source code is available for type com.artemis.ComponentMapper<A>; did you forget to inherit a required module?
  106. [ERROR] Line 17: No source code is available for type com.artemis.Aspect; did you forget to inherit a required module?
  107. [ERROR] Line 21: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  108. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/systems/MovementSystem.java'
  109. [ERROR] Line 13: No source code is available for type com.artemis.systems.EntityProcessingSystem; did you forget to inherit a required module?
  110. [ERROR] Line 16: No source code is available for type com.artemis.ComponentMapper<A>; did you forget to inherit a required module?
  111. [ERROR] Line 25: No source code is available for type com.artemis.Aspect; did you forget to inherit a required module?
  112. [ERROR] Line 29: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  113. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/entity/systems/RenderSystem.java'
  114. [ERROR] Line 22: No source code is available for type com.artemis.systems.EntityProcessingSystem; did you forget to inherit a required module?
  115. [ERROR] Line 24: No source code is available for type com.artemis.ComponentMapper<A>; did you forget to inherit a required module?
  116. [ERROR] Line 32: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  117. [ERROR] Line 38: No source code is available for type com.artemis.Aspect; did you forget to inherit a required module?
  118. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/event/EventManager.java'
  119. [ERROR] Line 30: The method getMethods() is undefined for the type Class<capture#1-of ? extends Object>
  120. [ERROR] Line 44: The method isAssignableFrom(Class<capture#4-of ?>) is undefined for the type Class<Event>
  121. [ERROR] Line 61: The method getMethods() is undefined for the type Class<capture#8-of ? extends Object>
  122. [ERROR] Line 66: The method isAssignableFrom(Class<capture#10-of ?>) is undefined for the type Class<Event>
  123. [ERROR] Line 129: No source code is available for type java.lang.reflect.Method; did you forget to inherit a required module?
  124. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/player/LevelPlayer.java'
  125. [ERROR] Line 12: No source code is available for type com.artemis.Entity; did you forget to inherit a required module?
  126. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/resource/Language.java'
  127. [ERROR] Line 163: No source code is available for type java.util.Properties; did you forget to inherit a required module?
  128. [ERROR] Line 164: No source code is available for type java.text.MessageFormat; did you forget to inherit a required module?
  129. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/scene/SceneManager.java'
  130. [ERROR] Line 70: The method newInstance() is undefined for the type Class<T>
  131. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/screen/Screen.java'
  132. [ERROR] Line 62: No source code is available for type com.badlogic.gdx.graphics.PixmapIO; did you forget to inherit a required module?
  133. [ERROR] Line 82: Type mismatch: cannot convert from Buffer to ByteBuffer
  134. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/sound/GdxSoundPlayer.java'
  135. [ERROR] Line 57: The method file() is undefined for the type FileHandle
  136. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/statistic/achievement/Achievements.java'
  137. [ERROR] Line 15: The method newInstance() is undefined for the type Class<capture#1-of ? extends Achievement>
  138. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/world/level/Level.java'
  139. [ERROR] Line 19: No source code is available for type com.artemis.World; did you forget to inherit a required module?
  140. [ERROR] Line 42: No source code is available for type com.artemis.WorldConfiguration; did you forget to inherit a required module?
  141. [ERROR] Line 47: No source code is available for type com.artemis.managers.GroupManager; did you forget to inherit a required module?
  142. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/world/tile/TileRegistry.java'
  143. [ERROR] Line 47: The method newInstance() is undefined for the type Class<capture#4-of ? extends Tile>
  144. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/world/tile/tiles/HoleTile.java'
  145. [ERROR] Line 45: The method newInstance() is undefined for the type Class<capture#2-of ? extends Tile>
  146. [ERROR] Errors in 'file:/C:/Users/Work2/Desktop/Catacomb-Snatch/core/src/net/catacombsnatch/game/world/tile/tiles/WallTile.java'
  147. [ERROR] Line 18: The method copyOfRange(TextureRegion[], int, int) is undefined for the type Arrays
  148. [ERROR] Aborting compile due to errors in some input files
  149. :html:compileGwt FAILED
  150.  
  151. FAILURE: Build failed with an exception.
  152.  
  153. * What went wrong:
  154. Execution failed for task ':html:compileGwt'.
  155. > Process 'command 'C:\Program Files\Java\jdk1.7.0_80\bin\java.exe'' finished with non-zero exit value 1
  156.  
  157. * Try:
  158. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  159.  
  160. BUILD FAILED
  161.  
  162. Total time: 29.239 secs
  163. Process 'command 'C:\Program Files\Java\jdk1.7.0_80\bin\java.exe'' finished with non-zero exit value 1
  164. 5:09:14 PM: External task execution finished 'assemble'.
Advertisement
Add Comment
Please, Sign In to add comment