Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 68465 invoked from network); 9 Jun 2010 20:40:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jun 2010 20:40:49 -0000 Received: (qmail 92895 invoked by uid 500); 9 Jun 2010 20:40:49 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92848 invoked by uid 500); 9 Jun 2010 20:40:48 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 92840 invoked by uid 99); 9 Jun 2010 20:40:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 20:40:48 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 20:40:43 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OMS4U-00054q-Px for user@ant.apache.org; Wed, 09 Jun 2010 13:40:22 -0700 Message-ID: <28835592.post@talk.nabble.com> Date: Wed, 9 Jun 2010 13:40:22 -0700 (PDT) From: NancyL To: user@ant.apache.org Subject: RE: Problems with ANTLR In-Reply-To: <23451031.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: nlaparo@yahoo.com References: <8d623a000904281518tdb97ff6j6de7ff807af020f8@mail.gmail.com> <8d623a000904291617i1c945f0ej2ad0af2bb2569f98@mail.gmail.com> <52BD14DC0EC59C46ADE90599784266A50D2CE2D4DB@MX034ZED0001.TIFDOM.COM> <23451031.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org 1) I downloaded the antlr3-task.zip today from the antlr home page. 2) In the zip is a jar called antlr3_task.jar 3) I copied antlr3_task.jar to my eclipse ant plugin lib directory, C:\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib 4) I put this in my build.xml: =09=09 =09=09=09=09 =09=09 4) When I build I get: BUILD FAILED C:\workspace\ess-networking\build.xml:41: Problem: failed to create task or type antlib:org/apache/tools/ant/antlr:antlr3 Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place= . No types or tasks have been defined in this namespace yet This appears to be an antlib declaration.=20 Action: Check that the implementing library exists in one of: -C:\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib -C:\Documents and Settings\nlaparo\.ant\lib -a directory added on the command line with the -lib argument # wrote: >=20 > Hi, >=20 > the ant-lib for the antlr3 task can be downloaded from here:=20 > http://antlr.org/share/1169924912745/antlr3-task.zip > A short description of it's usage is enclosed in the zip-archive > (antlr3-task.htm or antlr3-task.doc). > Try the examples contained in the zip-archive. There is also an example o= n > how to use the antlr3 task for ant in netbeans. > If you still have questions, I will try to answer them. >=20 > Kind regards, J=C3=BCrgen >=20 --=20 View this message in context: http://old.nabble.com/Problems-with-ANTLR-tp2= 3287211p28835592.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org