You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2016/09/28 13:14:18 UTC

svn commit: r1762655 [3/3] - in /uima/site/trunk/uima-website: docs/d/ruta-current/tools.ruta.book.html docs/d/ruta-current/tools.ruta.book.pdf xdocs/index.xml xdocs/news.xml xdocs/stylesheets/project.xml

Modified: uima/site/trunk/uima-website/docs/d/ruta-current/tools.ruta.book.pdf
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/tools.ruta.book.pdf?rev=1762655&r1=1762654&r2=1762655&view=diff
==============================================================================
Binary files - no diff available.

Modified: uima/site/trunk/uima-website/xdocs/index.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/index.xml?rev=1762655&r1=1762654&r2=1762655&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/index.xml (original)
+++ uima/site/trunk/uima-website/xdocs/index.xml Wed Sep 28 13:14:17 2016
@@ -141,6 +141,9 @@
 			<p>
 				<ul>
           <li>
+            <a href="news.html#08 Sep 2016">28 Sep 2016: <strong>Apache UIMA Ruta 2.5.0 released</strong></a>
+          </li>
+          <li>
             <a href="news.html#08 Aug 2016">08 Aug 2016: <strong>Apache UIMA-DUCC 2.1.0 released</strong></a>
           </li>
           <li>

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1762655&r1=1762654&r2=1762655&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Wed Sep 28 13:14:17 2016
@@ -34,6 +34,56 @@
 		<section name="Apache UIMA News">
     <subsectionToc/>
 
+    <subsection name="28 Sep 2016" date = "28 September 2016" title="Apache UIMA Ruta 2.5.0 released">
+        <p>Apache UIMA Ruta is a rule-based script language supported by
+          Eclipse-based tooling. The language is designed to enable rapid
+          development of text processing applications within UIMA. A special
+          focus lies on the intuitive and flexible domain specific language for defining
+          patterns of annotations. The Eclipse-based tooling,
+          called the Apache UIMA Ruta Workbench, was created to support the
+          user and to facilitate every step when writing rules. Both
+          the rule language and the workbench integrate
+          smoothly with Apache UIMA. 
+        </p>
+        <p>Major Changes in this Release</p>
+        <p>
+        <p>UIMA Ruta Language and Analysis Engine:</p>
+        <ul>
+          <li>Depends on UIMA 2.9.0 and uimaFIT 2.2.0</li>
+          <li>New block FOREACH: iterate over pattern and reuse the matched annotation in contained rules</li>
+          <li>Label expressions across inlined rules are supported, behave like local variables now</li>
+          <li>Feature expressions on label expressions are supported</li>
+          <li>Setting values of variables by configuration parameter</li>
+          <li>Macros support variables</li>
+          <li>New type function: typeFromString</li>
+          <li>Wordlist initialization with string expressions: simplified specification of language-dependent dictionary usage</li>
+          <li>New maven archetype for typical UIMA Ruta projects</li>
+          <li>Improved and faster maven plugins</li>
+          <li>Parameters additionalScripts and additionalEngines are now optional</li>
+          <li>Removed engine loader concept and parameter completely</li>
+          <li>Removed redundant Document type</li>
+          <li>Improved datapath support</li>
+          <li>Improved resource manager support</li>
+          <li>Many bug fixes and improvements</li>
+         </ul>
+        <p>UIMA Ruta Workbench:</p>
+         <ul>
+          <li>Improved support of classpath-lookup in maven-based projects</li>
+          <li>Launch configuration supports various serialization formats (with preference)</li>
+          <li>Bug fixes</li>
+         </ul>
+        </p>
+        <p>
+          This release requires an update of script projects and its descriptors in the UIMA Ruta Workbench. 
+          There are several ways to achieve this. The recommended way is to right-click on the UIMA Ruta project and select "UIMA Ruta -> Convert to UIMA Ruta project", which will update all provided descriptors.
+          Then, select the project and press "Project -> Clean..." in the menu, which will regenerate all descriptors of your scripts based on the new templates.
+          Projects built with the UIMA Ruta Maven Plugin require no manual effort.
+        </p>
+        <p>For a complete list of bugs and improvements included in this release please see
+        <a href="http://uima.apache.org/d/ruta-2.5.0/issuesFixed/jira-report.html">issue report</a>.
+        </p>
+      </subsection>
+      
     <subsection name="30 Aug 2016" date = "30 August 2015" title="Apache UIMA Java SDK 2.9.0 released">
 
       <p>The UIMA core Java SDK adds some new capabilities and fixes some bugs.

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1762655&r1=1762654&r2=1762655&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Wed Sep 28 13:14:17 2016
@@ -265,10 +265,14 @@
   </downloads>
 
 <downloads version="Ruta" title="Apache UIMA Ruta" withreleasedate="true">
-    <download name="UIMA Ruta 2.4.0" subdirectory="ruta-2.4.0" releasedate="15-Feb-2016">
-      <releasenotes filename="ruta-2.4.0/RELEASE_NOTES">           <f>html</f>  </releasenotes>
-      <source       filename="ruta-2.4.0-source-release">          <f>zip</f>  </source>
+    <download name="UIMA Ruta 2.5.0" subdirectory="ruta-2.5.0" releasedate="28-Sep-2016">
+      <releasenotes filename="ruta-2.5.0/RELEASE_NOTES">           <f>html</f>  </releasenotes>
+      <source       filename="ruta-2.5.0-source-release">          <f>zip</f>  </source>
     </download>
+<!--     <download name="UIMA Ruta 2.4.0" subdirectory="ruta-2.4.0" releasedate="15-Feb-2016"> -->
+<!--       <releasenotes filename="ruta-2.4.0/RELEASE_NOTES">           <f>html</f>  </releasenotes> -->
+<!--       <source       filename="ruta-2.4.0-source-release">          <f>zip</f>  </source> -->
+<!--     </download> -->
 <!--     <download name="UIMA Ruta 2.3.1" subdirectory="ruta-2.3.1" releasedate="25-Aug-2015"> -->
 <!--       <releasenotes filename="ruta-2.3.1/RELEASE_NOTES">           <f>html</f>  </releasenotes> -->
 <!--       <source       filename="ruta-2.3.1-source-release">          <f>zip</f>  </source> -->