← Back to team overview

syncany-team team mailing list archive

Problem with initial build

 

I heard about this on the Ubuntu UK LoCo podcast and it seemed really
interesting.

I followed the guide from the launchpad development file and could not
get the build to work.  I tracked this down to a simple classpath issue.

The file "nbproject/project.properties" sets this classpath reference:
    file.reference.commons-net-2.0.jar=lib/plugins/ftp/commons-
net-2.0.jar

I do not have that file.  One way I can fix this is to update it to the
JAR file I do have (from "libcommons-net-java"):
   file.reference.commons-net-2.0.jar=/usr/share/java/commons-
net-1.4.1.jar

Or I can install "libcommons-net2-java" and set the reference to the
file it installs:
   file.reference.commons-net-2.0.jar=/usr/share/java/commons-
net2-2.0.jar

I am guessing the latter is the more correct solution, but would like to
confirm that.

I'm using Xubuntu 10.10, so maybe that's the reason the paths are
slightly different for me?
-- 
This message was sent from Launchpad by
roadSurfer (https://launchpad.net/~roadsurfer)
using the "Contact this team" link on the Syncany Team team page
(https://launchpad.net/~syncany-team).
For more information see
https://help.launchpad.net/YourAccount/ContactingPeople


Follow ups