[GeoNetwork-devel] build of GN2.1 beta

Dear GN developers,

I am wondering if there is a build available of GN 2.1 beta because I have some trouble compiling it. But I am not used to build jar files thus it is very likely that I am just doing something wrong.

This is the error message I get when I run ant -f build.xml:

[javac] org\fao\gast\Gast.java added as org/fao/gast/Gast.class doesn't exist.
[javac] org\fao\gast\app\App.java added as org/fao/gast/app/App.class doesn't exist.
[javac] org\fao\gast\app\Configuration.java added as org/fao/gast/app/Configuration.class doesn't exist.
....

Thanks in advance

Best regards
Paul

--
Paul HASENOHR
Community Image Data portal project
European Commission - Joint Research Centre
IPSC - Agriculture and Fisheries Unit
TP 266, 21020 ISPRA (VA), ITALY
Tel: +39 0332 78 60 93 - Fax: +39 0332 78 63 69
Web site: http://agrifish.jrc.it

Hi Paul,

maybe you made a checkout when I was committing some code.
Try an update 'svn up', go inside 'trunk' folder and issue 'ant'.

We should release the beta soon.

Cheers,
Andrea

Dear GN developers,

I am wondering if there is a build available of GN 2.1 beta because I
have some trouble compiling it. But I am not used to build jar files
thus it is very likely that I am just doing something wrong.

This is the error message I get when I run ant -f build.xml:

[javac] org\fao\gast\Gast.java added as org/fao/gast/Gast.class doesn't
exist.
[javac] org\fao\gast\app\App.java added as org/fao/gast/app/App.class
doesn't exist.
[javac] org\fao\gast\app\Configuration.java added as
org/fao/gast/app/Configuration.class doesn't exist.
....

Thanks in advance

Best regards
Paul