[jira] Closed: (UIMA-104) PackageInstaller and PackageInstallerException need class javadoc comments

2007-01-10 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-104. - Changes are fine with me. > PackageInstaller and PackageInstallerException need class javadoc comments

Re: [jira] Created: (UIMA-177) JCasGen should notify user when "type merging" has occurred

2007-01-10 Thread Marshall Schor
Adam Lally (JIRA) wrote: JCasGen should notify user when "type merging" has occurred --- Key: UIMA-177 URL: https://issues.apache.org/jira/browse/UIMA-177 Project: UIMA Issue Type: Im

[jira] Created: (UIMA-177) JCasGen should notify user when "type merging" has occurred

2007-01-10 Thread Adam Lally (JIRA)
JCasGen should notify user when "type merging" has occurred --- Key: UIMA-177 URL: https://issues.apache.org/jira/browse/UIMA-177 Project: UIMA Issue Type: Improvement Compone

[jira] Work started: (UIMA-170) Update documentation for the use of JCAS with DocumentAnnotation

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-170 started by Adam Lally. > Update documentation for the use of JCAS with DocumentAnnotation > ---

[jira] Closed: (UIMA-176) put apache board statuses into a page linked from our uima website and update uima project status page to reflect this

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-176. --- Resolution: Fixed The UIMA website has been updated. The Incubator website has been updated to point

[jira] Created: (UIMA-176) put apache board statuses into a page linked from our uima website and update uima project status page to reflect this

2007-01-10 Thread Marshall Schor (JIRA)
put apache board statuses into a page linked from our uima website and update uima project status page to reflect this -- Key: UIMA-176 URL: https:

[jira] Resolved: (UIMA-104) PackageInstaller and PackageInstallerException need class javadoc comments

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally resolved UIMA-104. - Resolution: Fixed Assignee: Michael Baessler (was: Adam Lally) Applied edits as suggested by Lev. M

[jira] Work started: (UIMA-173) Create Default Bag Indexes when addFsToIndexes is called but no index has been defined for that type

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-173 started by Adam Lally. > Create Default Bag Indexes when addFsToIndexes is called but no index has > been defined for that type >

[jira] Work started: (UIMA-165) Need JCAS fixes for DocumentatAnnotation and type merging

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-165 started by Adam Lally. > Need JCAS fixes for DocumentatAnnotation and type merging > - > >

Javadoc review

2007-01-10 Thread Adam Lally
We should review the warnings that our javadoc build produces. This is issue https://issues.apache.org/jira/browse/UIMA-70. It's currently assigned to me but anybody is welcome to reassign it to themselves and work on it. -Adam

Re: Questionable code in FSIndexRepository.incrementIllegalIndexUpdateDetector

