Re: With what should we replace C:/Program Files/IBM/uima?

2006-11-15 Thread Marshall Schor
I also generally prefer lower case, but make an exception for brand-things where it might make a difference. In this case, I don't feel very strongly about captialization -Marshall Adam Lally wrote: On 11/15/06, Marshall Schor <[EMAIL PROTECTED]> wrote: > We should obviously remove IBM f

Re: With what should we replace C:/Program Files/IBM/uima?

2006-11-15 Thread Adam Lally
On 11/15/06, Marshall Schor <[EMAIL PROTECTED]> wrote: > We should obviously remove IBM from this. But what do you think we > should use? > C:/Program Files/uima > C:/Program Files/apache/uima > C:/Program Files/apache-uima > C:/uima > C:/apache/uima > C:/apache-uima > Other? I like the 3rd one

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

2006-11-15 Thread Adam Lally (JIRA)
superiterator (an iterator that returns all annotations that span a specified annotation) - Key: UIMA-39 URL: http://issues.apache.org/jira/browse/UIMA-39 Project

[jira] Created: (UIMA-38) Document Analyzer doesn't provide a way to view feature values that are very long

2006-11-15 Thread Adam Lally (JIRA)
Document Analyzer doesn't provide a way to view feature values that are very long - Key: UIMA-38 URL: http://issues.apache.org/jira/browse/UIMA-38 Project: UIMA

Re: Code Style Guidelines

2006-11-15 Thread Adam Lally
On 11/15/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: Yes, that file had tabs which made it unreadable. On the other hand, if you use Eclipse, it is not at all hard to see what changed as the structural compare will show you only logical differences. For me, the Eclipse Java Structure Compare on

Re: Code Style Guidelines

2006-11-15 Thread Marshall Schor
My prefs are like Adams (2 char indents, no tabs) except I don't like using up a line for opening braces (this lets me see more code on my screen at once). I do use up a line for the closing brace, though. I agree with Thilo on things like running findbugs, etc. as a general practice, and fix

Re: [jira] Created: (UIMA-18) Placeholder for Architectural Cleanups / Changes

2006-11-15 Thread Marshall Schor
First, I apologize for introducing bias towards a solution. I wasn't trying to do that, I was just trying to remember off the top of my head what the issues were. Please feel free to edit that entry and fix it :-) (You can note that you did this in the "change log" box that comes with the ed

Re: With what should we replace C:/Program Files/IBM/uima?

2006-11-15 Thread Marshall Schor
I like the 3rd one. It indicates there's no coordination among Apache projects (which is true), which the 2nd one might imply. I guess I would capitalize the first "A" in Apache though. I would not capitalize uima -Marshall Adam Lally wrote: Example descriptors have paths including C:/

[jira] Resolved: (UIMA-37) Track down and replace remaining occurrences of IBM

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-37?page=all ] Adam Lally resolved UIMA-37. Resolution: Fixed Most occurrences of 'IBM' have been replaced. The following have not been fixed - they could be opened under other issues, if they need to be fixed at

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

2006-11-15 Thread Marshall Schor
Adam Lally (JIRA) wrote: [ http://issues.apache.org/jira/browse/UIMA-15?page=comments#action_12450169 ] Adam Lally commented on UIMA-15: I don't think there is an Eclipse launcher for semantic search. If there once was, it's now gone. I'm not

Remaining occurrences of IBM

2006-11-15 Thread Adam Lally
I've replaced most occurrences of "IBM" now. Here's a list of what I didn't fix: 1) The uima-docbooks project. I assume Marshall is working on that. 2) The eclipse plugins' copyright headers and about.html files. There are still issues to be worked out before we can remove those. 3) Our exampl

Re: Code Style Guidelines

2006-11-15 Thread Thilo Goetz
Adam Lally wrote: I noticed Thilo checked in a file (SofaTest) that showed as having many changes in it, mostly I think due to having been reformatted in Eclipse with Source -> Format. This makes it hard to see what actually changed. Yes, that file had tabs which made it unreadable. On the ot

[jira] Created: (UIMA-37) Track down and replace remaining occurrences of IBM

2006-11-15 Thread Adam Lally (JIRA)
Track down and replace remaining occurrences of IBM --- Key: UIMA-37 URL: http://issues.apache.org/jira/browse/UIMA-37 Project: UIMA Issue Type: Task Reporter: Adam Lally A

