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 81548 invoked from network); 23 Jan 2001 13:13:23 -0000 Received: from gtei1.bellatlantic.net (199.45.40.145) by h31.sny.collab.net with SMTP; 23 Jan 2001 13:13:23 -0000 Received: from pavilion (adsl-151-202-143-209.nyc.adsl.bellatlantic.net [151.202.143.209]) by gtei1.bellatlantic.net (8.9.1/8.9.1) with SMTP id IAA04492 for ; Tue, 23 Jan 2001 08:13:09 -0500 (EST) From: "Joshua Davis" To: Subject: RE: Hack to ignore CVS directories. Date: Tue, 23 Jan 2001 08:30:01 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I ran into the same problem last week. If it's any help, the workaround I chose was: - Use to copy all of the sources into a temporary directory. - Run on the temporary directory. Since automagically filters CVS directories by default, javadoc didn't see them. - the temporary directory. Not pretty, but it works (and will continue to work as long as , , and are upwardly compatible... heh-heh).