[GeoNetwork-devel] 'Waiting for first run' filesystem harvesting bug

Hi,

Local filesystem harvesting does not report sucess in tool-tip as other harvesters (eg csw) do. Fix is:

  1. ensure “result” variable has class rathre than local scope:

diff fixed\LocalFilesystemHarvester.java old\LocalFilesystemHarvester.java
184c184
< result = new LocalFilesystemResult();

LocalFilesystemResult result = new LocalFilesystemResult();

  1. Copy:

geonetwork/web/geonetwork/xsl/harvesting/csw/client-result-tip.xsl

to

geonetwork/web/geonetwork/xsl/filesystem/csw/client-result-tip.xsl

Guess someone needs to feed this into the tree as I’m not a committer.

Regards

Peter