Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 54357 invoked from network); 3 Nov 2002 14:30:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Nov 2002 14:30:06 -0000 Received: (qmail 15847 invoked by uid 97); 3 Nov 2002 14:30:53 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 15808 invoked by uid 97); 3 Nov 2002 14:30:52 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 15796 invoked by uid 98); 3 Nov 2002 14:30:51 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Sun, 03 Nov 2002 09:25:39 -0500 From: Anuj Agrawal Subject: excluding files from javadoc To: Ant User Mailing List Reply-to: agrawalanuj@yahoo.com Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi - I'm using Ant 1.5.1 and appear to be having some problem with the javadoc task. Here's my javadoc usage: My API Documentation]]>
My
Copyright © 2002 All Rights Reserved.]]>
Since i have the 2 excludes under the packageset, i don't expect those files to be javadoc'ed, but SomeFile.java *does* get it's javadoc generated AND only ONE file from the My/Special/Package gets it's javadoc generated. :( Is this because they're being referenced from another class that is to be javadoc'ed? How do i avoid them being javadoc'ed? I don't want to use fileset cos the performance is better with packageset. Thanks. Anuj. -- To unsubscribe, e-mail: For additional commands, e-mail: