[jira] Created: (UIMA-740) change FeaturePath implementation for empty featurePath strings

2008-02-04 Thread Michael Baessler (JIRA)
change FeaturePath implementation for empty featurePath strings --- Key: UIMA-740 URL: https://issues.apache.org/jira/browse/UIMA-740 Project: UIMA Issue Type: Bug

[jira] Closed: (UIMA-740) change FeaturePath implementation for empty featurePath strings

2008-02-04 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-740. - Resolution: Fixed change FeaturePath implementation for empty featurePath strings

[jira] Created: (UIMA-741) File streams are not closed

2008-02-04 Thread David DIDIER (JIRA)
File streams are not closed --- Key: UIMA-741 URL: https://issues.apache.org/jira/browse/UIMA-741 Project: UIMA Issue Type: Bug Components: Core Java Framework Affects Versions: 2.3

[jira] Updated: (UIMA-741) File streams are not closed

2008-02-04 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz updated UIMA-741: - Affects Version/s: (was: 2.3) 2.2.1 File streams are not closed

building Eclipse plugins with Maven - some discoveries

2008-02-04 Thread Marshall Schor
I did an experiment where I configered the maven POM for one of our Eclipse plugins to let maven's eclipse:eclipse update the PDE Manifest. However, I found a bug in how it treated -SNAPSHOT - it turned 2.3.0.incubating-SNAPSHOT in the maven version into a Manifest entry

[jira] Assigned: (UIMA-741) File streams are not closed

2008-02-04 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz reassigned UIMA-741: Assignee: Thilo Goetz File streams are not closed ---

It may not be possible to use the UIMA SOAP interfaces via the Eclipse run-time-plugin?

2008-02-04 Thread Marshall Schor
UIMA's Soap implementation depends on having the axis classes (from TomCat?) in its classpath. For normal UIMA deployments, this is accomplished by adding the needed Jar to the classpath. For Eclipse and RCP plugin environments, the user's plugin is depending on the uima-ep-runtime plugin,