* Ian Clarke <ian.clarke at gmail.com> [2005-12-02 10:49:05]: > I am trying to build Freenet from subversion. > > The Eclipse project file is hard-wired to point to > /usr/src/cvs/freenet-stable/lib/freenet-ext.jar which is obviously not > a good approach. > > How can we set this up elegantly to make life as easy as possible for > those wanting to build from subversion? >
What about using Ant's buildfile ? ant -lib /path/to/freenet-ext.jar should compile fine... That's what I'm using in eclipse to build the project. NextGen$.