Actions
Bug #4807
closedGetMetadata does nothing
Start date:
02/18/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4807
Description
Search for any data, right click on a search result, and select the only option, "GetMetadata". This does not seem to do anything, and there are no errors on the console. There should probably also be a space in the label as well.
Updated by Jing Tao almost 15 years ago
I can see a error on console:
[run] ERROR: 'jar:file:/home/tao/project/kepler/core/lib/jar/kepler-styles.jar!/style/eml-2.0.1/eml-settings.xsl: line 164: Variable 'attributeindex' is multiply defined in the same scope.'
[run] FATAL ERROR: 'Could not compile stylesheet'
Updated by Jing Tao almost 15 years ago
In eml module, duplicated parameters were removed on eml-settings.xsl and eml-identifiers.xsl. Use a new target in eml to generate a new kepler-style.jars. Now the kepler can show the metacat with new jar.
Actions