You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/10/10 21:37:31 UTC

svn commit: r1396756 - in /incubator/ctakes/trunk: ctakes-dictionary-lookup/desc/analysis_engine/ ctakes-pad-term-spotter/src/main/resources/org/apache/ctakes/padtermspotter/types/ ctakes-smoking-status/ ctakes-smoking-status/src/main/resources/org/apa...

Author: chenpei
Date: Wed Oct 10 19:37:30 2012
New Revision: 1396756

URL: http://svn.apache.org/viewvc?rev=1396756&view=rev
Log:
TypeSystem import using name/classpath seems to have an issue with Ubuntu when it's importing from the same project directory.
Trying out location just for this case now as a workaround- not a huge issue since they will always exist in the same dir anyway.

Removed:
    incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorUMLS.xml
Modified:
    incubator/ctakes/trunk/ctakes-pad-term-spotter/src/main/resources/org/apache/ctakes/padtermspotter/types/TypeSystem.xml
    incubator/ctakes/trunk/ctakes-smoking-status/pom.xml
    incubator/ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml

Modified: incubator/ctakes/trunk/ctakes-pad-term-spotter/src/main/resources/org/apache/ctakes/padtermspotter/types/TypeSystem.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-pad-term-spotter/src/main/resources/org/apache/ctakes/padtermspotter/types/TypeSystem.xml?rev=1396756&r1=1396755&r2=1396756&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-pad-term-spotter/src/main/resources/org/apache/ctakes/padtermspotter/types/TypeSystem.xml (original)
+++ incubator/ctakes/trunk/ctakes-pad-term-spotter/src/main/resources/org/apache/ctakes/padtermspotter/types/TypeSystem.xml Wed Oct 10 19:37:30 2012
@@ -26,7 +26,7 @@
   <vendor>Mayo</vendor>
   <imports>
     <import name="org.apache.ctakes.typesystem.types.TypeSystem"/>
-    <import name="org.apache.ctakes.padtermspotter.types.SubSection"/>
+    <import location="SubSection.xml"/>
   </imports>
   <types>
     <typeDescription>

Modified: incubator/ctakes/trunk/ctakes-smoking-status/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-smoking-status/pom.xml?rev=1396756&r1=1396755&r2=1396756&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-smoking-status/pom.xml (original)
+++ incubator/ctakes/trunk/ctakes-smoking-status/pom.xml Wed Oct 10 19:37:30 2012
@@ -10,8 +10,6 @@
 	</parent>
 	
 	<properties>
-	<jcasgen.typesystem>org/apache/ctakes/smokingstatus/types/LibSVMTypeSystem.xml</jcasgen.typesystem>
-	<jcasgen.typesystem>org/apache/ctakes/smokingstatus/types/I2b2TypeSystem.xml</jcasgen.typesystem>		
 	<jcasgen.typesystem>org/apache/ctakes/smokingstatus/types/TypeSystem.xml</jcasgen.typesystem>
 	</properties>
 

Modified: incubator/ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml?rev=1396756&r1=1396755&r2=1396756&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml (original)
+++ incubator/ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml Wed Oct 10 19:37:30 2012
@@ -26,8 +26,8 @@
   <vendor/>
   <imports>
     <import name="org.apache.ctakes.typesystem.types.TypeSystem"/>
-    <import name="org.apache.ctakes.smokingstatus.types.LibSVMTypeSystem"/>
-    <import name="org.apache.ctakes.smokingstatus.types.I2B2TypeSystem"/>
+    <import location="LibSVMTypeSystem.xml"/>
+    <import location="I2B2TypeSystem.xml"/>
   </imports>
   <types>
     <typeDescription>