You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Ar...@bka.bund.de on 2013/05/16 14:21:35 UTC

Ruta - RETAINTYPE

Hello!

In Ruta SNAPSHOT-2.0.1 Document{->RETAINTYPE(ALL)}; does not retain SPACE. It is the same with ANY and WS.

By the way, where can I get the newest version of Ruta (jar, svn, etc)?

Cheers,
Armin






Re: Ruta - RETAINTYPE

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
Hi,

On 16.05.2013 14:21, Armin.Wegner@bka.bund.de wrote:
> Hello!
>
> In Ruta SNAPSHOT-2.0.1 Document{->RETAINTYPE(ALL)}; does not retain SPACE. It is the same with ANY and WS.

yes, you can unfortunately not refer to parent types. I will open a bug
report for this. You need to add the actual type to the list.

> By the way, where can I get the newest version of Ruta (jar, svn, etc)?

The trunk contains the newest sources:
https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk

For maven-based projects, there is the jenkins build and the snapshot
repository. However, I do not actively use it myself:

<dependency>
      <groupId>org.apache.uima</groupId>
      <artifactId>ruta-core</artifactId>
      <version>2.0.2-SNAPSHOT</version>
      <scope>compile</scope>
</dependency>
...
<repository>
   <id>apache.snapshots</id>
      <name>Apache Snapshot Repository</name>
      <url>http://repository.apache.org/snapshots</url>
      <releases>
        <enabled>false</enabled>
      </releases>
</repository>


There is also the UIMA Ruta 2.0.1 RC2 right now:
https://repository.apache.org/content/repositories/orgapacheuima-015/
https://dist.apache.org/repos/dist/dev/uima/eclipse-update-site

Best,

Peter

> Cheers,
> Armin