Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   LimeWire Beta Archives (https://www.gnutellaforums.com/limewire-beta-archives/)
-   -   Compile bug in stable build downloaded (https://www.gnutellaforums.com/limewire-beta-archives/9270-compile-bug-stable-build-downloaded.html)

bakerman March 16th, 2002 02:31 PM

Compile bug in stable build downloaded
 
Hi folks

There is a small bug in the stable build:
com.limegroup.gnutella.gui.library.LinkHandler

line 194
return "<html><a href=\"\">"+LABEL_STRING+"</a></html>";

does have two semicolons at the end and gives me a compile error (I'm using jdk 1.4)

Cheers,
Stephan

Unregistered April 3rd, 2002 06:56 AM

Outdated download
 
Don't use the packaged sources, they are outdated and have not been maintained since several months).

Use CVS and get a version from the limewire/core and limewire/gui projects, by creating two projects in your cvsroot directory: core and limewire.
then:
cd core ; ant clean ; ant ; buildCoreJar
cd ../gui ; ant clean ; ant

start the compiled version with "run" in the gui folder.

Unregistered April 4th, 2002 05:56 AM

I did that and it works well but IMHO the build process is a mess. Why use batch files and shell scripts when ant offers everything you need? Why compile into the directories where you store your source code? Why use the jar command (multiple times) when ant has a jar task?

If you'd organize things a little differently, a "ant release" could automatically compile core and gui, jar everything and copy all relevant files to a release directory. It would be much faster too since the jvm would load only once.

shorebreak April 7th, 2002 11:01 AM

since you seem to know what you're talking about how about signing up at limewire.org join the gui and core project and make those changes. I would really like to see a way of easier and more organized version building!


mahalo


All times are GMT -7. The time now is 09:28 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.