'Waiting for first run' filesystem harvesting bug

1 message Options
Embed this post
Permalink
James Wilson

'Waiting for first run' filesystem harvesting bug

Reply Threaded More More options
Print post
Permalink
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();

2. 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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
GeoNetwork-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork