Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 48878 invoked from network); 6 Dec 2000 15:22:03 -0000 Received: from unknown (HELO odo.i2.com) (64.26.226.21) by locus.apache.org with SMTP; 6 Dec 2000 15:22:03 -0000 Received: from i2.com ([10.20.243.27]) by odo.i2.com (8.9.0/8.9.0) with ESMTP id JAA13061 for ; Wed, 6 Dec 2000 09:20:19 -0600 (CST) Message-ID: <3A2E5926.3F6AF179@i2.com> Date: Wed, 06 Dec 2000 09:20:06 -0600 From: Ken Wood Organization: RCP X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Ant developers' guide - or not, so how do I??? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Unless I've missed it, there doesn't appear to be an 'Ant Developers Guide' that gives info about how to write Ant tasks. There is just the user manual. I'm trying to transform the Ant 1.2 Weblogic jsp compiler task into a Jrun jsp compiler task, which is giving me the long desired chance to learn the insides of 'ant'. However, the existing weblogic jsp compiler task is calling setArgs(arg), which cause messages about that functionality being deprecated, use nested arguments. Well, I'd love to.... if I could figure out what API to use instead of setArgs(arg). So, lacking a developer's guide, what existing task in Ant release 1.2 (core or optional) would be a good example to look at to understand how to change the code???? Thanks!!!