Link to the UIMA draft specification research report
Key: UIMA-118
URL: http://issues.apache.org/jira/browse/UIMA-118
Project: UIMA
Issue Type: Task
Components: Website
On 12/8/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
Yes, a single line inserted after process(inCas,...):
inCas = inCas.getView(); // automatically added by migration
I suppose that should work. It might be a bit ugly for multi-Sofa
annotators who expect inCas to refer to the Base CA
CVD Help->Manual menu item gives "invalid url" error dialog.
Key: UIMA-117
URL: http://issues.apache.org/jira/browse/UIMA-117
Project: UIMA
Issue Type: Bug
Components: To
[ http://issues.apache.org/jira/browse/UIMA-101?page=all ]
Adam Lally resolved UIMA-101.
-
Resolution: Fixed
Fixed. CVD is launched using same classpath that PEAR Installer was itself
launched with. Help file is now in uima-tools.jar, located using ClassLo
On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote:
Actually, I already started modifying the code, so now I need to review
your changes and, may be, add more.
OK. Your last email sounded like you weren't going to work on this.
Just a minute ago I checked in the changes to allow the help file
On 12/8/06, Adam Lally <[EMAIL PROTECTED]> wrote:
On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote:
> > 1) When PearInstaller launches the JVM for CVD, it will set its
> > classpath to the contents of the java.class.path system property of
> > the PearInstaller's own JVM. Thus CVD will run wit
[ http://issues.apache.org/jira/browse/UIMA-101?page=all ]
Adam Lally reassigned UIMA-101:
---
Assignee: Adam Lally
> PEAR Installer prints warning messages on startup
> -
>
> Key: UIMA-101
>
On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote:
> 1) When PearInstaller launches the JVM for CVD, it will set its
> classpath to the contents of the java.class.path system property of
> the PearInstaller's own JVM. Thus CVD will run with the same
> classpath as PearInstaller. Since CVD is in
[ http://issues.apache.org/jira/browse/UIMA-113?page=all ]
Adam Lally resolved UIMA-113.
-
Resolution: Fixed
Although I was unable to reproduce this kind of error on the client, I did
manage to generate a similar exception message on the service side if the
>
> Will this change to user code be able to be done automatically by a
> script? It seems like it might be a little ugly to do.
Yes, a single line inserted after process(inCas,...):
inCas = inCas.getView(); // automatically added by migration
>
> Also it still very confusing that the CAS inte
On 12/8/06, Adam Lally <[EMAIL PROTECTED]> wrote:
On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote:
> Unfortunately, the problem is more complicated that I thought at the
> beginning.
>
Let me try to simplify. I'll propose a solution and you can tell me
why it wouldn't work.
1) When PearInsta
On 12/7/06, Lev Kozakov <[EMAIL PROTECTED]> wrote:
On 12/7/06, Adam Lally (JIRA) wrote:
>
> [ http://issues.apache.org/jira/browse/UIMA-94?page=all ]
>
> Adam Lally updated UIMA-94:
> ---
>
> Component/s: Tools
>
> > Pear merger default output name uses "tae" -
[ http://issues.apache.org/jira/browse/UIMA-94?page=all ]
Lev Kozakov updated UIMA-94:
Attachment: PMController.patch
PMController.patch makes '-ae' option default.
> Pear merger default output name uses "tae" - should use "ae"
> ---
[ http://issues.apache.org/jira/browse/UIMA-112?page=all ]
Adam Lally resolved UIMA-112.
-
Resolution: Fixed
Assignee: Thilo Goetz (was: Adam Lally)
base directory is "apache-uima"
> Assembly should unpack into a directory
> --
On 12/8/06, Lev Kozakov <[EMAIL PROTECTED]> wrote:
Unfortunately, the problem is more complicated that I thought at the
beginning.
Let me try to simplify. I'll propose a solution and you can tell me
why it wouldn't work.
1) When PearInstaller launches the JVM for CVD, it will set its
classpat
[ http://issues.apache.org/jira/browse/UIMA-80?page=all ]
Thilo Goetz resolved UIMA-80.
-
Resolution: Fixed
Assignee: Eddie Epstein (was: Thilo Goetz)
Somebody (pre-Apache, I did not investigate further) explicitly added code to
delete the document te
On 12/6/06, Adam Lally <[EMAIL PROTECTED]> wrote:
On 12/6/06, Lev Kozakov <[EMAIL PROTECTED]> wrote:
> We just need to modify the InstallPear class main() method code to check
if
> the CVD class, specified in the gladis.properties file, is on the
> classpath. We also may need to clean-up the pi.
On 12/8/06, Eddie Epstein (JIRA) wrote:
The introduction of multiples views per CAS was initially implemented using the
CAS
interface for the base CAS and the TCAS interface for all views. Process method
signatures
for both TCAS and CAS were proprogated, and the result was a
complicated situa
On 12/8/06, Eddie Epstein (JIRA) wrote:
Currently there is a distinction made for "single view" and "multiple view" components.
The UIMA architecture standard proposes that all components are multiple view components and be delivered a
handle to the base CAS, and the component retrieves views
I completely agree with this suggestion about the confusion of TCAS when I
developed CAS Viewer and try to support multi-sofa.
Also, this suggestion about the replacement of getTCAS() with getView() is
perfectly matched with the CAS model used in CAS Viewer which define the CAS
"model" as having m
Always deliver the base CAS to the process method
-
Key: UIMA-116
URL: http://issues.apache.org/jira/browse/UIMA-116
Project: UIMA
Issue Type: Improvement
Components: Core Java Framew
The TCAS class should be dropped
Key: UIMA-115
URL: http://issues.apache.org/jira/browse/UIMA-115
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Affects Versions: 2.1
Env
Are the people who are subscribed to the developers list (presumably
mostly committer's) also subscribed to the user list, or should users
cross-post if they want questions answered by "the experts". There
doesn't seem to be much traffic on the user list.
Frank LeHouillier
Configuration parameter groups overly complicated
-
Key: UIMA-114
URL: http://issues.apache.org/jira/browse/UIMA-114
Project: UIMA
Issue Type: Improvement
Components: Core Java Framew
socket timeout exception is (sometimes?) embedded in sax exception, resulting
in a retry
Key: UIMA-113
URL: http://issues.apache.org/jira/browse/UIMA-113
Project
On 12/8/06, Thilo Goetz <[EMAIL PROTECTED]> wrote:
FYI, you can make the IBM JVM use your jars before its own like this:
-Xbootclasspath/p:/path/to/xercesImpl.jar
Ah.. so I suppose we could modify the build-docbook ant script to pass
this argument. Do we want to do that?
-Adam
Assembly should unpack into a directory
---
Key: UIMA-112
URL: http://issues.apache.org/jira/browse/UIMA-112
Project: UIMA
Issue Type: Improvement
Components: Build, Packaging and Test
Ok, I see that you added the points you mentioned. Thanks.
Adam Lally wrote:
On 12/8/06, Adam Lally <[EMAIL PROTECTED]> wrote:
When I go to that page it says "Immutable Page" and it looks I can't
edit it.
Nevermind, I see I needed to create a profile to edit the page.
-Adam
On 12/8/06, Adam Lally <[EMAIL PROTECTED]> wrote:
When I go to that page it says "Immutable Page" and it looks I can't
edit it.
Nevermind, I see I needed to create a profile to edit the page.
-Adam
Adam Lally wrote:
...
For the curious... The reason is because IBM's Java bundles Xerces
already. So adding xercesImpl.jar to the classpath just adds classes
with the same class names as those already bundled in the JRE. The -D
argument cannot be used to distinguish them. The ones in the JRE t
On 12/7/06, Michael Baessler <[EMAIL PROTECTED]> wrote:
> Adam Lally wrote:
>> On 11/20/06, Michael Baessler <[EMAIL PROTECTED]> wrote:
>>> I like your draft, especially the "News" section on the first page, but
>>> I don't like to scroll here.
>>> So I would suggest to shorten the "What is UIMA"
Yes, sorry for the late notice. I had forgotten that we need to report
each month for the first 3 months. I have added a report to the Wiki:
http://wiki.apache.org/incubator/December2006. Please just go in and
add stuff that I may have forgotten. Note that the report is due today,
so please gi
On 12/7/06, Marshall Schor <[EMAIL PROTECTED]> wrote:
Adam Lally wrote:
> I got Sun JDK 1.4.2 to work. However it requires an additional jar
> file to be added to uima-docbook/lib: the xml-apis.jar that comes
> with the Xerces download. Otherwise you get a NoClassDefFoundError
> Should I check
[
http://issues.apache.org/jira/browse/UIMA-103?page=comments#action_12456819 ]
Thilo Goetz commented on UIMA-103:
--
I'll use this issue to add license headers to other files such as Maven POM
files as well.
> Add license headers to batch files
I have noticed that some of our source files have no license headers,
some have the wrong one. Please remember to add license headers to all
files that we distribute. This includes XML files etc., not just Java
source code. The only (standard) exceptions are generated files, such
as javadoc
Marshall Schor wrote:
Thilo - are you taking care of this? Or is someone else volunteering to
do it?
-Marshall
Yes, sorry for the late notice. I had forgotten that we need to report
each month for the first 3 months. I have added a report to the Wiki:
http://wiki.apache.org/incubator/Dec
36 matches
Mail list logo