Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 82296 invoked from network); 21 May 2003 00:08:30 -0000 Received: from smtp-out.comcast.net (24.153.64.116) by daedalus.apache.org with SMTP; 21 May 2003 00:08:30 -0000 Received: from flashmail.com (12-203-14-197.client.attbi.com [12.203.14.197]) by mtaout01.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTPA id <0HF700205N120Q@mtaout01.icomcast.net> for user@ant.apache.org; Tue, 20 May 2003 20:07:51 -0400 (EDT) Date: Tue, 20 May 2003 17:08:01 -0400 From: monk Subject: Javadoc task cannot exclude directory To: user@ant.apache.org Message-id: <3ECA9931.8070704@flashmail.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N How do I get the javadoc task to recursively exclude all directories with a given pattern? like *test*? I have tried patternset, fileset and several other options but nothing works. I want it to exclude every directory recursively with the *test* pattern starting in my src/ directory. A complete (working) ant task would be most helpful. thanks m