[GeoNetwork-devel] How to compile jeeves sources

Hi list,

I download jeeves sources on this website http://sourceforge.net/project/showfiles.php?group_id=50064

I would like to compile it and generate a new jeeves.jar in order to modify session information in Geonetwork and the way to get it. Could you tell me please how to get a compilable version of jeeves sources (I mean with a build file associated...) or tell me the way to compile this sources ?

Thanks,

--

Mathieu

Hi Mathieu,

Jeeves has an ant build file (get ant from www.apache.org) so
you can use it to create the jeeves.jar file.

If you are operating on Geonetwork 2.0.X you can download
Jeeves from sourceforge. Otherwise, it is better to checkout
Jeeves from subversion and build it the same way.

Cheers,
Andrea

Hi list,

I download jeeves sources on this website
http://sourceforge.net/project/showfiles.php?group_id=50064

I would like to compile it and generate a new jeeves.jar in order to
modify session information in Geonetwork and the way to get it. Could
you tell me please how to get a compilable version of jeeves sources (I
mean with a build file associated...) or tell me the way to compile
this sources ?

Thanks,

To be precise, check out from the project’s SourceForge CVS instead of SourceForge SVN if you use version 2.0. The code was all migrated to SVN for the work on version 2.1. Version 2.0 is still maintained in CVS

On Mar 8, 2007, at 2:25 PM, Andrea Carboni wrote:

If you are operating on Geonetwork 2.0.X you can download

Jeeves from sourceforge. Otherwise, it is better to checkout

Jeeves from subversion and build it the same way.