[jira] Created: (UIMA-1586) CFE - XMLBeans - use maven plugin to generate the parser

2009-09-23 Thread Marshall Schor (JIRA)
: Sandbox-CFE Reporter: Marshall Schor Assignee: Marshall Schor Priority: Minor Fix For: 2.3 remove (slightly incorrect versions of) the java sources for the generated xml parser produced previously by hand for this project, and replace

Maybe unneeded file in Snowball Annotator?

2009-09-23 Thread Marshall Schor
There's a file in metadata/install.xml - looks like a default/empty PEAR Install file: ?xml version=1.0 encoding=UTF-8? COMPONENT_INSTALLATION_DESCRIPTOR OS /OS TOOLKITS /TOOLKITS UIMA_FRAMEWORK /UIMA_FRAMEWORK SUBMITTED_COMPONENT /SUBMITTED_COMPONENT

Re: Maybe unneeded file in Snowball Annotator?

2009-09-23 Thread Marshall Schor
on the classpath, and didn't have the datapath set. It seems to me that this partially filled out install.xml file can be deleted - what do you think? -Marshall Marshall Schor wrote: There's a file in metadata/install.xml - looks like a default/empty PEAR Install file: ?xml version=1.0 encoding=UTF-8

Need to change dependencies on Stax

2009-09-23 Thread Marshall Schor
Several components are packaged to include the 3rd party Stax Jar (not directly - it's pulled in as a transitive dependency, typically). There is some question about this being OK - see https://issues.apache.org/jira/browse/LEGAL-42. The resolution is to switch to an alternative impl, part of

[jira] Created: (UIMA-1587) replace stax jar with better licensed geronimo version

2009-09-23 Thread Marshall Schor (JIRA)
: Sandbox Reporter: Marshall Schor Assignee: Marshall Schor Fix For: 2.3 See https://issues.apache.org/jira/browse/LEGAL-42 for reason for changing -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue

Re: getting to the bottom of maven problem building uimaj-ep-cas-editor: solution was to delete from the local .m2 repo some bad eclipse poms

2009-09-22 Thread Marshall Schor
Jörn Kottmann wrote: Marshall Schor wrote: ... Marshall is there anything we can do to avoid this issue ? I learned another maven command-line thing that purges your local repository of just the things in a particular Pom. The command is: mvn dependency:purge-local-repository Maybe we

Re: getting to the bottom of maven problem building uimaj-ep-cas-editor: solution was to delete from the local .m2 repo some bad eclipse poms

2009-09-22 Thread Marshall Schor
to a special Eclipse repository location. I'm in favor of this; what do others think? -Marshall Marshall Schor wrote: Jörn Kottmann wrote: Marshall Schor wrote: ... Marshall is there anything we can do to avoid this issue ? I learned another maven command-line thing

Re: getting to the bottom of maven problem building uimaj-ep-cas-editor: solution was to delete from the local .m2 repo some bad eclipse poms

2009-09-22 Thread Marshall Schor
Jörn Kottmann wrote: Maybe we can use another version of eclipse as dependency. I think this is definitely worth investigating. It's quite possible that later version of Eclipse jar uploading to the central maven repo have found a way around this. We could update to eclipse

Re: getting to the bottom of maven problem building uimaj-ep-cas-editor: solution was to delete from the local .m2 repo some bad eclipse poms

2009-09-22 Thread Marshall Schor
Jukka Zitting wrote: Hi, On Tue, Sep 22, 2009 at 3:36 PM, Marshall Schor m...@schor.com wrote: With this change, we can remove all references to a special Eclipse repository location. I'm in favor of this; what do others think? Sounds good. Is there a reason why you use a version

[jira] Created: (UIMA-1583) Regularize Sandbox builds and assembly

2009-09-22 Thread Marshall Schor (JIRA)
Affects Versions: 2.2.2 Reporter: Marshall Schor Assignee: Marshall Schor Fix For: 2.3S Converge the many, often slightly different sandbox builds into a more maintainable structure, achieving the following: # common pear packaging for those projects

SimpleServer dependencies on 3rd party jars

2009-09-22 Thread Marshall Schor
I went through these, and change the dependencies as follows: 1) org.apache.xmlbeans:xmlbeans changed to 2.4.0 (was 2.3.0) - several other projects are using 2.4.0, and I thought it best to stay consistent :-) 2)javax.xml.bind:jsr173_api commented out. Instead, the xmlbeans transitively pulls