2007-01-10 Thread Adam Lally
On 1/10/07, Marshall Schor <[EMAIL PROTECTED]> wrote: Adam Lally wrote: > I stumbled across this: > > private void incrementIllegalIndexUpdateDetector(int typeCode) { >this.detectIllegalIndexUpdates[typeCode] = > (this.detectIllegalIndexUpdates[typeCode] == Integer.MAX_VALUE) ? > Integer.MIN

[jira] Resolved: (UIMA-164) Add source distribution

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally resolved UIMA-164. - Resolution: Fixed Assignee: Thilo Goetz (was: Adam Lally) Assigning to our release manager to double

[jira] Closed: (UIMA-175) Website build instructions for docbook need to direct users to the README.FIRST file

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally closed UIMA-175. --- Resolution: Fixed Done and checked out to people.apache.org > Website build instructions for docbook need to d

Re: Questionable code in FSIndexRepository.incrementIllegalIndexUpdateDetector

2007-01-10 Thread Marshall Schor
Adam Lally wrote: I stumbled across this: private void incrementIllegalIndexUpdateDetector(int typeCode) { this.detectIllegalIndexUpdates[typeCode] = (this.detectIllegalIndexUpdates[typeCode] == Integer.MAX_VALUE) ? Integer.MIN_VALUE : this.detectIllegalIndexUpdates[typeCode] + 1;

[jira] Created: (UIMA-175) Website build instructions for docbook need to direct users to the README.FIRST file

2007-01-10 Thread Adam Lally (JIRA)
Website build instructions for docbook need to direct users to the README.FIRST file Key: UIMA-175 URL: https://issues.apache.org/jira/browse/UIMA-175 Project: UIMA

[jira] Closed: (UIMA-174) Remove @author tags from Java source

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-174. --- Resolution: Fixed Fix Version/s: 2.1 > Remove @author tags from Java source > --

Re: [jira] Assigned: (UIMA-104) PackageInstaller and PackageInstallerException need class javadoc comments

2007-01-10 Thread Lev Kozakov
On 1/10/07, Michael Baessler (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Michael Baessler reassigned UIMA-104: - Assignee: Adam Lally (was: Michael Baessler) I a

[jira] Created: (UIMA-174) Remove @author tags from Java source

2007-01-10 Thread Marshall Schor (JIRA)
Remove @author tags from Java source Key: UIMA-174 URL: https://issues.apache.org/jira/browse/UIMA-174 Project: UIMA Issue Type: Task Affects Versions: 2.1 Reporter: Marshall Schor

[jira] Created: (UIMA-173) Create Default Bag Indexes when addFsToIndexes is called but no index has been defined for that type

2007-01-10 Thread Adam Lally (JIRA)
Create Default Bag Indexes when addFsToIndexes is called but no index has been defined for that type Key: UIMA-173 URL: https://issues.apache.org/jira/browse/UIMA

[jira] Updated: (UIMA-12) Change JCas impl to use inner classes rather than _Type style classes

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-12: --- Fix Version/s: (was: 2.1) Deferred beyond 2.1 release. > Change JCas impl to use inner classes rath

Questionable code in FSIndexRepository.incrementIllegalIndexUpdateDetector

2007-01-10 Thread Adam Lally
I stumbled across this: private void incrementIllegalIndexUpdateDetector(int typeCode) { this.detectIllegalIndexUpdates[typeCode] = (this.detectIllegalIndexUpdates[typeCode] == Integer.MAX_VALUE) ? Integer.MIN_VALUE : this.detectIllegalIndexUpdates[typeCode] + 1; } I think this

[jira] Closed: (UIMA-166) Change JCasGen to not generate DocumentAnnotation if the merged version = the base

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-166. --- Resolution: Fixed > Change JCasGen to not generate DocumentAnnotation if the merged version = the > ba

Is this implementation of the default bag index OK?

2007-01-10 Thread Adam Lally
A question mainly for Thilo. This is my idea for implementing the "default bag index" proposal - that is, when someone calls IndexRepository.addFS(fs) when there are no indexes defined over the type of the fs, a bag index will be created: public void ll_addFS(int fsRef) { // Determine type

Re: Fwd: REMINDER January 2007 Board Reports

2007-01-10 Thread Marshall Schor
Thilo Goetz wrote: I don't think we reported in October. We have one more month to do before we go to the 3-month schedule. Right you are. Since the status page is supposed to have (links to) the statuses, I recommend we put this on our web site. We'll still need to do a cut/paste into

Re: Please check this Jira issue conclusion

2007-01-10 Thread Rodent of Unusual Size
Marshall Schor wrote: > Mentors - can you please look at the comment trail in this Jira issue > (https://issues.apache.org/jira/browse/UIMA-167) and see if you agree we > can distribute the Docbook DTDs and Stylesheets under the Apache > license, as part of our UIMA Source distribution? We can

Re: Fwd: REMINDER January 2007 Board Reports

2007-01-10 Thread Thilo Goetz
Marshall Schor wrote: Adam Lally wrote: It's time for board reports again... Perhaps not. The rules were monthly for the 1st 3 months, and then quarterly. I think we reported in Oct/Nov/Dec. The reporting schedule has us down to report next in March. -Marshall I don't think we reporte

Re: [jira] Closed: (UIMA-167) Find and verify Docbook license(s)

2007-01-10 Thread Marshall Schor
Thilo Goetz wrote: Are you going to create (pointers to) the appropriate readmes for our distribution? I'm happy to help; can you say a bit more what is needed here? -Marshall

Re: Directory named src/main/org.apache.uima.tools.jcasgen?

2007-01-10 Thread Marshall Schor
Adam Lally wrote: I just noticed that in uimaj-tools/src/main there is a directory named org.apache.uima.tools.jcasgen. (That isn't Java package name notation, the dots are actually in the diretory name.) Inside there are .javajet files. Is this naming intentional? The dots confuse me into th

[jira] Updated: (UIMA-172) Status page needs updating

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-172: Description: For the quarterly board report, the instructions include checking the project's incubat

Re: Fwd: REMINDER January 2007 Board Reports

2007-01-10 Thread Marshall Schor
Adam Lally wrote: It's time for board reports again... Perhaps not. The rules were monthly for the 1st 3 months, and then quarterly. I think we reported in Oct/Nov/Dec. The reporting schedule has us down to report next in March. -Marshall

[jira] Created: (UIMA-172) Status page needs updating

2007-01-10 Thread Marshall Schor (JIRA)
Status page needs updating -- Key: UIMA-172 URL: https://issues.apache.org/jira/browse/UIMA-172 Project: UIMA Issue Type: Task Components: Documentation Reporter: Marshall Schor For the monthly

[jira] Closed: (UIMA-171) Make CVD look-and-feel configurable

2007-01-10 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-171. Resolution: Fixed Assignee: Thilo Goetz > Make CVD look-and-feel configurable > ---

[jira] Created: (UIMA-171) Make CVD look-and-feel configurable

2007-01-10 Thread Thilo Goetz (JIRA)
Make CVD look-and-feel configurable --- Key: UIMA-171 URL: https://issues.apache.org/jira/browse/UIMA-171 Project: UIMA Issue Type: Improvement Components: Tools Reporter: Thilo Goetz

[jira] Assigned: (UIMA-104) PackageInstaller and PackageInstallerException need class javadoc comments

2007-01-10 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler reassigned UIMA-104: - Assignee: Adam Lally (was: Michael Baessler) I added some JavaDoc comments, please review

Re: [jira] Closed: (UIMA-167) Find and verify Docbook license(s)

2007-01-10 Thread Thilo Goetz
Are you going to create (pointers to) the appropriate readmes for our distribution? Marshall Schor (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-167. -

Please check this Jira issue conclusion

2007-01-10 Thread Marshall Schor
Mentors - can you please look at the comment trail in this Jira issue (https://issues.apache.org/jira/browse/UIMA-167) and see if you agree we can distribute the Docbook DTDs and Stylesheets under the Apache license, as part of our UIMA Source distribution? Thanks. -Marshall

[jira] Closed: (UIMA-167) Find and verify Docbook license(s)

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-167. --- Resolution: Fixed IANAL, but based on the statements in my previous comment recorded above in this Jir

[jira] Commented: (UIMA-167) Find and verify Docbook license(s)

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463615 ] Marshall Schor commented on UIMA-167: - This is the result of the investigation I did into distributability of the t

[jira] Commented: (UIMA-45) Review and clean up unit tests

2007-01-10 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463614 ] Michael Baessler commented on UIMA-45: -- I'm not done with all of that... I did #1 and some on #2 but did not compl

[jira] Closed: (UIMA-151) Add project for uima whitespace tokenizer implementation

2007-01-10 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-151. - Resolution: Fixed > Add project for uima whitespace tokenizer implementation >

[jira] Closed: (UIMA-154) add snowball annotator project

2007-01-10 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-154. - Resolution: Fixed > add snowball annotator project > -- > >

[jira] Closed: (UIMA-95) add sandbox infrastructure

2007-01-10 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-95. Resolution: Fixed > add sandbox infrastructure > -- > > Key: U

[jira] Closed: (UIMA-152) add component test utilities project

2007-01-10 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-152. - Resolution: Fixed > add component test utilities project > > >

[jira] Commented: (UIMA-167) Find and verify Docbook license(s)

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463609 ] Marshall Schor commented on UIMA-167: - No, not done yet. I'm posting some questions to the legal-discuss. > Find

[jira] Commented: (UIMA-125) Apache UIMA client should be able to communicate with IBM UIMA (1.x or 2.0) service

2007-01-10 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463608 ] Michael Baessler commented on UIMA-125: --- I did some tests with the current CVD and try to load a type system des

[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

2007-01-10 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463607 ] Thilo Goetz commented on UIMA-124: -- That's not what Noel was talking about. As I understand it, he wanted maven to p

[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

2007-01-10 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463604 ] Marshall Schor commented on UIMA-124: - I'm not sure this is a maven software issue - they seem to support sources/

Re: [jira] Commented: (UIMA-121) Documentation Formatting improvements

2007-01-10 Thread Thilo Goetz
Marshall Schor wrote: Thilo Goetz (JIRA) wrote: Are there any concrete instances you were thinking of? Anything I can do? I was using this for misc. cleanups I found in reviewing the output. The issue wasn't assigned to you, that's why I thought nothing had been done. I was just lo

[jira] Assigned: (UIMA-121) Documentation Formatting improvements

2007-01-10 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz reassigned UIMA-121: Assignee: Marshall Schor > Documentation Formatting improvements > --

Re: [jira] Commented: (UIMA-121) Documentation Formatting improvements

2007-01-10 Thread Marshall Schor
Thilo Goetz (JIRA) wrote: Are there any concrete instances you were thinking of? Anything I can do? I was using this for misc. cleanups I found in reviewing the output. In the Jira issues browser for this issues, https://issues.apache.org/jira/browse/UIMA-121?page=com.atlassian.jira.pl

Re: [jira] Created: (UIMA-164) Add source build

2007-01-10 Thread Marshall Schor
Adam Lally wrote: I think we're agreed that the docbooks sources should be in the UIMA source distribution. The question then is what do do about building it. It seems our choices are: (a) Include all the jars in SVN as part of our source distribution. The licenses all seem OK, but we will nee

[jira] Commented: (UIMA-125) Apache UIMA client should be able to communicate with IBM UIMA (1.x or 2.0) service

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463588 ] Adam Lally commented on UIMA-125: - Eddie's the expert, but my understanding is that you CAN deserialize a v1.x XCAS in

[jira] Updated: (UIMA-45) Review and clean up unit tests

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally updated UIMA-45: --- Fix Version/s: 2.1 Is this done? I'm pretty sure Michael did part #1 and made it at least some progress on #2.

[jira] Commented: (UIMA-125) Apache UIMA client should be able to communicate with IBM UIMA (1.x or 2.0) service

2007-01-10 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463581 ] Thilo Goetz commented on UIMA-125: -- I thought there was an issue with XCAS 1.x/2.0 interoperability because the Sofa

[jira] Commented: (UIMA-125) Apache UIMA client should be able to communicate with IBM UIMA (1.x or 2.0) service

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463574 ] Adam Lally commented on UIMA-125: - XCAS service communication between Apache UIMA 2.1 and IBM UIMA 2.0 already works.

[jira] Updated: (UIMA-167) Find and verify Docbook license(s)

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally updated UIMA-167: Fix Version/s: 2.1 Assignee: Marshall Schor Is this done? > Find and verify Docbook license(s) > --

[jira] Closed: (UIMA-169) Create separate uima-document-annotation Maven project and jar file

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally closed UIMA-169. --- Resolution: Fixed > Create separate uima-document-annotation Maven project and jar file > -

[jira] Commented: (UIMA-121) Documentation Formatting improvements

2007-01-10 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463563 ] Thilo Goetz commented on UIMA-121: -- Are there any concrete instances you were thinking of? Anything I can do? > Docu

