Advertisement
CoolLord22

Untitled

Mar 30th, 2017
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 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.36 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\other drops\PlayerWrapper.java:78: error: PlayerWrapper is not abstract and does not o verride abstract method sendTitle(String,String,int,int,int) in Player
  19. [javac] public class PlayerWrapper implements Player {
  20. [javac] ^
  21. [javac] Note: Some input files use or override a deprecated API.
  22. [javac] Note: Recompile with -Xlint:deprecation for details.
  23. [javac] Note: C:\Users\sache\Desktop\OtherDrops-master\src\com\gmail\zariust \otherdrops\data\CreatureData.java uses unchecked or unsafe operations.
  24. [javac] Note: Recompile with -Xlint:unchecked for details.
  25. [javac] 2 errors
  26.  
  27. BUILD FAILED
  28. C:\Users\sache\Desktop\OtherDrops-master\build.xml:148: Compile failed; see the compiler error output for details.
  29.  
  30. Total time: 1 second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement