|
From: <va...@us...> - 2011-06-28 10:48:49
|
Revision: 14085
http://gate.svn.sourceforge.net/gate/?rev=14085&view=rev
Author: valyt
Date: 2011-06-28 10:48:43 +0000 (Tue, 28 Jun 2011)
Log Message:
-----------
Log a warning message when creating new indexes with the ORDI helper and point the users toward the new Sesame-based helper.
Modified Paths:
--------------
mimir/trunk/plugins/ordi/src/gate/mimir/ordi/ORDISemanticAnnotationHelper.java
Modified: mimir/trunk/plugins/ordi/src/gate/mimir/ordi/ORDISemanticAnnotationHelper.java
===================================================================
--- mimir/trunk/plugins/ordi/src/gate/mimir/ordi/ORDISemanticAnnotationHelper.java 2011-06-28 10:44:31 UTC (rev 14084)
+++ mimir/trunk/plugins/ordi/src/gate/mimir/ordi/ORDISemanticAnnotationHelper.java 2011-06-28 10:48:43 UTC (rev 14085)
@@ -534,6 +534,9 @@
*/
public void init(Indexer indexer){
if(initDone) return;
+ logger.warn("The ORDI Semantic Annotation Helper is now deprecated and " +
+ "should only be used for opening old indexes.\nPlease use the new " +
+ "Sesame Semantic Annotation Helper instead for building new indexes!");
try {
TSource ordiSource = getOrdiSource(indexer.getIndexConfig());
ordiConnection = ordiSource.getConnection();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|