[jira] Closed: (UIMA-36) Change descriptor XML namespaces from uima.watson.ibm.com to uima.apache.org

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-36?page=all ] Adam Lally closed UIMA-36. -- Resolution: Fixed > Change descriptor XML namespaces from uima.watson.ibm.com to uima.apache.org >

[jira] Resolved: (UIMA-26) Incorrect paths in example descriptors and the adjustExamplePaths scripts

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-26?page=all ] Adam Lally resolved UIMA-26. Resolution: Fixed Replaced C:/Program Files/IBM/uima with c:/Program Files/apache/uima > Incorrect paths in example descriptors and the adjustExamplePaths scripts > -

[jira] Assigned: (UIMA-26) Incorrect paths in example descriptors and the adjustExamplePaths scripts

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-26?page=all ] Adam Lally reassigned UIMA-26: -- Assignee: Adam Lally > Incorrect paths in example descriptors and the adjustExamplePaths scripts >

[jira] Created: (UIMA-36) Change descriptor XML namespaces from uima.watson.ibm.com to uima.apache.org

2006-11-15 Thread Adam Lally (JIRA)
Change descriptor XML namespaces from uima.watson.ibm.com to uima.apache.org Key: UIMA-36 URL: http://issues.apache.org/jira/browse/UIMA-36 Project: UIMA Issue Type

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

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-15?page=comments#action_12450169 ] Adam Lally commented on UIMA-15: I don't think there is an Eclipse launcher for semantic search. If there once was, it's now gone. I'm not sure what else needs to b

Code Style Guidelines

2006-11-15 Thread Adam Lally
I noticed Thilo checked in a file (SofaTest) that showed as having many changes in it, mostly I think due to having been reformatted in Eclipse with Source -> Format. This makes it hard to see what actually changed. What should we do about this? Could we agree on a common code style, and maybe

[jira] Assigned: (UIMA-11) org.apache.itu package should be renamed

2006-11-15 Thread Thilo Goetz (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-11?page=all ] Thilo Goetz reassigned UIMA-11: --- Assignee: Thilo Goetz > org.apache.itu package should be renamed > > > Key: UIMA-11 > URL: h

[jira] Closed: (UIMA-14) Plugin manifests still list IBM as the vendor

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-14?page=all ] Adam Lally closed UIMA-14. -- Resolution: Fixed > Plugin manifests still list IBM as the vendor > - > > Key: UIMA-14 > URL: http:

[jira] Created: (UIMA-35) Additional FSIndex APIs

2006-11-15 Thread Adam Lally (JIRA)
Additional FSIndex APIs --- Key: UIMA-35 URL: http://issues.apache.org/jira/browse/UIMA-35 Project: UIMA Issue Type: New Feature Components: Core Java Framework Reporter: Adam Lally Prior

[jira] Assigned: (UIMA-14) Plugin manifests still list IBM as the vendor

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-14?page=all ] Adam Lally reassigned UIMA-14: -- Assignee: Adam Lally > Plugin manifests still list IBM as the vendor > - > > Key: UIMA-14 >

[jira] Created: (UIMA-34) Vinci service deployment descriptor timeoutPeriod parameter does not work.

2006-11-15 Thread Adam Lally (JIRA)
Vinci service deployment descriptor timeoutPeriod parameter does not work. -- Key: UIMA-34 URL: http://issues.apache.org/jira/browse/UIMA-34 Project: UIMA Issue Type: Bu

[jira] Closed: (UIMA-23) setUimaClassPath and adjustExamplePaths scripts have incorrect jar names

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-23?page=all ] Adam Lally closed UIMA-23. -- > setUimaClassPath and adjustExamplePaths scripts have incorrect jar names > > > Key: UIMA

[jira] Closed: (UIMA-21) Update Version Number

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-21?page=all ] Adam Lally closed UIMA-21. -- > Update Version Number > - > > Key: UIMA-21 > URL: http://issues.apache.org/jira/browse/UIMA-21 > Project: UIMA >

[jira] Closed: (UIMA-16) NullPointerException in UIMAFramework.newCollectionProcessingManager

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-16?page=all ] Adam Lally closed UIMA-16. -- > NullPointerException in UIMAFramework.newCollectionProcessingManager > > > Key: UIMA-16 >

[jira] Closed: (UIMA-8) Add examples to assembly

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-8?page=all ] Adam Lally closed UIMA-8. - > Add examples to assembly > > > Key: UIMA-8 > URL: http://issues.apache.org/jira/browse/UIMA-8 > Project: UIMA >

[jira] Closed: (UIMA-7) Add javadocs to build

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-7?page=all ] Adam Lally closed UIMA-7. - > Add javadocs to build > - > > Key: UIMA-7 > URL: http://issues.apache.org/jira/browse/UIMA-7 > Project: UIMA >

[jira] Closed: (UIMA-1) Reorganize SVN

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-1?page=all ] Adam Lally closed UIMA-1. - > Reorganize SVN > -- > > Key: UIMA-1 > URL: http://issues.apache.org/jira/browse/UIMA-1 > Project: UIMA > Issue Type

Re: Build questions

2006-11-15 Thread Thilo Goetz
Adam Lally wrote: On 11/15/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: - When setting up the build for Eclipse, the M2_REPO variable needs to be set up manually. Is this correct? If so, this is missing from the instructions, and I'll be happy to add the information. The M2_REPO variable shoul

[jira] Closed: (UIMA-27) org.apache.uima.cas.test.SofaTest creates file that is not deleted afterwards; moreover, this file has been checked into SVN.

2006-11-15 Thread Thilo Goetz (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-27?page=all ] Thilo Goetz closed UIMA-27. --- Resolution: Fixed > org.apache.uima.cas.test.SofaTest creates file that is not deleted > afterwards; moreover, this file has been checked into SVN. > --

[jira] Created: (UIMA-33) Do not use same timeout on GetMetadata as is used for Process

2006-11-15 Thread Adam Lally (JIRA)
Do not use same timeout on GetMetadata as is used for Process - Key: UIMA-33 URL: http://issues.apache.org/jira/browse/UIMA-33 Project: UIMA Issue Type: Improvement Compon

Re: [jira] Created: (UIMA-18) Placeholder for Architectural Cleanups / Changes

2006-11-15 Thread Adam Lally
I don't think Jira is the place to put architectural discussions like "index everything" (not sure what that even means) or an implementation for singletons, where I think the name is already misleading (because it's about a problem that is real, but points at a solution that I happen to disagree

[jira] Created: (UIMA-32) CPE GUI doesn't parse ${CPM_HOME} variable

2006-11-15 Thread Adam Lally (JIRA)
CPE GUI doesn't parse ${CPM_HOME} variable -- Key: UIMA-32 URL: http://issues.apache.org/jira/browse/UIMA-32 Project: UIMA Issue Type: Bug Components: Tools Reporter: Adam Lally

Re: [jira] Created: (UIMA-27) org.apache.uima.cas.test.SofaTest creates file that is not deleted afterwards; moreover, this file has been checked into SVN.

2006-11-15 Thread Thilo Goetz
Thilo Goetz (JIRA) wrote: org.apache.uima.cas.test.SofaTest creates file that is not deleted afterwards; moreover, this file has been checked into SVN. -

[jira] Created: (UIMA-31) Document Analyzer doesn't save character encoding in preferences

2006-11-15 Thread Adam Lally (JIRA)
Document Analyzer doesn't save character encoding in preferences Key: UIMA-31 URL: http://issues.apache.org/jira/browse/UIMA-31 Project: UIMA Issue Type: Bug Componen

Re: [jira] Created: (UIMA-18) Placeholder for Architectural Cleanups / Changes

2006-11-15 Thread Thilo Goetz
Adam Lally wrote: On 11/14/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: I'm sort of thinking along the same lines. I would not have thought of using Jira like this -- which is not to say that this is wrong in any way, it's just not what I understood by an issue tracking system. To my mind, thing

[jira] Created: (UIMA-30) Binary CAS Serialization is not documented

2006-11-15 Thread Adam Lally (JIRA)
Binary CAS Serialization is not documented -- Key: UIMA-30 URL: http://issues.apache.org/jira/browse/UIMA-30 Project: UIMA Issue Type: Bug Components: Core Java Framework, Documentation

[jira] Created: (UIMA-29) Can't call process twice on CPE

2006-11-15 Thread Adam Lally (JIRA)
Can't call process twice on CPE --- Key: UIMA-29 URL: http://issues.apache.org/jira/browse/UIMA-29 Project: UIMA Issue Type: Bug Components: Collection Processing Reporter: Adam Lally

[jira] Created: (UIMA-28) 2.0 examples use deprecated methods

2006-11-15 Thread Adam Lally (JIRA)
2.0 examples use deprecated methods Key: UIMA-28 URL: http://issues.apache.org/jira/browse/UIMA-28 Project: UIMA Issue Type: Improvement Components: Examples Reporter: Adam

[jira] Created: (UIMA-27) org.apache.uima.cas.test.SofaTest creates file that is not deleted afterwards; moreover, this file has been checked into SVN.

2006-11-15 Thread Thilo Goetz (JIRA)
org.apache.uima.cas.test.SofaTest creates file that is not deleted afterwards; moreover, this file has been checked into SVN. - Key: UIMA-27

Re: [jira] Created: (UIMA-18) Placeholder for Architectural Cleanups / Changes

2006-11-15 Thread Adam Lally
On 11/14/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: I'm sort of thinking along the same lines. I would not have thought of using Jira like this -- which is not to say that this is wrong in any way, it's just not what I understood by an issue tracking system. To my mind, things go into Jira if i

With what should we replace C:/Program Files/IBM/uima?

2006-11-15 Thread Adam Lally
Example descriptors have paths including C:/Program Files/IBM/uima (which are then replaced by $UIMA_HOME if you run the adjustExamplePaths scripts). We should obviously remove IBM from this. But what do you think we should use? C:/Program Files/uima C:/Program Files/apache/uima C:/Program Files

Re: Still can't update website

2006-11-15 Thread Thilo Goetz
Marshall Schor wrote: For those who don't remember how to do this, try: a) signon to your people.apache.org account b) at the unix command prompt type: echo umask 002 > .bash_profile To check, do this command: cat .bash_profile And for those a little less nimble with the command line (like m

Re: Still can't update website

2006-11-15 Thread Adam Lally
On 11/15/06, Marshall Schor <[EMAIL PROTECTED]> wrote: For those who don't remember how to do this, try: a) signon to your people.apache.org account b) at the unix command prompt type: echo umask 002 > .bash_profile To check, do this command: cat .bash_profile Also, to check that it is *reall

Re: Jira for minor issues?

2006-11-15 Thread Marshall Schor
I agree. -Marshall Thilo Goetz wrote: Adam Lally wrote: On 11/15/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: I updated our website to fix a broken link without a Jira issue (didn't really think about it). What's everybody's opinion, should we have a Jira issue for every SVN change, or do we fi

[jira] Created: (UIMA-26) Incorrect paths in example descriptors and the adjustExamplePaths scripts

2006-11-15 Thread Adam Lally (JIRA)
Incorrect paths in example descriptors and the adjustExamplePaths scripts - Key: UIMA-26 URL: http://issues.apache.org/jira/browse/UIMA-26 Project: UIMA Issue Type: Bug

Re: Still can't update website

2006-11-15 Thread Marshall Schor
For those who don't remember how to do this, try: a) signon to your people.apache.org account b) at the unix command prompt type: echo umask 002 > .bash_profile To check, do this command: cat .bash_profile -Marshall Adam Lally wrote: I thought I set my umask according to the instructions... w

[jira] Updated: (UIMA-24) Uninformative error message when trying to create an AE from a descriptor whose frameworkImplementation is incorrect

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-24?page=all ] Adam Lally updated UIMA-24: --- Summary: Uninformative error message when trying to create an AE from a descriptor whose frameworkImplementation is incorrect (was: Deploying Vinci Service does not wo

Re: Jira for minor issues?

2006-11-15 Thread Thilo Goetz
Adam Lally wrote: On 11/15/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: I updated our website to fix a broken link without a Jira issue (didn't really think about it). What's everybody's opinion, should we have a Jira issue for every SVN change, or do we fix trivial issues without a Jira ticket?

Re: Still can't update website

2006-11-15 Thread Thilo Goetz
Adam Lally wrote: I was too quick with my reply. Could you change permissions on /www/incubator.apache.org/uima/.svn as well, please? I think I got them all now. (Annoyingly there doesn't seem to be a recursive option for chmod, unless I'm missing something.) -Adam Looking good, I was able

Re: Jira for minor issues?

2006-11-15 Thread Adam Lally
On 11/15/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: I updated our website to fix a broken link without a Jira issue (didn't really think about it). What's everybody's opinion, should we have a Jira issue for every SVN change, or do we fix trivial issues without a Jira ticket? I have no strong o

Re: Still can't update website

2006-11-15 Thread Adam Lally
I was too quick with my reply. Could you change permissions on /www/incubator.apache.org/uima/.svn as well, please? I think I got them all now. (Annoyingly there doesn't seem to be a recursive option for chmod, unless I'm missing something.) -Adam

Jira for minor issues?

2006-11-15 Thread Thilo Goetz
I updated our website to fix a broken link without a Jira issue (didn't really think about it). What's everybody's opinion, should we have a Jira issue for every SVN change, or do we fix trivial issues without a Jira ticket? I have no strong opinion, I'm used to having to open a ticket for ab

Re: Still can't update website

2006-11-15 Thread Thilo Goetz
Adam Lally wrote: I thought I set my umask according to the instructions... which should have prevented this. I'll investigate more. Ahh.. mystery solved. I had edited the umask in .cshrc, but the my default login shell appears to be bash, so that didn't do anything. I created a .bash_profil

Re: Build questions

2006-11-15 Thread Adam Lally
On 11/15/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: - When setting up the build for Eclipse, the M2_REPO variable needs to be set up manually. Is this correct? If so, this is missing from the instructions, and I'll be happy to add the information. The M2_REPO variable should be created by thi

[jira] Assigned: (UIMA-24) Deploying Vinci Service does not work

2006-11-15 Thread Adam Lally (JIRA)
[ http://issues.apache.org/jira/browse/UIMA-24?page=all ] Adam Lally reassigned UIMA-24: -- Assignee: Adam Lally > Deploying Vinci Service does not work > - > > Key: UIMA-24 > URL: http://iss

Re: Still can't update website

2006-11-15 Thread Thilo Goetz
Adam Lally wrote: I thought I set my umask according to the instructions... which should have prevented this. I'll investigate more. Ahh.. mystery solved. I had edited the umask in .cshrc, but the my default login shell appears to be bash, so that didn't do anything. I created a .bash_profil

Build questions

2006-11-15 Thread Thilo Goetz
I just set up a new machine with the UIMA build and tried to follow the instructions on our website. Here are a couple of things I noticed/don't understand. - When setting up the build for Eclipse, the M2_REPO variable needs to be set up manually. Is this correct? If so, this is missing fro

Re: Still can't update website

2006-11-15 Thread Adam Lally
I thought I set my umask according to the instructions... which should have prevented this. I'll investigate more. Ahh.. mystery solved. I had edited the umask in .cshrc, but the my default login shell appears to be bash, so that didn't do anything. I created a .bash_profile with just the lin

Re: Still can't update website

2006-11-15 Thread Adam Lally
On 11/15/06, Thilo Goetz <[EMAIL PROTECTED]> wrote: Adam, how did you manage to update the website last time? I still get: [EMAIL PROTECTED] /www/incubator.apache.org/uima]$ svn update svn: Can't open file '.svn/lock': Permission denied Anything I'm doing wrong? I checked and I see that the

Still can't update website

2006-11-15 Thread Thilo Goetz
Adam, how did you manage to update the website last time? I still get: [EMAIL PROTECTED] /www/incubator.apache.org/uima]$ svn update svn: Can't open file '.svn/lock': Permission denied Anything I'm doing wrong? --Thilo

Re: [jira] Commented: (UIMA-22) Tools still use IBM splashscreen

2006-11-15 Thread Thilo Goetz
Adam Lally wrote: On 11/14/06, Marshall Schor (JIRA) wrote: [ http://issues.apache.org/jira/browse/UIMA-22?page=comments#action_12449849 ] Marshall Schor commented on UIMA-22: We should ask how to get new artwork. OK. Does somebody want to assign

Re: [jira] Commented: (UIMA-22) Tools still use IBM splashscreen

2006-11-15 Thread Adam Lally
On 11/14/06, Marshall Schor (JIRA) wrote: [ http://issues.apache.org/jira/browse/UIMA-22?page=comments#action_12449849 ] Marshall Schor commented on UIMA-22: We should ask how to get new artwork. OK. Does somebody want to assign this issue to thems