From uima-user-return-1425-apmail-incubator-uima-user-archive=incubator.apache.org@incubator.apache.org Wed Jun 25 18:24:54 2008 Return-Path: Delivered-To: apmail-incubator-uima-user-archive@locus.apache.org Received: (qmail 86677 invoked from network); 25 Jun 2008 18:24:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2008 18:24:54 -0000 Received: (qmail 47518 invoked by uid 500); 25 Jun 2008 18:24:55 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 47498 invoked by uid 500); 25 Jun 2008 18:24:55 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 47487 invoked by uid 99); 25 Jun 2008 18:24:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 11:24:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lally.adam@gmail.com designates 74.125.44.155 as permitted sender) Received: from [74.125.44.155] (HELO yx-out-1718.google.com) (74.125.44.155) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 18:24:03 +0000 Received: by yx-out-1718.google.com with SMTP id 36so699902yxh.0 for ; Wed, 25 Jun 2008 11:24:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=LtpHws5W1Sll9jJ2nBlj18aZCP86b8L2D33Nw2yE+1w=; b=HIMFVjkgXVVn/ydMfGo6aJfE7SGmI4JyewvyP/LhMdQvF3E9mPECcerapjCJO4KDfe ozBFJh06lHPxOfpovstduQfqKTwuYHXxIDDHIESvcO1HvU1SFgNQpEsuGj4crx8I8MYP RtlS9g20T7O4SwelgxoWTQfa+A+gKPReL7gCg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=kpHxApME4dZ6UtVTdkObpTcLQFtrf9cCCff2N3XVXkTqZLgmwlTz2WJH8hX1oJzNkk JoVXC753Nj7aMyKlc93agj7xB7rm2zUYQlLr33AKVbHHjodUmV/lKM22IfSjxHgJwYvZ PiFEzJzaZphYJOUlJyxdbrDAEIiqYqMwFnDgE= Received: by 10.142.132.2 with SMTP id f2mr7098051wfd.256.1214418261232; Wed, 25 Jun 2008 11:24:21 -0700 (PDT) Received: by 10.142.68.9 with HTTP; Wed, 25 Jun 2008 11:24:21 -0700 (PDT) Message-ID: <2787e08a0806251124m5e94d82ej6c95d1ad87097004@mail.gmail.com> Date: Wed, 25 Jun 2008 14:24:21 -0400 From: "Adam Lally" Sender: lally.adam@gmail.com To: uima-user@incubator.apache.org Subject: Re: cpeGui changes not reflected in the gui window In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 6323f192e53e9ff1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 25, 2008 at 12:32 PM, Helen Johnson wrote: > Hello uima-users, > > Upon running a uima project (via ant) > I am getting an error that says one of my CCs (named IPSOutput_CC) cannot be > found. > The problem with this error is that that particular CC does not appear my > CPE. > I am viewing the CPE by running the cpeGUI.sh script from a bash prompt. > This CC used to be part of the CPE: but i made some substantial changes to > the CPE, removing many components > including this IPSOutput_CC, and saved this new CPE under a new name. > > If i close and reopen the CPE using the cpeGUI.sh script, > I find that in fact the IPSOutput_CC component is still in place, > even though i deleted it and it appeared gone from the CPE. > > Perhaps related to this problem is some odd behavior of the CPE viewer gui > that when I chose File-->Clear All: > sometimes one or more of the components will not actually clear themselves > from the gui window. > If i then save the CPE and reopen it, I find that the components that had > been asked to "clear" > are in fact gone from the CPE. > > Has anyone else run into this CPE GUI not updating properly type of problem? > Hi, This sounds very similar to some known issues in previous versions of UIMA. What version are you running? If it is the latest, perhaps some of those bugs still remain. A workaround might be to edit the CPE descriptor by hand and remove the entire element for the component that you want to remove. -Adam