Well, normally it is useful to tell Eclipse how to build from source because then it can do as-you-type error checking - so ideally the eclipse project file could be set up to build from source in addition to relying on the ant buildfile for this.
Ian. On 02/12/05, NextGen$ <nextgens at freenetproject.org> wrote: > * 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$. > >
