[freenet-dev] Building from subversion

2005-12-02 Thread Matthew Toseland
Well, it works with 0.5. I believe there are two approaches: - Download freenet-ext.jar into lib/ and use it from there. - Require the Contrib project to be checked out in parallel, and build from source. Ant uses both, I think Eclipse in 0.5 uses the former. On Fri, Dec 02, 2005 at 11:04:22AM +

[freenet-dev] Building from subversion

2005-12-02 Thread Ian Clarke
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$ wrote: > * Ian Clarke

[freenet-dev] Building from subversion

2005-12-02 Thread NextGen$
* Ian Clarke [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 pos

[freenet-dev] Building from subversion

2005-12-02 Thread Ian Clarke
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? I

Re: [freenet-dev] Building from subversion

2005-12-02 Thread Matthew Toseland
Well, it works with 0.5. I believe there are two approaches: - Download freenet-ext.jar into lib/ and use it from there. - Require the Contrib project to be checked out in parallel, and build from source. Ant uses both, I think Eclipse in 0.5 uses the former. On Fri, Dec 02, 2005 at 11:04:22AM +

Re: [freenet-dev] Building from subversion

2005-12-02 Thread Ian Clarke
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$ <[EMAIL PROTECTED]> wr

Re: [freenet-dev] Building from subversion

2005-12-02 Thread NextGen$
* Ian Clarke <[EMAIL PROTECTED]> [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

[freenet-dev] Building from subversion

2005-12-02 Thread Ian Clarke
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? I