svn commit: r1480227 - in /uima/sandbox/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/rule/ test/java/org/apache/uima/ruta/ test/resources/org/apache/uima/ruta/

2013-05-08 Thread pkluegl
Author: pkluegl Date: Wed May 8 11:26:36 2013 New Revision: 1480227 URL: http://svn.apache.org/r1480227 Log: UIMA-2867 - rule match has not failed if the element match is invalid, but the quantifier wants to continue - added test Added:

svn commit: r1480402 - /uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/src/ducc_ling.c

2013-05-08 Thread challngr
Author: challngr Date: Wed May 8 18:49:21 2013 New Revision: 1480402 URL: http://svn.apache.org/r1480402 Log: UIMA-2842 Update ducc_ling to allow log appends in user space. Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/src/ducc_ling.c Modified:

svn commit: r1480436 - in /uima/sandbox/uima-ducc/trunk/src/main/admin: start_sim stop_sim

2013-05-08 Thread challngr
Author: challngr Date: Wed May 8 20:13:33 2013 New Revision: 1480436 URL: http://svn.apache.org/r1480436 Log: UIMA-2799 Moved these two files to the examples/systemtest. Removed: uima/sandbox/uima-ducc/trunk/src/main/admin/start_sim uima/sandbox/uima-ducc/trunk/src/main/admin/stop_sim

svn commit: r1480453 - /uima/sandbox/uima-ducc/trunk/uima-ducc-rm/src/main/java/org/apache/uima/ducc/rm/scheduler/Scheduler.java

2013-05-08 Thread challngr
Author: challngr Date: Wed May 8 20:54:42 2013 New Revision: 1480453 URL: http://svn.apache.org/r1480453 Log: UIMA-2789 Back out persistence of RM share ids. Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-rm/src/main/java/org/apache/uima/ducc/rm/scheduler/Scheduler.java Modified:

svn commit: r1480496 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-cli/src/main/java/org/apache/uima/ducc/cli: DuccJobSubmit.java DuccMonitor.java IUiOptions.java aio/AllInOneLauncher.java

2013-05-08 Thread burn
Author: burn Date: Wed May 8 22:56:36 2013 New Revision: 1480496 URL: http://svn.apache.org/r1480496 Log: UIMA-2879 Support debugging callbacks classpath-order in all-in-one Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-cli/src/main/java/org/apache/uima/ducc/cli/DuccJobSubmit.java