Thursday, February 06, 2003

2/6/2003:

Gotcha: Building Limewire with Forte 4. You can use the Ant build.xml script to build Limewire, but you must insert the classpath attribute to the javac task like this:



classpath="../gui/lib/collections.jar;../gui/lib/xerces.jar;../gui/lib/MRJToolkitStubs.jar"
srcdir="${basedir}" destdir="${basedir}"
includes="${downloader}/**,${filters}/**,${uploader}/**,${util}/**,${gnutella}/*,${xml}/**,${routing}/**,${chat}/**,${mp3}/**,${security}/**"
/>



Get the classpath value from the build.bat file.