PDA

View Full Version : Having trouble with the cvs version


Yonatan
December 24th, 2006, 04:36 AM
I've recently downloaded the cvs version of LimeWire, and it seems a little broken. I'm wondering if this is intentional or just a problem on my end. The problems I ran into are:

1. In PatriciaTrieTest.java, the compiler complains about 'found = 0;', where found is a Character. I just replaced 0 with '\0' to make it shut up, but I haven't run any tests yet.

2. Downloads stay at 100% and don't complete.

3. After a few minutes all downloads get stuck (UI says downloading, 0 kb/s).

4. No tray icon.

I'm building it with Eclipse on Linux. The version 4.12 binary works fine, except for the fact that it uses the 4.13 beta splash image. Any help will be appreciated.

Yonatan
December 25th, 2006, 12:23 AM
Ok, building it with ant and running from command line brings up the tray icon. All other issues still unresolved afaict. Is there some revision number or tag or something I can use to have cvs pull up the code for the last release?

Yonatan
December 25th, 2006, 01:54 AM
Forget what I said about the icon. My bad, messed up the VM arguments.