You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2008/12/04 17:46:44 UTC

[jira] Commented: (UIMA-1206) Add the capability to browse subdirectories to org.apache.uima.examples.cpe.FileSystemCollectionReader

    [ https://issues.apache.org/jira/browse/UIMA-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653348#action_12653348 ] 

Marshall Schor commented on UIMA-1206:
--------------------------------------

Patching worked for me once I saved the file, and applied the file using Eclipse (and didn't use the "clipboard" approach).  Eclipse handles the line-ends when you do it this way.

A question: Can I change the code:

{code}mFiles = new ArrayList<File>( browseDir(directory) );
 // to
mFiles = browseDir(directory);
{code}

because browseDir is already making a new ArrayList?

> Add the capability to browse subdirectories to org.apache.uima.examples.cpe.FileSystemCollectionReader
> ------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1206
>                 URL: https://issues.apache.org/jira/browse/UIMA-1206
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 2.2.2
>         Environment: Operating System : GNU/Linux Ubuntu Hardy Heron
> Java : java version "1.6.0_06"
> Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
> Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)
> UIMA svn revision : 704699
>            Reporter: Fabien POULARD
>            Priority: Minor
>         Attachments: browse-subdirectories.patch
>
>
> Make the component org.apache.uima.examples.cpe.FileSystemCollectionReader able to browse sub-directories of the InputDirectory through an option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.