Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 86964 invoked from network); 25 Jul 2007 00:29:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 00:29:36 -0000 Received: (qmail 42261 invoked by uid 500); 25 Jul 2007 00:29:30 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 42231 invoked by uid 500); 25 Jul 2007 00:29:30 -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 42218 invoked by uid 99); 25 Jul 2007 00:29:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 17:29:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.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; Tue, 24 Jul 2007 17:29:27 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IDUkV-00082J-0u for user@ant.apache.org; Tue, 24 Jul 2007 17:29:07 -0700 Message-ID: <11774314.post@talk.nabble.com> Date: Tue, 24 Jul 2007 17:29:07 -0700 (PDT) From: warhero To: user@ant.apache.org Subject: Re: JWare / AntXTras help In-Reply-To: <46A69353.2020703@earthling.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: beingthexemplary@gmail.com References: <11773445.post@talk.nabble.com> <46A68BB7.503@earthling.net> <11773877.post@talk.nabble.com> <46A69353.2020703@earthling.net> X-Virus-Checked: Checked by ClamAV on apache.org Awesome, Thanks again! Wascally Wabbit wrote: > > Typically three ways: > > 1) You can put the third-party jars into a location automatically > scanned by Ant using the methods described in the Ant manual > online: http://ant.apache.org/manual/running.html#libs > > 2) Or you can explicitly load things using a class path like > the sample did. Also see Ant manual online: > http://ant.apache.org/manual/using.html#path > > 3) Or you can use the special "antlib:" namespace. See: > http://ant.apache.org/manual/CoreTypes/antlib.html#antlibnamespace > > HTH, > -The Wabbit > > > warhero wrote: >> Thanks much. Exactly what I was looking for. Is this generally how you >> utilize a jar in ant buildfiles? >> >> Thanks again!!! >> >> >> >> Wascally Wabbit wrote: >>> You're missing a required jar file: JWare_apis.jar (you need >>> *everything* inside the distro's lib directory). >>> >>> This test script works fine (note basedir is "."): >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> warhero wrote: >>>> Hey All, >>>> >>>> I'm trying to get up and running with JWare / AntXtras. need a little >>>> help. >>>> I'm building a build system that is being deployed to some developers. >>>> And I >>>> want to include some of the tasks in this library. But am not >>>> completely >>>> sure how to do it without modifying any ant config / libraries. I'm >>>> trying >>>> to do in thebuild file with taskdef. Heres my example: >>>> >>>> >>>> >>>> >>> classpath="${basedir}/build/jar/AntX_tasks.jar" /> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> I've tried a number of different ways with the taskdef tag.. no luck, >>>> dah! >>>> any help would be appreciated. >>>> >>>> -Aaron >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >>> For additional commands, e-mail: user-help@ant.apache.org >>> >>> >>> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > -- View this message in context: http://www.nabble.com/JWare---AntXTras-help-tf4139077.html#a11774314 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