Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06A07106E2 for ; Thu, 4 Jul 2013 15:30:03 +0000 (UTC) Received: (qmail 38364 invoked by uid 500); 4 Jul 2013 15:30:02 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 38168 invoked by uid 500); 4 Jul 2013 15:30:00 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 38126 invoked by uid 99); 4 Jul 2013 15:29:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 15:29:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of richard.eckart@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-ee0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 15:29:54 +0000 Received: by mail-ee0-f48.google.com with SMTP id b47so843080eek.21 for ; Thu, 04 Jul 2013 08:29:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=c+BwByh7Ke5Ni9OfKBGWFei2I1od4W+72lOVTYHwYgs=; b=0JrUMX0k1ScKLrhDoZiO/STzkvBdh4m9NTG2S+7ecdp8zWF2YpDaLJaYDUAyaKmTi3 z9MxTQaftnVf0nhqJ4yke8OSOBGcvQrIMPfy5SEXHrUvcavF/I7DpEgo06NfVHt26ya+ 0ZUnECqla4sEj9VdvOWiehe8xGEAyRcm09n44uPq2Gaaxop/hpDu1tm1g8w4yzdKx3Dd sl23GImsg4uHHbOWhVmBNwDIN/HF9pNMz+lRMYq/EUP294p+48diQQJutmuGaUh/1VKg eznV4uztoDR2TuP3/8cMQx5yIaBHxbytfh7IIN17qQkcgjvXFBKAFwp8hq/nRt1B0jBr Qu8Q== X-Received: by 10.15.50.132 with SMTP id l4mr6972683eew.122.1372951773278; Thu, 04 Jul 2013 08:29:33 -0700 (PDT) Received: from highfire.ukp.informatik.tu-darmstadt.de (macbook-rec.ukp.informatik.tu-darmstadt.de. [130.83.167.192]) by mx.google.com with ESMTPSA id b3sm5758497eev.10.2013.07.04.08.29.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Jul 2013 08:29:32 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Descriptor validation failed From: Richard Eckart de Castilho In-Reply-To: Date: Thu, 4 Jul 2013 17:29:30 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <40CC4573-C59A-443B-A628-A337873BB688@gmail.com> References: To: user@uima.apache.org X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org Hi, you may have to change the validateDescritor.sh script to add the folder = containing your compiled classes to the classpath. -- Richard Am 02.07.2013 um 10:45 schrieb Herson Esquivel Vargas = : > Hello. > I'm starting to use UIMA. > I downloaded it and I was able to run the examples from scratch = (without eclipse). > Then I wanted to create my own AE but when I run the = validateDescriptor.sh script it fails: >=20 >=20 > $ validateDescriptor.sh CedulaAnnotator.xml > Parsing... > Validating... > Descriptor is invalid. > org.apache.uima.resource.ResourceInitializationException: Annotator = class "info.gacetacr.java.annotator.CedulaAnnotator" was not found. = (Descriptor: = file:/.../whole_path/.../src/info/gacetacr/xml/CedulaAnnotator.xml) >=20 >=20 > This is my file structure: > . > =E2=94=9C=E2=94=80=E2=94=80 data > =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 COMP_14_06_2013.txt > =E2=94=94=E2=94=80=E2=94=80 src > =E2=94=94=E2=94=80=E2=94=80 info > =E2=94=94=E2=94=80=E2=94=80 gacetacr > =E2=94=9C=E2=94=80=E2=94=80 java > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 annotator > =E2=94=82 =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 = CedulaAnnotator.java > =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 type > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 Cedula.java > =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 = Cedula_Type.java > =E2=94=94=E2=94=80=E2=94=80 xml > =E2=94=9C=E2=94=80=E2=94=80 CedulaAnnotator.xml > =E2=94=94=E2=94=80=E2=94=80 Cedula.xml >=20 >=20 > I know it should be something easy to fix, but I just can't find it :( >=20 > I would appreciate any help. >=20 > Thank you in advance, > Herson. >=20