svn commit: r1636562 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/engine/ main/resources/org/apache/uima/ruta/engine/ test/java/org/apache/uima/ruta/engine/ test/resources/org/a

2014-11-04 Thread pkluegl
Author: pkluegl Date: Tue Nov 4 12:32:11 2014 New Revision: 1636562 URL: http://svn.apache.org/r1636562 Log: UIMA-4085 - fixed and added test Added: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/PlainTextAnnotatorTest.java (with props)

svn commit: r1636576 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/engine/ main/java/org/apache/uima/ruta/seed/ main/resources/org/apache/uima/ruta/engine/ test/java/org/apache/u

2014-11-04 Thread pkluegl
Author: pkluegl Date: Tue Nov 4 13:26:36 2014 New Revision: 1636576 URL: http://svn.apache.org/r1636576 Log: UIMA-4086 - extended definition of NBSP - NBSP isa SPACE - added test Added: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/NBSPWSTest.java (with props) Modified:

svn commit: r1636577 - /uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.basic_annotations.xml

2014-11-04 Thread pkluegl
Author: pkluegl Date: Tue Nov 4 13:29:53 2014 New Revision: 1636577 URL: http://svn.apache.org/r1636577 Log: UIMA-4086 - documentation: NBSP isa SPACE Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.basic_annotations.xml Modified:

svn commit: r1636596 - /uima/uimafit/trunk/uimafit-core/src/main/java/org/apache/uima/fit/component/CasDumpWriter.java

2014-11-04 Thread rec
Author: rec Date: Tue Nov 4 14:52:22 2014 New Revision: 1636596 URL: http://svn.apache.org/r1636596 Log: [UIMA-3024] CASDumpWriter is sensitive to type system changes - As a last resort try sorting by CAS address. Modified:

svn commit: r1636609 - in /uima/ruta/trunk/ruta-core/src: main/antlr3/org/apache/uima/ruta/parser/ main/java/org/apache/uima/ruta/ main/java/org/apache/uima/ruta/expression/ main/java/org/apache/uima/

2014-11-04 Thread pkluegl
Author: pkluegl Date: Tue Nov 4 15:31:20 2014 New Revision: 1636609 URL: http://svn.apache.org/r1636609 Log: UIMA-4062 - extended core parser for external resources for word lists/tables - added test, only for parsing right now Added:

svn commit: r1636624 - /uima/sandbox/uima-ducc/trunk/uima-ducc-container/pom.xml

2014-11-04 Thread cwiklik
Author: cwiklik Date: Tue Nov 4 16:02:20 2014 New Revision: 1636624 URL: http://svn.apache.org/r1636624 Log: UIMA-4087 modified to copy jars to known location before tests are run Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-container/pom.xml Modified:

svn commit: r1636670 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-container/src/main/java/org/apache/uima/ducc/container/common: ContainerLogger.java IContainerLogger.java IEntityId.java

2014-11-04 Thread degenaro
Author: degenaro Date: Tue Nov 4 18:11:56 2014 New Revision: 1636670 URL: http://svn.apache.org/r1636670 Log: UIMA-4069 Redesign of JD toward the main goal of classpath separation for container (system) code. License at top of file. Modified:

svn commit: r1636674 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-container/src: main/java/org/apache/uima/ducc/container/common/ main/java/org/apache/uima/ducc/container/jd/fsm/wi/ main/java/org/apac

2014-11-04 Thread degenaro
Author: degenaro Date: Tue Nov 4 18:18:38 2014 New Revision: 1636674 URL: http://svn.apache.org/r1636674 Log: UIMA-4069 Redesign of JD toward the main goal of classpath separation for container (system) code. WorkItem statistics: Finished min/max/avg; Running min/max Added:

svn commit: r1636690 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-container/src/test: java/org/apache/uima/ducc/container/jd/test/ java/org/apache/uima/ducc/container/jd/test/helper/ resources/

2014-11-04 Thread degenaro
Author: degenaro Date: Tue Nov 4 18:58:43 2014 New Revision: 1636690 URL: http://svn.apache.org/r1636690 Log: UIMA-4069 Redesign of JD toward the main goal of classpath separation for container (system) code. Remove jars for JUnit testing now provided via Maven. Added:

svn commit: r1636693 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-container: ./ src/test/java/org/apache/uima/ducc/container/jd/test/ src/test/java/org/apache/uima/ducc/container/jd/test/helper/ src/t

2014-11-04 Thread degenaro
Author: degenaro Date: Tue Nov 4 19:27:44 2014 New Revision: 1636693 URL: http://svn.apache.org/r1636693 Log: UIMA-4069 Redesign of JD toward the main goal of classpath separation for container (system) code. Remove test jar for JUnit testing now provided via / in Utilities.userCP which gives

svn commit: r1636705 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-container/src: main/java/org/apache/uima/ducc/container/common/ test/java/org/apache/uima/ducc/container/jd/test/ test/java/org/apache

2014-11-04 Thread degenaro
Author: degenaro Date: Tue Nov 4 19:52:50 2014 New Revision: 1636705 URL: http://svn.apache.org/r1636705 Log: UIMA-4069 Redesign of JD toward the main goal of classpath separation for container (system) code. Silence JUnit tests. Modified:

svn commit: r1636715 - /uima/sandbox/uima-ducc/trunk/uima-ducc-container/src/test/java/org/apache/uima/ducc/container/jd/test/helper/Testing.java

2014-11-04 Thread degenaro
Author: degenaro Date: Tue Nov 4 20:00:10 2014 New Revision: 1636715 URL: http://svn.apache.org/r1636715 Log: UIMA-4069 Redesign of JD toward the main goal of classpath separation for container (system) code. Temporarily disable JUinit tests for ducc-container project. Modified: