Advertisement
Guest User

Compile

a guest
Oct 28th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1.  
  2. dir:
  3. [mkdir] Created dir: C:\Dev\Source\build\scripts
  4. [mkdir] Created dir: C:\Dev\Source\build\scripts\classes
  5.  
  6. compiles:
  7. [javac] C:\Dev\Source\build_scripts.xml:29: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  8. [javac] Compiling 1625 source files to C:\Dev\Source\build\scripts\classes
  9.  
  10. compile:
  11. [javac] C:\Dev\Source\build_scripts.xml:38: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  12. [javac] Compiling 793 source files to C:\Dev\Source\build\scripts\classes
  13. [javac] C:\Dev\Source\data\scripts\ai\Freya.java:356: method does not override or implement a method from a supertype
  14. [javac] @Override
  15. [javac] ^
  16. [javac] C:\Dev\Source\data\scripts\ai\FreyaDefault.java:72: method does not override or implement a method from a supertype
  17. [javac] @Override
  18. [javac] ^
  19. [javac] C:\Dev\Source\data\scripts\ai\FreyaGuard.java:69: method does not override or implement a method from a supertype
  20. [javac] @Override
  21. [javac] ^
  22. [javac] C:\Dev\Source\data\scripts\ai\Glakias.java:68: method does not override or implement a method from a supertype
  23. [javac] @Override
  24. [javac] ^
  25. [javac] 4 errors
  26.  
  27. BUILD FAILED
  28. C:\Dev\Source\build_scripts.xml:38: Compile failed; see the compiler error output for details.
  29.  
  30. Total time: 21 seconds
  31.  
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement