From dev-return-13132-apmail-uima-dev-archive=uima.apache.org@uima.apache.org Sat Oct 02 15:31:59 2010 Return-Path: Delivered-To: apmail-uima-dev-archive@www.apache.org Received: (qmail 31691 invoked from network); 2 Oct 2010 15:31:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Oct 2010 15:31:59 -0000 Received: (qmail 78906 invoked by uid 500); 2 Oct 2010 15:31:59 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 78778 invoked by uid 500); 2 Oct 2010 15:31:57 -0000 Mailing-List: contact dev-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@uima.apache.org Delivered-To: mailing list dev@uima.apache.org Received: (qmail 78770 invoked by uid 99); 2 Oct 2010 15:31:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 15:31:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 15:31:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o92FVWH7012253 for ; Sat, 2 Oct 2010 15:31:32 GMT Message-ID: <23302664.512081286033492699.JavaMail.jira@thor> Date: Sat, 2 Oct 2010 11:31:32 -0400 (EDT) From: =?utf-8?Q?J=C3=B6rn_Kottmann_=28JIRA=29?= To: dev@uima.apache.org Subject: [jira] Commented: (UIMA-1887) It should be possible to open a CAS file from a non Cas Editor project In-Reply-To: <5004680.439471285666473362.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/UIMA-1887?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12917= 202#action_12917202 ]=20 J=C3=B6rn Kottmann commented on UIMA-1887: ------------------------------------- 2. Is now done. 1. Is half done, the dialog to choose a type system is still missing, and t= he error handling still needs to be improved in case the type system is inv= alid (e.g. invalid xml) or not compatible with the CAS. > It should be possible to open a CAS file from a non Cas Editor project > ---------------------------------------------------------------------- > > Key: UIMA-1887 > URL: https://issues.apache.org/jira/browse/UIMA-1887 > Project: UIMA > Issue Type: New Feature > Components: CasEditor > Reporter: J=C3=B6rn Kottmann > Assignee: J=C3=B6rn Kottmann > Fix For: 2.3.1SDK > > > It should be possible to open a CAS files which are inside an eclipse ja= va project (and not an eclipse CAS Editor project) with the CAS Editor. > After spending more time on the issue the plan how to implement it change= d again. > The previous idea of having an additional plugin for this functionality i= s dropped and the change is directly > integrated into the Cas Editor plugin. > There are two changes which must be performed for this issue: > 1. The Document Provider is extended with a custom logic to open a CAS fi= le from a non Cas Editor Project. > Its assumed that the type system is placed in a certain location, if it c= annot find in this location the > user if prompted by a dialog to provide a valid type system for the CAS. > This mechanism should be improved in the future to play nicely together w= ith all other plugins wich also need > access to a type system, like the description editors. > 2. > The UI to configure the annotation styles must be moved to the editor and= away from the Cas Editor Project > handling code. To accomplish this the Document Provider should be respons= ible for accessing/modifying > the styling information. A new view is added to the editor which can disp= lay the styling information and=20 > gives access to the annotation property dialog to modify the styling. > The styling information is shared between all editors type system wide, i= f the style is changed in one editor > its changed in all other editors which display a CAS with the same type s= ystem. > The goal of this issue is to create an initial solution which can then be= refined=20 > by input from users and other uima developers.=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.