Revision: 17220
          http://sourceforge.net/p/gate/code/17220
Author:   ian_roberts
Date:     2014-01-08 12:22:45 +0000 (Wed, 08 Jan 2014)
Log Message:
-----------
Mappings file to ensure protons.owl is loaded from local file rather than web

Modified Paths:
--------------
    
gate/trunk/plugins/Ontology_BDM_Computation/src/gate/bdmComp/TestBDMCompPlugin.java

Added Paths:
-----------
    gate/trunk/plugins/Ontology_BDM_Computation/test/ontology/mapping.txt

Modified: 
gate/trunk/plugins/Ontology_BDM_Computation/src/gate/bdmComp/TestBDMCompPlugin.java
===================================================================
--- 
gate/trunk/plugins/Ontology_BDM_Computation/src/gate/bdmComp/TestBDMCompPlugin.java
 2014-01-07 17:26:00 UTC (rev 17219)
+++ 
gate/trunk/plugins/Ontology_BDM_Computation/src/gate/bdmComp/TestBDMCompPlugin.java
 2014-01-08 12:22:45 UTC (rev 17220)
@@ -75,9 +75,11 @@
       
       File testOnto = new File(corpusDirName, "protont.owl");
       File bdmFile = new File(corpusDirName, "protont-bdm.txt");
+      File mappings = new File(corpusDirName, "mapping.txt");
      
       FeatureMap fm = Factory.newFeatureMap(); 
       fm.put("rdfXmlURL", testOnto.toURI().toURL());
+      fm.put("mappingsURL", mappings.toURI().toURL());
             
       Ontology ontology = 
(Ontology)Factory.createResource("gate.creole.ontology.impl.sesame.OWLIMOntology",
 fm);
              

Added: gate/trunk/plugins/Ontology_BDM_Computation/test/ontology/mapping.txt
===================================================================
--- gate/trunk/plugins/Ontology_BDM_Computation/test/ontology/mapping.txt       
                        (rev 0)
+++ gate/trunk/plugins/Ontology_BDM_Computation/test/ontology/mapping.txt       
2014-01-08 12:22:45 UTC (rev 17220)
@@ -0,0 +1,2 @@
+# Ensure protons is loaded locally
+http://proton.semanticweb.org/2005/04/protons.owl protons.owl

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to