Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 3042 invoked from network); 22 Apr 2003 06:49:34 -0000 Received: from bodewig.bost.de (195.227.98.11) by daedalus.apache.org with SMTP; 22 Apr 2003 06:49:34 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id h3M6njj13977; Tue, 22 Apr 2003 08:49:45 +0200 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: user@ant.apache.org Subject: Re: Feature / Enhancement request References: <3EA0BD7E.4050200@hanaden.com> From: Stefan Bodewig Date: 22 Apr 2003 08:49:45 +0200 In-Reply-To: <3EA0BD7E.4050200@hanaden.com> Message-ID: Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Portable Code) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 18 Apr 2003, Hanasaki JiJi wrote: > specifically, a way to include only .class files generated from > source with a specific @category or @tutorial tag It will be very tricky to do it right, but you can write a selector and use it. The selector must know about the location of your .class as well as the .java files and then select your .class files after parsing the .java files. Look out for trouble with inner classes ... > ref link: > http://java.sun.com/j2se/javadoc/proposed-tags.html ref links: http://ant.apache.org/manual/CoreTypes/selectors.html http://ant.apache.org/manual/CoreTypes/selectors.html#customselect http://ant.apache.org/manual/CoreTypes/selectors-program.html Good luck Stefan