SimpleServer special assembly

2009-09-22 Thread Marshall Schor
The SimpleServer project is the only sandbox project with its own assembly, which is done in addition to the Sandbox assembly. It produces one bin-style assembly, and packages it as a Jar. This Jar has * the class files * a lib directory containing embedded Jars - one for the simple server, and

tika annotator - License/Notice and Export Control

2009-09-22 Thread Marshall Schor
The tika annotator is packaging the following 3rd party artifacts at the moment: These first 2 are the Apache Licensed code of the actual tika project org.apache.tika:tika-core:jar:0.4:compile org.apache.tika:tika-parsers:jar:0.4:compile These next are 3rd party Jars. Some not from Apache

[jira] Commented: (UIMA-1273) Pear runtime pulls in all jar files in pear lib directory, no matter if they're on the classpath or not

2009-09-21 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757867#action_12757867 ] Marshall Schor commented on UIMA-1273: -- If I understand this correctly, the change

Re: [jira] Created: (UIMA-1552) Lucas: does not compile with Java 1.5

2009-09-21 Thread Marshall Schor
Thilo Goetz wrote: Marshall Schor wrote: Thilo Goetz wrote: Thilo Goetz (JIRA) wrote: Lucas: does not compile with Java 1.5 - Key: UIMA-1552 URL: https://issues.apache.org/jira/browse/UIMA-1552

Re: Making sandbox documentation available on our website

2009-09-21 Thread Marshall Schor
Not sure if we need both ways, I don't think so. So I'm fine with Marshall's suggestion but in that case we should remove the old links that for some reasons are broken for some components. -- Michael Marshall Schor wrote: I plan to make a modification to the web-site to host all

Re: A common approach to sandbox projects distribution of 3rd party jars

2009-09-21 Thread Marshall Schor
Jukka Zitting wrote: Hi, On Sun, Sep 20, 2009 at 10:19 PM, Marshall Schor m...@schor.com wrote: After thinking about this for a while, and considering both methods, I think the most reliable way to handle 3rd party Jars is to manually put them into the lib/ directory, once

getting to the bottom of maven problem building uimaj-ep-cas-editor: solution was to delete from the local .m2 repo some bad eclipse poms

2009-09-21 Thread Marshall Schor
Two users recently had the experience of trying for the first time to build the uimaj-ep-cas-editor project. They got errors that looked like: [INFO] Failed to resolve artifact. Couldn't find a version in [1.0.0-v20070423, 1.0.0-v20070606] to match range [1.0.0,2.0.0)

xmlbeans use of either stax or jsr173_api jars

2009-09-21 Thread Marshall Schor
Several sandbox projects have dependencies on xmlbeans (e.g. RegularExpressionAnnotator, SimpleServer, and ConfigurableFeatureExtractor). The first 2 have obtained xmlbeans from http://xmlbeans.apache.org (as evidenced by their NOTICE). They have copied (some of) the Jar files that come from

A common approach to sandbox projects distribution of 3rd party jars

