Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.72 KB | None | 0 0
  1. ant
  2. Buildfile: build.xml
  3.  
  4. lw-test-util.initialize:
  5.  
  6. lw-common.initialize:
  7.  
  8. lw-setting.initialize:
  9.  
  10. lw-collection.initialize:
  11.  
  12. lw-statistic.initialize:
  13.  
  14. lw-nio.initialize:
  15.  
  16. lw-io.initialize:
  17.  
  18. lw-rudp.initialize:
  19.  
  20. lw-security.initialize:
  21.  
  22. mojito.initialize:
  23.  
  24. mojito-ui.initialize:
  25.  
  26. lw-resources.initialize:
  27.  
  28. lw-net.initialize:
  29.  
  30. lw-http.initialize:
  31.  
  32. azureus.initialize:
  33.  
  34. lw-components.initialize:
  35.  
  36. initialize:
  37.  
  38. compile-core:
  39. [javac] Compiling 916 source files to /home/guest/trunk/core
  40. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:19: package org.gudy.azureus2.core3.disk does not exist
  41. [javac] import org.gudy.azureus2.core3.disk.DiskManager;
  42. [javac] ^
  43. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:20: package org.gudy.azureus2.core3.disk does not exist
  44. [javac] import org.gudy.azureus2.core3.disk.DiskManagerFileInfo;
  45. [javac] ^
  46. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:21: package org.gudy.azureus2.core3.disk does not exist
  47. [javac] import org.gudy.azureus2.core3.disk.DiskManagerPiece;
  48. [javac] ^
  49. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:22: package org.gudy.azureus2.core3.download does not exist
  50. [javac] import org.gudy.azureus2.core3.download.DownloadManager;
  51. [javac] ^
  52. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:23: package org.gudy.azureus2.core3.download does not exist
  53. [javac] import org.gudy.azureus2.core3.download.DownloadManagerDiskListener;
  54. [javac] ^
  55. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:24: package org.gudy.azureus2.core3.download does not exist
  56. [javac] import org.gudy.azureus2.core3.download.DownloadManagerListener;
  57. [javac] ^
  58. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:25: package org.gudy.azureus2.core3.download does not exist
  59. [javac] import org.gudy.azureus2.core3.download.DownloadManagerStats;
  60. [javac] ^
  61. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:26: package org.gudy.azureus2.core3.util does not exist
  62. [javac] import org.gudy.azureus2.core3.util.DisplayFormatters;
  63. [javac] ^
  64. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:27: package org.limewire.util does not exist
  65. [javac] import org.limewire.util.CommonUtils;
  66. [javac] ^
  67. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:29: package com.aelitis.azureus.core does not exist
  68. [javac] import com.aelitis.azureus.core.AzureusCore;
  69. [javac] ^
  70. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:30: package com.aelitis.azureus.core does not exist
  71. [javac] import com.aelitis.azureus.core.AzureusCoreComponent;
  72. [javac] ^
  73. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:31: package com.aelitis.azureus.core does not exist
  74. [javac] import com.aelitis.azureus.core.AzureusCoreException;
  75. [javac] ^
  76. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:32: package com.aelitis.azureus.core does not exist
  77. [javac] import com.aelitis.azureus.core.AzureusCoreLifecycleListener;
  78. [javac] ^
  79. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:169: cannot find symbol
  80. [javac] symbol : class DiskManager
  81. [javac] location: class com.frostwire.CoreFrostWireUtils
  82. [javac] public static void printDiskManagerPieces(DiskManager dm) {
  83. [javac] ^
  84. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:180: cannot find symbol
  85. [javac] symbol : class DownloadManager
  86. [javac] location: class com.frostwire.CoreFrostWireUtils
  87. [javac] public static void printDownloadManagerStatus(DownloadManager manager) {
  88. [javac] ^
  89. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:261: cannot find symbol
  90. [javac] symbol : class DownloadManagerListener
  91. [javac] location: class com.frostwire.CoreFrostWireUtils
  92. [javac] DownloadManagerListener listener) throws Exception {
  93. [javac] ^
  94. [javac] /home/guest/trunk/core/com/frostwire/CoreFrostWireUtils.java:259: cannot find symbol
  95. [javac] symbol : class DownloadManager
  96. [javac] location: class com.frostwire.CoreFrostWireUtils
  97. [javac] public final static DownloadManager startTorrentDownload(String torrentFile,
  98. [javac] ^
  99. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/BTMetaInfo.java:20: package org.limewire.io does not exist
  100. [javac] import org.limewire.io.InvalidDataException;
  101. [javac] ^
  102. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/TorrentFileSystem.java:11: package org.limewire.collection does not exist
  103. [javac] import org.limewire.collection.MultiCollection;
  104. [javac] ^
  105. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/TorrentFileSystem.java:12: package org.limewire.util does not exist
  106. [javac] import org.limewire.util.Base32;
  107. [javac] ^
  108. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/TorrentFileSystem.java:13: package org.limewire.util does not exist
  109. [javac] import org.limewire.util.CommonUtils;
  110. [javac] ^
  111. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/TorrentFileSystem.java:14: package org.limewire.util does not exist
  112. [javac] import org.limewire.util.FileUtils;
  113. [javac] ^
  114. [javac] /home/guest/trunk/core/com/limegroup/gnutella/URN.java:21: package org.limewire.collection does not exist
  115. [javac] import org.limewire.collection.IntWrapper;
  116. [javac] ^
  117. [javac] /home/guest/trunk/core/com/limegroup/gnutella/URN.java:22: package org.limewire.io does not exist
  118. [javac] import org.limewire.io.IOUtils;
  119. [javac] ^
  120. [javac] /home/guest/trunk/core/com/limegroup/gnutella/URN.java:23: package org.limewire.util does not exist
  121. [javac] import org.limewire.util.Base32;
  122. [javac] ^
  123. [javac] /home/guest/trunk/core/com/limegroup/gnutella/URN.java:24: package org.limewire.util does not exist
  124. [javac] import org.limewire.util.SystemUtils;
  125. [javac] ^
  126. [javac] /home/guest/trunk/core/com/limegroup/gnutella/Constants.java:3: package org.limewire.collection does not exist
  127. [javac] import org.limewire.collection.Range;
  128. [javac] ^
  129. [javac] /home/guest/trunk/core/com/limegroup/gnutella/FileDesc.java:11: package org.limewire.util does not exist
  130. [javac] import org.limewire.util.I18NConvert;
  131. [javac] ^
  132. [javac] /home/guest/trunk/core/com/limegroup/gnutella/FileDesc.java:12: package org.limewire.util.RPNParser does not exist
  133. [javac] import org.limewire.util.RPNParser.StringLookup;
  134. [javac] ^
  135. [javac] /home/guest/trunk/core/com/limegroup/gnutella/FileDesc.java:25: cannot find symbol
  136. [javac] symbol: class StringLookup
  137. [javac] public class FileDesc implements StringLookup {
  138. [javac] ^
  139. [javac] /home/guest/trunk/core/com/limegroup/gnutella/downloader/serial/BTDiskManagerMemento.java:5: package org.limewire.collection does not exist
  140. [javac] import org.limewire.collection.BitSet;
  141. [javac] ^
  142. [javac] /home/guest/trunk/core/com/limegroup/gnutella/downloader/serial/BTDiskManagerMemento.java:6: package org.limewire.collection does not exist
  143. [javac] import org.limewire.collection.IntervalSet;
  144. [javac] ^
  145. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/TorrentContext.java:3: package org.limewire.collection does not exist
  146. [javac] import org.limewire.collection.BitField;
  147. [javac] ^
  148. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/TorrentContext.java:4: package org.limewire.collection does not exist
  149. [javac] import org.limewire.collection.BitSet;
  150. [javac] ^
  151. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/BTMetaInfo.java:266: cannot find symbol
  152. [javac] symbol : class InvalidDataException
  153. [javac] location: class com.limegroup.bittorrent.BTMetaInfo
  154. [javac] public BTMetaInfo(BTMetaInfoMemento memento) throws InvalidDataException {
  155. [javac] ^
  156. [javac] /home/guest/trunk/core/com/limegroup/gnutella/URN.java:218: cannot find symbol
  157. [javac] symbol : class IntWrapper
  158. [javac] location: class com.limegroup.gnutella.URN
  159. [javac] private static final Map<File, IntWrapper> progressMap =
  160. [javac] ^
  161. [javac] /home/guest/trunk/core/com/limegroup/gnutella/GUID.java:7: package org.limewire.io does not exist
  162. [javac] import org.limewire.io.NetworkUtils;
  163. [javac] ^
  164. [javac] /home/guest/trunk/core/com/limegroup/gnutella/GUID.java:8: package org.limewire.util does not exist
  165. [javac] import org.limewire.util.ByteOrder;
  166. [javac] ^
  167. [javac] /home/guest/trunk/core/com/limegroup/gnutella/licenses/License.java:6: package org.limewire.http does not exist
  168. [javac] import org.limewire.http.LimeHttpClient;
  169. [javac] ^
  170. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/LimeXMLDocument.java:17: package org.limewire.collection does not exist
  171. [javac] import org.limewire.collection.NameValue;
  172. [javac] ^
  173. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/LimeXMLDocument.java:18: package org.limewire.util.RPNParser does not exist
  174. [javac] import org.limewire.util.RPNParser.StringLookup;
  175. [javac] ^
  176. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/LimeXMLDocument.java:34: cannot find symbol
  177. [javac] symbol: class StringLookup
  178. [javac] public class LimeXMLDocument implements StringLookup {
  179. [javac] ^
  180. [javac] /home/guest/trunk/core/com/limegroup/gnutella/downloader/serial/BTDiskManagerMemento.java:12: cannot find symbol
  181. [javac] symbol : class IntervalSet
  182. [javac] location: interface com.limegroup.gnutella.downloader.serial.BTDiskManagerMemento
  183. [javac] Map<Integer, IntervalSet> getPartialBlocks();
  184. [javac] ^
  185. [javac] /home/guest/trunk/core/com/limegroup/gnutella/downloader/serial/BTDiskManagerMemento.java:14: cannot find symbol
  186. [javac] symbol : class BitSet
  187. [javac] location: interface com.limegroup.gnutella.downloader.serial.BTDiskManagerMemento
  188. [javac] BitSet getVerifiedBlocks();
  189. [javac] ^
  190. [javac] /home/guest/trunk/core/com/limegroup/gnutella/downloader/serial/BTDiskManagerMemento.java:18: cannot find symbol
  191. [javac] symbol : class IntervalSet
  192. [javac] location: interface com.limegroup.gnutella.downloader.serial.BTDiskManagerMemento
  193. [javac] void setPartialBlocks(Map<Integer, IntervalSet> partialBlocks);
  194. [javac] ^
  195. [javac] /home/guest/trunk/core/com/limegroup/gnutella/downloader/serial/BTDiskManagerMemento.java:20: cannot find symbol
  196. [javac] symbol : class BitSet
  197. [javac] location: interface com.limegroup.gnutella.downloader.serial.BTDiskManagerMemento
  198. [javac] void setVerifiedBlocks(BitSet verifiedBlocks);
  199. [javac] ^
  200. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/disk/TorrentDiskManager.java:6: package org.limewire.collection does not exist
  201. [javac] import org.limewire.collection.BitField;
  202. [javac] ^
  203. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/disk/TorrentDiskManager.java:7: package org.limewire.collection does not exist
  204. [javac] import org.limewire.collection.NECallable;
  205. [javac] ^
  206. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/TorrentContext.java:13: cannot find symbol
  207. [javac] symbol : class BitField
  208. [javac] location: interface com.limegroup.bittorrent.TorrentContext
  209. [javac] BitField getFullBitField();
  210. [javac] ^
  211. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/TorrentContext.java:14: cannot find symbol
  212. [javac] symbol : class BitSet
  213. [javac] location: interface com.limegroup.bittorrent.TorrentContext
  214. [javac] BitSet getFullBitSet();
  215. [javac] ^
  216. [javac] /home/guest/trunk/core/com/limegroup/gnutella/licenses/LicenseCache.java:18: package org.limewire.io does not exist
  217. [javac] import org.limewire.io.IOUtils;
  218. [javac] ^
  219. [javac] /home/guest/trunk/core/com/limegroup/gnutella/licenses/LicenseCache.java:19: package org.limewire.service does not exist
  220. [javac] import org.limewire.service.ErrorService;
  221. [javac] ^
  222. [javac] /home/guest/trunk/core/com/limegroup/gnutella/licenses/LicenseCache.java:20: package org.limewire.util does not exist
  223. [javac] import org.limewire.util.CommonUtils;
  224. [javac] ^
  225. [javac] /home/guest/trunk/core/com/limegroup/gnutella/licenses/LicenseCache.java:21: package org.limewire.util does not exist
  226. [javac] import org.limewire.util.GenericsUtils;
  227. [javac] ^
  228. [javac] /home/guest/trunk/core/com/limegroup/gnutella/licenses/License.java:81: cannot find symbol
  229. [javac] symbol : class LimeHttpClient
  230. [javac] location: interface com.limegroup.gnutella.licenses.License
  231. [javac] public void verify(LicenseCache licenseCache, LimeHttpClient httpClient);
  232. [javac] ^
  233. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/LimeXMLSchema.java:19: package org.limewire.io does not exist
  234. [javac] import org.limewire.io.IOUtils;
  235. [javac] ^
  236. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/LimeXMLDocument.java:418: cannot find symbol
  237. [javac] symbol : class NameValue
  238. [javac] location: class com.limegroup.gnutella.xml.LimeXMLDocument
  239. [javac] public List<NameValue<String>> getOrderedNameValueList() {
  240. [javac] ^
  241. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/disk/DiskManagerListener.java:3: package org.limewire.io does not exist
  242. [javac] import org.limewire.io.DiskException;
  243. [javac] ^
  244. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/disk/TorrentDiskManager.java:41: cannot find symbol
  245. [javac] symbol : class NECallable
  246. [javac] location: interface com.limegroup.bittorrent.disk.TorrentDiskManager
  247. [javac] public void writeBlock(NECallable<BTPiece> factory);
  248. [javac] ^
  249. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/BTInterval.java:3: package org.limewire.collection does not exist
  250. [javac] import org.limewire.collection.LongInterval;
  251. [javac] ^
  252. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/BTInterval.java:4: package org.limewire.collection does not exist
  253. [javac] import org.limewire.collection.Range;
  254. [javac] ^
  255. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/BTInterval.java:9: cannot find symbol
  256. [javac] symbol: class LongInterval
  257. [javac] public class BTInterval extends LongInterval {
  258. [javac] ^
  259. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/disk/TorrentDiskManager.java:76: cannot find symbol
  260. [javac] symbol : class BitField
  261. [javac] location: interface com.limegroup.bittorrent.disk.TorrentDiskManager
  262. [javac] public BTInterval leaseRandom(BitField bs, Set<BTInterval> exclude);
  263. [javac] ^
  264. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/disk/TorrentDiskManager.java:115: cannot find symbol
  265. [javac] symbol : class BitField
  266. [javac] location: interface com.limegroup.bittorrent.disk.TorrentDiskManager
  267. [javac] public boolean containsAnyWeMiss(BitField other);
  268. [javac] ^
  269. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/disk/TorrentDiskManager.java:121: cannot find symbol
  270. [javac] symbol : class BitField
  271. [javac] location: interface com.limegroup.bittorrent.disk.TorrentDiskManager
  272. [javac] public int getNumMissing(BitField other);
  273. [javac] ^
  274. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/LimeXMLProperties.java:6: package org.limewire.util does not exist
  275. [javac] import org.limewire.util.CommonUtils;
  276. [javac] ^
  277. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/SchemaFieldInfo.java:6: package org.limewire.collection does not exist
  278. [javac] import org.limewire.collection.NameValue;
  279. [javac] ^
  280. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/disk/DiskManagerListener.java:13: cannot find symbol
  281. [javac] symbol : class DiskException
  282. [javac] location: interface com.limegroup.bittorrent.disk.DiskManagerListener
  283. [javac] public void diskExceptionHappened(DiskException e);
  284. [javac] ^
  285. [javac] /home/guest/trunk/core/com/limegroup/bittorrent/BTInterval.java:23: cannot find symbol
  286. [javac] symbol : class Range
  287. [javac] location: class com.limegroup.bittorrent.BTInterval
  288. [javac] public BTInterval(Range other, int id) {
  289. [javac] ^
  290. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/SchemaFieldInfo.java:49: cannot find symbol
  291. [javac] symbol : class NameValue
  292. [javac] location: class com.limegroup.gnutella.xml.SchemaFieldInfo
  293. [javac] private List<NameValue<String>> _enumerationList = null;
  294. [javac] ^
  295. [javac] /home/guest/trunk/core/com/limegroup/gnutella/xml/SchemaFieldInfo.java:202: cannot find symbol
  296. [javac] symbol : class NameValue
  297. [javac] location: class com.limegroup.gnutella.xml.SchemaFieldInfo
  298. [javac] public List<NameValue<String>> getEnumerationList()
  299. [javac] ^
  300. [javac] /home/guest/trunk/core/com/frostwire/HttpFileFetcher.java:13: package org.limewire.io does not exist
  301. [javac] import org.limewire.io.IOUtils;
  302. [javac] ^
  303. [javac] /home/guest/trunk/core/com/limegroup/gnutella/http/HttpExecutor.java:8: package org.limewire.collection does not exist
  304. [javac] import org.limewire.collection.Cancellable;
  305. [javac] ^
  306. [javac] /home/guest/trunk/core/com/limegroup/gnutella/http/HttpExecutor.java:9: package org.limewire.nio.observer does not exist
  307. [javac] import org.limewire.nio.observer.Shutdownable;
  308. [javac] ^
  309. [javac] /home/guest/trunk/core/com/limegroup/gnutella/http/HttpExecutor.java:24: cannot find symbol
  310. [javac] symbol : class Shutdownable
  311. [javac] location: interface com.limegroup.gnutella.http.HttpExecutor
  312. [javac] public Shutdownable execute(HttpUriRequest method, HttpParams params, HttpClientListener listener);
  313. [javac] ^
  314. [javac] /home/guest/trunk/core/com/limegroup/gnutella/http/HttpExecutor.java:35: cannot find symbol
  315. [javac] symbol : class Shutdownable
  316. [javac] location: interface com.limegroup.gnutella.http.HttpExecutor
  317. [javac] public Shutdownable execute(HttpUriRequest method,
  318. [javac] ^
  319. [javac] /home/guest/trunk/core/com/limegroup/gnutella/http/HttpExecutor.java:52: cannot find symbol
  320. [javac] symbol : class Cancellable
  321. [javac] location: interface com.limegroup.gnutella.http.HttpExecutor
  322. [javac] Cancellable canceller);
  323. [javac] ^
  324. [javac] /home/guest/trunk/core/com/limegroup/gnutella/http/HttpExecutor.java:48: cannot find symbol
  325. [javac] symbol : class Shutdownable
  326. [javac] location: interface com.limegroup.gnutella.http.HttpExecutor
  327. [javac] public Shutdownable executeAny(HttpClientListener listener,
  328. [javac] ^
  329. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:9: package org.gudy.azureus2.core3.config.impl does not exist
  330. [javac] import org.gudy.azureus2.core3.config.impl.ConfigurationManager;
  331. [javac] ^
  332. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:10: package org.gudy.azureus2.core3.download does not exist
  333. [javac] import org.gudy.azureus2.core3.download.DownloadManager;
  334. [javac] ^
  335. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:12: package com.aelitis.azureus.core does not exist
  336. [javac] import com.aelitis.azureus.core.AzureusCore;
  337. [javac] ^
  338. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:13: package com.aelitis.azureus.core does not exist
  339. [javac] import com.aelitis.azureus.core.AzureusCoreComponent;
  340. [javac] ^
  341. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:14: package com.aelitis.azureus.core does not exist
  342. [javac] import com.aelitis.azureus.core.AzureusCoreException;
  343. [javac] ^
  344. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:15: package com.aelitis.azureus.core does not exist
  345. [javac] import com.aelitis.azureus.core.AzureusCoreFactory;
  346. [javac] ^
  347. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:16: package com.aelitis.azureus.core does not exist
  348. [javac] import com.aelitis.azureus.core.AzureusCoreLifecycleListener;
  349. [javac] ^
  350. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:29: cannot find symbol
  351. [javac] symbol : class AzureusCore
  352. [javac] location: class com.frostwire.bittorrent.AzureusStarter
  353. [javac] private static AzureusCore AZUREUS_CORE;
  354. [javac] ^
  355. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:40: cannot find symbol
  356. [javac] symbol : class AzureusCore
  357. [javac] location: class com.frostwire.bittorrent.AzureusStarter
  358. [javac] public static AzureusCore getAzureusCore() {
  359. [javac] ^
  360. [javac] /home/guest/trunk/core/com/frostwire/bittorrent/AzureusStarter.java:132: cannot find symbol
  361. [javac] symbol : class ConfigurationManager
  362. [javac] location: class com.frostwire.bittorrent.AzureusStarter
  363. [javac] public ConfigurationManager getConfigManager() {
  364. [javac] ^
  365. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:7: package org.limewire.concurrent does not exist
  366. [javac] import org.limewire.concurrent.AbstractLazySingletonProvider;
  367. [javac] ^
  368. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:8: package org.limewire.concurrent does not exist
  369. [javac] import org.limewire.concurrent.SimpleTimer;
  370. [javac] ^
  371. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:9: package org.limewire.http does not exist
  372. [javac] import org.limewire.http.LimeWireHttpModule;
  373. [javac] ^
  374. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:10: package org.limewire.inject does not exist
  375. [javac] import org.limewire.inject.AbstractModule;
  376. [javac] ^
  377. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:11: package org.limewire.io does not exist
  378. [javac] import org.limewire.io.LimeWireIOModule;
  379. [javac] ^
  380. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:12: package org.limewire.io does not exist
  381. [javac] import org.limewire.io.LocalSocketAddressProvider;
  382. [javac] ^
  383. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:13: package org.limewire.net does not exist
  384. [javac] import org.limewire.net.LimeWireNetModule;
  385. [javac] ^
  386. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:24: cannot find symbol
  387. [javac] symbol: class AbstractModule
  388. [javac] public class FrostWireCoreModule extends AbstractModule {
  389. [javac] ^
  390. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:43: cannot find symbol
  391. [javac] symbol : class AbstractLazySingletonProvider
  392. [javac] location: class com.frostwire.guice.FrostWireCoreModule
  393. [javac] private static class BackgroundTimerProvider extends AbstractLazySingletonProvider<ScheduledExecutorService> {
  394. [javac] ^
  395. [javac] /home/guest/trunk/core/com/frostwire/guice/FrostWireCoreModule.java:50: cannot find symbol
  396. [javac] symbol : class LocalSocketAddressProvider
  397. [javac] location: class com.frostwire.guice.FrostWireCoreModule
  398. [javac] private static class MyLocalSocketAddressProviderImpl implements LocalSocketAddressProvider {
  399. [javac] ^
  400. [javac] /home/guest/trunk/core/com/frostwire/settings/UpdateManagerSettings.java:3: package org.limewire.setting does not exist
  401. [javac] import org.limewire.setting.BooleanSetting;
  402. [javac] ^
  403. [javac] /home/guest/trunk/core/com/limegroup/gnutella/settings/LimeProps.java:3: package org.limewire.setting does not exist
  404. [javac] import org.limewire.setting.SettingsFactory;
  405. [javac] ^
  406. [javac] Note: /home/guest/trunk/core/com/limegroup/gnutella/dht/io/LimeMessageDispatcherImpl.java uses unchecked or unsafe operations.
  407. [javac] Note: Recompile with -Xlint:unchecked for details.
  408. [javac] 100 errors
  409.  
  410. BUILD FAILED
  411. /home/guest/trunk/core/build.xml:36: Compile failed; see the compiler error output for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement