Actions
Bug #6639
closedRdfXmlSubprocessor class can't be compiled
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12/23/2014
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
When I tried to install Metacat from the trunk, I got an error like:
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3:compile (default-compile) on project metacat-index: Compilation failure
[ERROR] /Users/tao/projects/metacat/metacat-index/src/main/java/edu/ucsb/nceas/metacat/index/annotation/RdfXmlSubprocessor.java:[80,7] error: RdfXmlSubprocessor is not abstract and does not override abstract method mergeWithIndexedDocument(SolrDoc) in IDocumentSubprocessor
Updated by ben leinfelder over 9 years ago
- Status changed from New to Closed
this class was moved into the cn index project
Actions