2009-09-20 Thread Marshall Schor
I'm going through our build process for the Sandbox Distribution, and consolidating/unifying many aspects of it (not yet checked in - still a work in progress). One area I've examined: Many sandbox projects rely on and redistribute 3rd party Jars (that are Apache licensed, or are otherwise OK to

Making sandbox documentation available on our website

2009-09-20 Thread Marshall Schor
I plan to make a modification to the web-site to host all the sandbox documentation, similar to how we host the base UIMA documentation. Any objections? In preparation for this I'll be updating the builds for the sandbox documentation to update a directory in the uima-website project. I plan to

Re: Lucas packaging of dependencies

2009-09-17 Thread Marshall Schor
Rico Landefeld wrote: I think its difficult to define a default index directory, because this strongly depends on the usage scenario. Maybe we could try to write the index into the current directory.Any better ideas? How about a temp directory (just as an initial default) ? -Marshall

[jira] Assigned: (UIMA-1554) Fix CFE notice and license file

2009-09-17 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reassigned UIMA-1554: Assignee: Marshall Schor Fix CFE notice and license file

[jira] Assigned: (UIMA-1079) uima-as-distr build examples includes C++ example deployment - should be in uimacpp build

2009-09-17 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reassigned UIMA-1079: Assignee: Eddie Epstein uima-as-distr build examples includes C++ example deployment

[jira] Reopened: (UIMA-1497) change build for pear packaging maven plugin

2009-09-17 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reopened UIMA-1497: -- doc updates change build for pear packaging maven plugin

Issues around naming of jar files, and maven repositories naming standards renaming our jars

2009-09-16 Thread Marshall Schor
We have artifact names like: uimaj-ep-cas-editor and the builds for these have a finalName element which assigns the name of the jar to be something different from the artifact, for instance, in the above case, finalNameorg.apache.uima.caseditor_${uimaj-release-eclipse-version}/finalName For

[jira] Commented: (UIMA-1575) Change eclipse update site and feature generation to use common maven mechanisms

2009-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12756140#action_12756140 ] Marshall Schor commented on UIMA-1575: -- Turns out we can't use

[jira] Closed: (UIMA-1575) Change eclipse update site and feature generation to use common maven mechanisms

2009-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1575. Resolution: Fixed Fix Version/s: 2.3AS Change eclipse update site and feature generation

[jira] Commented: (UIMA-1563) Tables in Lucas pdf documentation are not formated correctly

2009-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12756190#action_12756190 ] Marshall Schor commented on UIMA-1563: -- The right/left shifting of table continuation

[jira] Closed: (UIMA-1549) uimaj-core has dependency on log4j coded incorrectly

2009-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1549. Resolution: Fixed uimaj-core has dependency on log4j coded incorrectly

[jira] Closed: (UIMA-1544) make bootstrap launcher take directories which have .class files in them

2009-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1544. Resolution: Fixed make bootstrap launcher take directories which have .class files in them

[jira] Closed: (UIMA-1537) License Notice Disclaimer copying

2009-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1537. Resolution: Fixed not done for test sources - these are not being distributed in Jars. License

[jira] Closed: (UIMA-1538) Common Build Step: build source Jars for java Jars

2009-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1538. Resolution: Fixed Fix Version/s: 2.3AS 2.3 2.3S

[jira] Closed: (UIMA-1534) Lucas build puts third-party jars into lib dir - need to review Licenses and update Notices for these

2009-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1534. Resolution: Duplicate Lucas build puts third-party jars into lib dir - need to review Licenses

Lucas packaging of dependencies

2009-09-16 Thread Marshall Schor
At one point the Lucas POM copied all of the dependency Jars into a lib/ directory, which was later part of the pear build input (and therefore, subsequently distributed). But at the moment, the PEAR has nothing in it besides the core Lucas annotator. The POM plugin that did this was removed in

[jira] Created: (UIMA-1577) Do pear packaging with dependencies included for CFE

2009-09-16 Thread Marshall Schor (JIRA)
Reporter: Marshall Schor Assignee: Marshall Schor Priority: Minor -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (UIMA-1468) Saving of annotations and relations does not always work properly

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1468. Saving of annotations and relations does not always work properly

[jira] Updated: (UIMA-1460) AnnotationTokenStream.next(Token) should not catch Throwable

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1460: - Fix Version/s: 2.3S AnnotationTokenStream.next(Token) should not catch Throwable

[jira] Updated: (UIMA-1371) Performance improvement: remove reliance on Property class and excess String building to reduce in-memory dictionary size.

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1371: - Fix Version/s: 2.3S Performance improvement: remove reliance on Property class and excess String

[jira] Updated: (UIMA-1364) Concurrent modification checks dominate index iteration time.

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1364: - Fix Version/s: 2.3 Concurrent modification checks dominate index iteration time

[jira] Updated: (UIMA-1361) Lucas: Convert documentation into docbook format

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1361: - Fix Version/s: 2.3S Lucas: Convert documentation into docbook format

[jira] Reopened: (UIMA-1334) Sandbox - SimpleServer missing config-xml.jar

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reopened UIMA-1334: -- to change resolution Sandbox - SimpleServer missing config-xml.jar

[jira] Closed: (UIMA-1334) Sandbox - SimpleServer missing config-xml.jar

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1334. Resolution: Invalid Problem due to classpath - wrong level of xerces/xalan Sandbox - SimpleServer

[jira] Updated: (UIMA-1304) Error handling parameters in CPE with a Vinci processor

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1304: - Fix Version/s: 2.3 Error handling parameters in CPE with a Vinci processor

[jira] Updated: (UIMA-1299) Contribution of Lucene CAS Indexer

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1299: - Fix Version/s: 2.3S Contribution of Lucene CAS Indexer

[jira] Updated: (UIMA-1280) Missing message key in CPM at FINEST logging

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1280: - Fix Version/s: 2.3 Missing message key in CPM at FINEST logging

[jira] Updated: (UIMA-1256) UIMA-AS XMI serialization loses items appended to an FSList

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1256: - Fix Version/s: 2.3 UIMA-AS XMI serialization loses items appended to an FSList

[jira] Closed: (UIMA-1256) UIMA-AS XMI serialization loses items appended to an FSList

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1256. UIMA-AS XMI serialization loses items appended to an FSList

[jira] Updated: (UIMA-1212) Optimize indexRepository methods getIndexedFS and flush

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1212: - Fix Version/s: 2.3 Optimize indexRepository methods getIndexedFS and flush

[jira] Updated: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1209: - Component/s: Async Scaleout Fix Version/s: 2.3AS Old 2.2.2 services cannot be used

[jira] Updated: (UIMA-1190) Jmx Monitor in Uima AS not compiling when using Java 5

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1190: - Fix Version/s: 2.3AS Jmx Monitor in Uima AS not compiling when using Java 5

[jira] Updated: (UIMA-1189) Remove excessive synchronization from Uima As

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1189: - Fix Version/s: 2.3AS Remove excessive synchronization from Uima

[jira] Updated: (UIMA-1179) Outline view should have an option to show all annotations grouped by type

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1179: - Fix Version/s: 2.3 Outline view should have an option to show all annotations grouped by type

[jira] Closed: (UIMA-1179) Outline view should have an option to show all annotations grouped by type

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1179. Outline view should have an option to show all annotations grouped by type

[jira] Closed: (UIMA-1178) Move the editing part of the Cas Editor to a new plugin

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1178. Move the editing part of the Cas Editor to a new plugin

[jira] Updated: (UIMA-1178) Move the editing part of the Cas Editor to a new plugin

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1178: - Fix Version/s: 2.3 Move the editing part of the Cas Editor to a new plugin

[jira] Updated: (UIMA-1173) BaseUIMAAsynchronousEngine_impl.getCAS() should queue requests

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1173: - Fix Version/s: 2.3AS BaseUIMAAsynchronousEngine_impl.getCAS() should queue requests

[jira] Updated: (UIMA-1175) CasEditor should work well with eclipse 3.4

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1175: - Fix Version/s: 2.3 CasEditor should work well with eclipse 3.4

[jira] Updated: (UIMA-219) Clean up XCASSerializer code to remove what's left of Sofa mapping support

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-219: Fix Version/s: 2.2.2 Clean up XCASSerializer code to remove what's left of Sofa mapping support

[jira] Updated: (UIMA-616) Ecore2UimaTypeSystem makes unjustified assumptions about URIs

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-616: Fix Version/s: 2.2.2 Ecore2UimaTypeSystem makes unjustified assumptions about URIs

[jira] Updated: (UIMA-398) test case intermittently fails running Java 6 - with a hang: uimaj-core, org.apache.uima.analysis_engine.impl.MultiprocessingAnalysisEngine_implTest

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-398: Fix Version/s: 2.2 test case intermittently fails running Java 6 - with a hang: uimaj-core

[jira] Closed: (UIMA-373) UIMA's Unix command line utilities are named badly

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-373. --- Resolution: Won't Fix UIMA's Unix command line utilities are named badly

[jira] Reopened: (UIMA-373) UIMA's Unix command line utilities are named badly

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reopened UIMA-373: - to change resolution, only UIMA's Unix command line utilities are named badly

[jira] Updated: (UIMA-42) Need to reduce CAS size overhead per defined type

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-42: --- Affects Version/s: 2.2.2 Need to reduce CAS size overhead per defined type

[jira] Updated: (UIMA-42) Need to reduce CAS size overhead per defined type

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-42: --- Affects Version/s: (was: 2.2.2) Fix Version/s: 2.2.2 Need to reduce CAS size overhead per

[jira] Reopened: (UIMA-1074) UIMA logging not working correctly with Linux 64-bit IBM JRE

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reopened UIMA-1074: -- reopening to change resolution UIMA logging not working correctly with Linux 64-bit IBM JRE

[jira] Closed: (UIMA-1074) UIMA logging not working correctly with Linux 64-bit IBM JRE

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1074. Resolution: Cannot Reproduce UIMA logging not working correctly with Linux 64-bit IBM JRE

[jira] Closed: (UIMA-1129) XMI serialization support for delta CAS

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1129. XMI serialization support for delta CAS

[jira] Updated: (UIMA-1129) XMI serialization support for delta CAS

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1129: - Fix Version/s: 2.3 XMI serialization support for delta CAS

[jira] Closed: (UIMA-1167) CVD should be able to call CollectionProcessComplete

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1167. CVD should be able to call CollectionProcessComplete

[jira] Updated: (UIMA-1167) CVD should be able to call CollectionProcessComplete

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1167: - Fix Version/s: 2.3 CVD should be able to call CollectionProcessComplete

[jira] Updated: (UIMA-1148) CVD should ignore feature structures of unknown types

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1148: - Fix Version/s: 2.3 CVD should ignore feature structures of unknown types

[jira] Updated: (UIMA-321) java.lang.NoClassDefFoundError is not handled correctly in CVD

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-321: Fix Version/s: 2.2 java.lang.NoClassDefFoundError is not handled correctly in CVD

[jira] Updated: (UIMA-88) CDE does not handle invalid import by name very well

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-88: --- Fix Version/s: 2.2.2 CDE does not handle invalid import by name very well

[jira] Closed: (UIMA-1095) Implement a Tika Annotator

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1095. Implement a Tika Annotator -- Key: UIMA-1095

[jira] Reopened: (UIMA-1097) C++ service wrapper is losing messages that have timeout values set

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reopened UIMA-1097: -- only to change resolution C++ service wrapper is losing messages that have timeout values set

[jira] Closed: (UIMA-1574) uima-as assembly is to be unzipped over base, but cannot be, because top level dir names differ

2009-09-15 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1574. Resolution: Fixed uima-as assembly is to be unzipped over base, but cannot be, because top level

[jira] Created: (UIMA-1575) Change eclipse update site and feature generation to use common maven mechanisms

2009-09-15 Thread Marshall Schor (JIRA)
Issue Type: Improvement Components: Build, Packaging and Test Reporter: Marshall Schor Assignee: Marshall Schor Priority: Minor Fix For: 2.3 Change the Eclipse update site generation: 1) make the Feature projects into maven projects

Re: Lucas artifactId does not match folder name in svn

2009-09-14 Thread Marshall Schor
+1 -Marshall Jörn Kottmann wrote: The maven eclipse plugin expects that the folder name of the project matches the artifactId, but that is not the case for Lucas. The artifactId is lucas and the folder name is Lucas. On Unix eclipse cannot find the lucas project, because its named Lucas.

Re: FsVariables docbook build problem on Unix

2009-09-14 Thread Marshall Schor
Jörn Kottmann wrote: When building the FsVariables on Unix I get the following error message: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] An Ant

Re: Files in svn for uima-as-distr for activemq-4.1.1 and activemq-5.0.0

2009-09-14 Thread Marshall Schor
Marshall Schor wrote: There are directories in the uima-as-distr under src/main/ for these two versions of activemq. I think the 5.0.0 isn't used. I think this should be deleted; is that right? Jerry confirms this should be deleted. What is the current thought re: which version

[jira] Reopened: (UIMA-1273) Pear runtime pulls in all jar files in pear lib directory, no matter if they're on the classpath or not

2009-09-14 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reopened UIMA-1273: -- A user has pointed out that this behavior is documented, and it's even suggested that things

[jira] Closed: (UIMA-1561) UIMA Reference docs 5.5.4 DocumentAnnotation is misspelled

2009-09-14 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1561. Resolution: Fixed Assignee: Marshall Schor UIMA Reference docs 5.5.4 DocumentAnnotation

[jira] Created: (UIMA-1573) setUimaClassPath fixes

2009-09-14 Thread Marshall Schor (JIRA)
setUimaClassPath fixes -- Key: UIMA-1573 URL: https://issues.apache.org/jira/browse/UIMA-1573 Project: UIMA Issue Type: Bug Components: Async Scaleout, Core Java Framework Reporter: Marshall Schor

[jira] Closed: (UIMA-1573) setUimaClassPath fixes

2009-09-14 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1573. Resolution: Fixed setUimaClassPath fixes -- Key: UIMA-1573

[jira] Assigned: (UIMA-1569) Marker should be make invalid when CAS is reset.

2009-09-14 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reassigned UIMA-1569: Assignee: Marshall Schor (was: Bhavani Iyer) Marker should be make invalid when CAS

[jira] Closed: (UIMA-1569) Marker should be make invalid when CAS is reset.

2009-09-14 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1569. Resolution: Fixed Fix Version/s: 2.3 Marker should be make invalid when CAS is reset

[jira] Closed: (UIMA-1567) Maven build: add prerequisites to uimaj to specify minimum Maven release level

2009-09-12 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1567. Resolution: Fixed Maven build: add prerequisites to uimaj to specify minimum Maven release level

[jira] Created: (UIMA-1567) Maven build: add prerequisites to uimaj to specify minimum Maven release level

2009-09-12 Thread Marshall Schor (JIRA)
Issue Type: Improvement Components: Build, Packaging and Test Reporter: Marshall Schor Assignee: Marshall Schor Priority: Minor Fix For: 2.3S, 2.3, 2.3AS -- This message is automatically generated by JIRA. - You can reply

[jira] Created: (UIMA-1568) Remove no longer used assemble-plugin files from uimaj-ep- projects

2009-09-12 Thread Marshall Schor (JIRA)
: Improvement Components: Build, Packaging and Test Reporter: Marshall Schor Assignee: Marshall Schor Priority: Minor Fix For: 2.3 These were formerly used before we switched to using the bundle maven plugin, and are no longer needed

[jira] Closed: (UIMA-1568) Remove no longer used assemble-plugin files from uimaj-ep- projects

2009-09-12 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1568. Resolution: Fixed Fix Version/s: 2.3AS Remove no longer used assemble-plugin files from

[jira] Updated: (UIMA-39) superiterator (an iterator that returns all annotations that span a specified annotation)

2009-09-12 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-39: --- Affects Version/s: 2.3 defer past 2.3.0 superiterator (an iterator that returns all annotations

Re: [jira] Commented: (UIMA-39) superiterator (an iterator that returns all annotations that span a specified annotation)

2009-09-12 Thread Marshall Schor
Tommaso Teofili (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12754554#action_12754554 ] Tommaso Teofili commented on UIMA-39: - maybe we can

Maybe an issue with uimaj-as-osgi-runtime

2009-09-12 Thread Marshall Schor
The maven build for this works, no errors, but after doing eclipse:eclipse, the resulting Eclipse project has 16 errors, all of the form No available bundle exports package xxx.yyy (e.g., javax.jms, org.apache.activemq.advisory, etc.). Anyone understand what's going wrong here and how to fix it?

Files in svn for uima-as-distr for activemq-4.1.1 and activemq-5.0.0

2009-09-12 Thread Marshall Schor
There are directories in the uima-as-distr under src/main/ for these two versions of activemq. I think the 5.0.0 isn't used. I think this should be deleted; is that right? What is the current thought re: which version of activeMq we include for 2.3.0? Note that changing the version percolates

[jira] Commented: (UIMA-1042) setUimaClassPath should not override an existing setting for UIMACPP_HOME

2009-09-12 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12754638#action_12754638 ] Marshall Schor commented on UIMA-1042: -- I think this should be fixed/changed for uima

[jira] Commented: (UIMA-1531) Need a script to launch a UIMA-AS service via RunWithJarPath

2009-09-12 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12754639#action_12754639 ] Marshall Schor commented on UIMA-1531: -- Is there a reason for having a different

[jira] Closed: (UIMA-1499) Potential ClassCastException in CasPool

2009-09-12 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1499. Resolution: Fixed Assignee: Marshall Schor Potential ClassCastException in CasPool

[jira] Updated: (UIMA-39) superiterator (an iterator that returns all annotations that span a specified annotation)

2009-09-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-39: --- Description: We've had this feature request from internal users and from an external user

[jira] Issue Comment Edited: (UIMA-1400) Uima aggregate with embedded Cas Multiplier fails if one attempts to create multiple instances of it in the same JVM

2009-09-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749247#action_12749247 ] Marshall Schor edited comment on UIMA-1400 at 9/11/09 5:53 AM

<    1   2   3   4   5   6   7   8   9   10   >