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 84068 invoked from network); 15 Jan 2001 20:34:53 -0000 Received: from relay.lutris.com (63.104.189.21) by h31.sny.collab.net with SMTP; 15 Jan 2001 20:34:53 -0000 Received: (from root@localhost) by relay.lutris.com (8.9.3/8.9.3) id MAA02827 for ; Mon, 15 Jan 2001 12:39:23 -0800 Received: from mail01.lutris.com (mail [63.104.189.54]) by relay.lutris.com (8.9.3/8.9.3) with ESMTP id MAA02659 for ; Mon, 15 Jan 2001 12:39:22 -0800 Received: from lutris.com ([10.10.10.74]) by mail01.lutris.com (Netscape Messaging Server 4.15) with ESMTP id G7815V00.O6O; Mon, 15 Jan 2001 12:34:43 -0800 Message-ID: <3A635F28.D4886970@lutris.com> Date: Mon, 15 Jan 2001 12:35:52 -0800 From: Ioan Mitrea X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: aspectJ task ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, My boss asked me to find/write an aspectJ task: I want to be able to invoke the aspectJ compiler (ajc) on a particular source tree which would be specified in some way and be able to still invoke the javac task on a default tree Has anyone written such a task ? Should I write a task which extends the task with an attribute which can point to ajc or javac? Or should the javac task itself be modified to support this ? Thanks, Ioan