[jira] Commented: (UIMA-124) Maven Eclipse setup - missing javadoc / src linkages for Eclipse files

2007-01-10 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463561 ] Thilo Goetz commented on UIMA-124: -- I'm not sure there is anything that can be done on the UIMA side. Would you cons

[jira] Closed: (UIMA-110) TCAS.getAnnotationIndex(Type type) should throw exception if type is not a subtype of annotation.

2007-01-10 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-110. Resolution: Fixed Fixed, test case added. > TCAS.getAnnotationIndex(Type type) should throw exception if typ

Re: Release plan

2007-01-10 Thread Adam Lally
On 12/19/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: I guess we want about 2 weeks of testing, doc review etc. before that. So this would mean we enter the test phase around the middle of January. So here's a tentative schedule: now - 1/21/07:coding, general enhancements 1/22/07 - 2/4/07: t

[jira] Assigned: (UIMA-15) Semantic Search repackaging

2007-01-10 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally reassigned UIMA-15: -- Assignee: Marshall Schor Assigning to Marshall to coordinate any necessary documentation updates with Yos

Fwd: REMINDER January 2007 Board Reports

2007-01-10 Thread Adam Lally
It's time for board reports again... -- Forwarded message -- From: Noel J. Bergman <[EMAIL PROTECTED]> Date: Jan 9, 2007 8:57 AM Subject: REMINDER January 2007 Board Reports To: general@incubator.apache.org This is a short reporting month, given that January 1 was a Monday, so p

[jira] Assigned: (UIMA-110) TCAS.getAnnotationIndex(Type type) should throw exception if type is not a subtype of annotation.

2007-01-10 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz reassigned UIMA-110: Assignee: Thilo Goetz > TCAS.getAnnotationIndex(Type type) should throw exception if type is not a >

Re: [jira] Assigned: (UIMA-161) adding documentation for PEAR API

2007-01-10 Thread Michael Baessler
Lev Kozakov wrote: I believe, the additional text contains enough details to make developers understand how to install a PEAR and use it to deploy AE in UIMA. My only concern is the example application in the tug.application.xml file (in tutorials_and_user_guides). This application mentions a

Re: [jira] Created: (UIMA-164) Add source build

2007-01-10 Thread Michael Baessler
Adam Lally wrote: I think we're agreed that the docbooks sources should be in the UIMA source distribution. The question then is what do do about building it. It seems our choices are: (a) Include all the jars in SVN as part of our source distribution. The licenses all seem OK, but we will need