Advertisement
Guest User

Untitled

a guest
Jan 7th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.71 KB | None | 0 0
  1. [javac] Compiling 1477 source files to C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\build\classes
  2. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
  3. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:16703: error: cannot find symbol
  4. [javac] return _selectedBlocksList;
  5. [javac] ^
  6. [javac] symbol: variable _selectedBlocksList
  7. [javac] location: class L2PcInstance
  8. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:57: error: cannot find symbol
  9. [javac] final URL obj = new URL(Config.VOTES_SITE_TOPZONE_URL);
  10. [javac] ^
  11. [javac] symbol: variable VOTES_SITE_TOPZONE_URL
  12. [javac] location: class Config
  13. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:115: error: cannot find symbol
  14. [javac] p.addItem("TZreward", Config.VOTE_REWARD_ID, Config.VOTE_REWARD_ID_COUNT, null, true);
  15. [javac] ^
  16. [javac] symbol: variable VOTE_REWARD_ID
  17. [javac] location: class Config
  18. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:115: error: cannot find symbol
  19. [javac] p.addItem("TZreward", Config.VOTE_REWARD_ID, Config.VOTE_REWARD_ID_COUNT, null, true);
  20. [javac] ^
  21. [javac] symbol: variable VOTE_REWARD_ID_COUNT
  22. [javac] location: class Config
  23. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:157: error: cannot find symbol
  24. [javac] player.sendPacket(new CreatureSay(0, Say2.PARTYROOM_COMMANDER, "Vote Manager", "You have " + Config.TIME_TO_VOTE + " seconds to vote on Topzone."));
  25. [javac] ^
  26. [javac] symbol: variable TIME_TO_VOTE
  27. [javac] location: class Config
  28. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:158: error: cannot find symbol
  29. [javac] ThreadPoolManager.getInstance().scheduleGeneral(new tzvotetask(player), Config.TIME_TO_VOTE * 880);
  30. [javac] ^
  31. [javac] symbol: variable TIME_TO_VOTE
  32. [javac] location: class Config
  33. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:193: error: cannot find symbol
  34. [javac] final URL obj = new URL(Config.VOTES_SITE_HOPZONE_URL);
  35. [javac] ^
  36. [javac] symbol: variable VOTES_SITE_HOPZONE_URL
  37. [javac] location: class Config
  38. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:249: error: cannot find symbol
  39. [javac] p.addItem("HZreward", Config.VOTE_REWARD_ID, Config.VOTE_REWARD_ID_COUNT, null, true);
  40. [javac] ^
  41. [javac] symbol: variable VOTE_REWARD_ID
  42. [javac] location: class Config
  43. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:249: error: cannot find symbol
  44. [javac] p.addItem("HZreward", Config.VOTE_REWARD_ID, Config.VOTE_REWARD_ID_COUNT, null, true);
  45. [javac] ^
  46. [javac] symbol: variable VOTE_REWARD_ID_COUNT
  47. [javac] location: class Config
  48. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:290: error: cannot find symbol
  49. [javac] player.sendPacket(new CreatureSay(0, Say2.PARTYROOM_COMMANDER, "Vote Manager", "You have " + Config.TIME_TO_VOTE + " seconds to vote on Hopzone."));
  50. [javac] ^
  51. [javac] symbol: variable TIME_TO_VOTE
  52. [javac] location: class Config
  53. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:291: error: cannot find symbol
  54. [javac] ThreadPoolManager.getInstance().scheduleGeneral(new hpvotetask(player), Config.TIME_TO_VOTE * 880);
  55. [javac] ^
  56. [javac] symbol: variable TIME_TO_VOTE
  57. [javac] location: class Config
  58. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:323: error: cannot find symbol
  59. [javac] final URL obj = new URL(Config.VOTES_SITE_L2NETWORK_URL);
  60. [javac] ^
  61. [javac] symbol: variable VOTES_SITE_L2NETWORK_URL
  62. [javac] location: class Config
  63. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:380: error: cannot find symbol
  64. [javac] p.addItem("NZreward", Config.VOTE_REWARD_ID, Config.VOTE_REWARD_ID_COUNT, null, true);
  65. [javac] ^
  66. [javac] symbol: variable VOTE_REWARD_ID
  67. [javac] location: class Config
  68. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:380: error: cannot find symbol
  69. [javac] p.addItem("NZreward", Config.VOTE_REWARD_ID, Config.VOTE_REWARD_ID_COUNT, null, true);
  70. [javac] ^
  71. [javac] symbol: variable VOTE_REWARD_ID_COUNT
  72. [javac] location: class Config
  73. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:421: error: cannot find symbol
  74. [javac] player.sendPacket(new CreatureSay(0, Say2.PARTYROOM_COMMANDER, "Vote Manager", "You have " + Config.TIME_TO_VOTE + " seconds to vote on Network."));
  75. [javac] ^
  76. [javac] symbol: variable TIME_TO_VOTE
  77. [javac] location: class Config
  78. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\VoteHandler.java:422: error: cannot find symbol
  79. [javac] ThreadPoolManager.getInstance().scheduleGeneral(new nzvotetask(player), Config.TIME_TO_VOTE * 880);
  80. [javac] ^
  81. [javac] symbol: variable TIME_TO_VOTE
  82. [javac] location: class Config
  83. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2VoteManager1Instance.java:79: error: cannot find symbol
  84. [javac] if (Config.VOTE_MANAGER_ENABLED)
  85. [javac] ^
  86. [javac] symbol: variable VOTE_MANAGER_ENABLED
  87. [javac] location: class Config
  88. [javac] C:\Users\De Wayne\workspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2VoteManager1Instance.java:79: error: illegal start of type
  89. [javac] if (Config.VOTE_MANAGER_ENABLED)
  90. [javac] ^
  91. [javac] 18 errors
  92. [javac] 1 warning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement