Advertisement
CoolLord22

Untitled

Mar 30th, 2017
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. Buildfile: C:\Users\sache\Desktop\OtherDrops-master\build.xml
  2. [propertyfile] Updating property file: C:\Users\sache\Desktop\OtherDrops-master\ version.properties
  3. [copy] Copying 1 file to C:\Users\sache\Desktop\OtherDrops-master\rsrc
  4.  
  5. default:
  6.  
  7. init:
  8. [echo] Building OtherDrops 3.1-cooly.35 against Bukkit ${lib.bukkit.version }...
  9.  
  10. build:
  11. [echo] OtherDrops: C:\Users\sache\Desktop\OtherDrops-master\build.xml
  12. [javac] Compiling 130 source files to C:\Users\sache\Desktop\OtherDrops-mast er\bin
  13. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\other drops\Dependencies.java:345: error: cannot find symbol
  14. [javac] Prism.actionlibs.RecordingQueue.addToQueue(ActionFactory .create(
  15. [javac] ^
  16. [javac] symbol: variable actionlibs
  17. [javac] location: class Prism
  18. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1342: error: method does not override or implement a method from a supertype
  19. [javac] @Override
  20. [javac] ^
  21. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1347: error: method does not override or implement a method from a supertype
  22. [javac] @Override
  23. [javac] ^
  24. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1612: error: method does not override or implement a method from a supertype
  25. [javac] @Override
  26. [javac] ^
  27. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1617: error: method does not override or implement a method from a supertype
  28. [javac] @Override
  29. [javac] ^
  30. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1627: error: method does not override or implement a method from a supertype
  31. [javac] @Override
  32. [javac] ^
  33. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1632: error: method does not override or implement a method from a supertype
  34. [javac] @Override
  35. [javac] ^
  36. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1637: error: method does not override or implement a method from a supertype
  37. [javac] @Override
  38. [javac] ^
  39. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1642: error: method does not override or implement a method from a supertype
  40. [javac] @Override
  41. [javac] ^
  42. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1647: error: method does not override or implement a method from a supertype
  43. [javac] @Override
  44. [javac] ^
  45. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1652: error: method does not override or implement a method from a supertype
  46. [javac] @Override
  47. [javac] ^
  48. [javac] C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\PlayerWrapper.java:1657: error: method does not override or implement a method from a supertype
  49. [javac] @Override
  50. [javac] ^
  51. [javac] Note: Some input files use or override a deprecated API.
  52. [javac] Note: Recompile with -Xlint:deprecation for details.
  53. [javac] Note: C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust\otherdrops\data\CreatureData.java uses unchecked or unsafe operations.
  54. [javac] Note: Recompile with -Xlint:unchecked for details.
  55. [javac] 12 errors
  56.  
  57. BUILD FAILED
  58. C:\Users\sache\Desktop\OtherDrops-master\build.xml:148: Compile failed; see the compiler error output for details.
  59.  
  60. Total time: 1 second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement