Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 90560 invoked from network); 10 Nov 2003 07:55:20 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Nov 2003 07:55:20 -0000 Received: (qmail 85528 invoked by uid 500); 10 Nov 2003 07:54:49 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 85494 invoked by uid 500); 10 Nov 2003 07:54:49 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 85481 invoked from network); 10 Nov 2003 07:54:48 -0000 Received: from unknown (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by daedalus.apache.org with SMTP; 10 Nov 2003 07:54:48 -0000 Received: from z011104.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id hAA7su9k021939 for ; Mon, 10 Nov 2003 08:54:56 +0100 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2657.72) id ; Mon, 10 Nov 2003 08:54:56 +0100 Message-ID: <879A5AD5DD0ED511891F0003473A9B5608FF7248@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: user@ant.apache.org Subject: RE: How to print out a structure Date: Mon, 10 Nov 2003 08:54:55 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3A75F.EE104040" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C3A75F.EE104040 Content-Type: text/plain; charset="iso-8859-1" > I'd like to know which jar files are available for my > ant tasks. This is a snippet of the script > > > > > > > > > > > > > > > I want to know which jar & zip files I can reach within > an ant task, bcoz I want to implement a new task and I drop > the jar file in $ANT_HOME/lib, but it seems I cannot > implement a task within the jar file. You can print out a path with and . Have you ed your new task? Maybe the tutorial in the Manual will help you http://ant.apache.org/manual-1.6beta/tutorial-writing-tasks.html Jan ------_=_NextPart_001_01C3A75F.EE104040--