Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1.  
  2. rebuild_gameserver:
  3.  
  4. build:
  5. Trying to override old definition of datatype resources
  6. Trying to override old definition of task buildnumber
  7. [cachepath] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
  8. [cachepath] :: loading settings :: url = jar:file:/E:/l2mad/server/ant/ivy-2.4.0/ivy-2.4.0.jar!/org/apache/ivy/core/settings/ivysettings.xml
  9. [cachepath] :: resolving dependencies :: fork2#depends;working@Golden-PC
  10. [cachepath] confs: [default]
  11. [cachepath] found net.sf.ehcache#ehcache;2.10.0 in public
  12. [cachepath] found org.eclipse.jdt.core.compiler#ecj;4.4.2 in public
  13. [cachepath] found org.codehaus.groovy#groovy-all;2.4.4 in public
  14. [cachepath] found org.python#jython;2.2.1 in public
  15. [cachepath] found com.zaxxer#HikariCP;2.4.0 in public
  16. [cachepath] found org.slf4j#slf4j-api;1.7.12 in public
  17. [cachepath] found mysql#mysql-connector-java;5.1.36 in public
  18. [cachepath] found org.slf4j#slf4j-log4j12;1.7.12 in public
  19. [cachepath] found log4j#log4j;1.2.17 in public
  20. [cachepath] found org.apache.velocity#velocity;1.7 in public
  21. [cachepath] found commons-collections#commons-collections;3.2.1 in public
  22. [cachepath] found commons-lang#commons-lang;2.4 in public
  23. [cachepath] found com.thoughtworks.xstream#xstream;1.4.8 in public
  24. [cachepath] found xmlpull#xmlpull;1.1.3.1 in public
  25. [cachepath] found xpp3#xpp3_min;1.1.4c in public
  26. [cachepath] found net.sf.kxml#kxml2;2.3.0 in public
  27. [cachepath] found net.sf.trove4j#trove4j;3.0.3 in public
  28. [cachepath] found org.apache.commons#commons-lang3;3.4 in public
  29. [cachepath] found org.javolution#javolution;5.2.6 in public
  30. [cachepath] found com.squareup.okhttp3#okhttp;3.0.0-RC1 in public
  31. [cachepath] found com.squareup.okio#okio;1.6.0 in public
  32. [cachepath] found com.squareup.retrofit2#retrofit;2.2.0 in public
  33. [cachepath] found com.squareup.okhttp3#okhttp;3.6.0 in public
  34. [cachepath] found com.squareup.okio#okio;1.11.0 in public
  35. [cachepath] found com.squareup.retrofit2#converter-jackson;2.2.0 in public
  36. [cachepath] found com.fasterxml.jackson.core#jackson-databind;2.7.2 in public
  37. [cachepath] found com.fasterxml.jackson.core#jackson-annotations;2.7.0 in public
  38. [cachepath] found com.fasterxml.jackson.core#jackson-core;2.7.2 in public
  39. [cachepath] :: resolution report :: resolve 480ms :: artifacts dl 26ms
  40. [cachepath] :: evicted modules:
  41. [cachepath] org.slf4j#slf4j-api;1.7.7 by [org.slf4j#slf4j-api;1.7.12] in [default]
  42. [cachepath] com.squareup.okhttp3#okhttp;3.0.0-RC1 by [com.squareup.okhttp3#okhttp;3.6.0] in [default]
  43. [cachepath] com.squareup.okio#okio;1.6.0 by [com.squareup.okio#okio;1.11.0] in [default]
  44. ---------------------------------------------------------------------
  45. | | modules || artifacts |
  46. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  47. ---------------------------------------------------------------------
  48. | default | 29 | 0 | 0 | 3 || 26 | 0 |
  49. ---------------------------------------------------------------------
  50.  
  51. clear:
  52. [delete] Deleting directory E:\l2mad\server\build\classes
  53. [mkdir] Created dir: E:\l2mad\server\build\classes
  54.  
  55. compile:
  56. [groovyc] Compiling 2028 source files to E:\l2mad\server\build\classes
  57. [groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
  58. [groovyc] Compile error during compilation with javac.
  59. [groovyc] E:\l2mad\server\gameserver\src\ru\catssoftware\gameserver\model\entity\events\pvp\team\TeamEventAbstract.java:176: error: no suitable method found for get(Location[])
  60. [groovyc] return Rnd.get(team.getLocs());
  61. [groovyc] ^
  62. [groovyc] method Rnd.get(int) is not applicable
  63. [groovyc] (argument mismatch; Location[] cannot be converted to int)
  64. [groovyc] method Rnd.get(double) is not applicable
  65. [groovyc] (argument mismatch; Location[] cannot be converted to double)
  66. [groovyc] method Rnd.<T>get(List<T>) is not applicable
  67. [groovyc] (cannot infer type-variable(s) T
  68. [groovyc] (argument mismatch; Location[] cannot be converted to List<T>))
  69. [groovyc] where T is a type-variable:
  70. [groovyc] T extends Object declared in method <T>get(List<T>)
  71. [groovyc] Note: Some input files use or override a deprecated API.
  72. [groovyc] Note: Recompile with -Xlint:deprecation for details.
  73. [groovyc] Note: Some input files use unchecked or unsafe operations.
  74. [groovyc] Note: Recompile with -Xlint:unchecked for details.
  75. [groovyc] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  76. [groovyc] 1 error
  77. [groovyc]
  78. [groovyc]
  79. [groovyc] 1 error
  80.  
  81. BUILD FAILED
  82. E:\l2mad\server\ant\build.xml:19: The following error occurred while executing this line:
  83. E:\l2mad\server\ant\build_gameserver.xml:27: The following error occurred while executing this line:
  84. E:\l2mad\server\ant\build_template.xml:19: Compilation Failed
  85.  
  86. Total time: 19 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement