Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 58664 invoked by uid 500); 23 Apr 2001 14:34:03 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 58543 invoked from network); 23 Apr 2001 14:34:01 -0000 Date: Mon, 23 Apr 2001 09:34:18 -0500 From: Chris Stillwell Subject: RE: Trying to dynamically build a list of package names In-reply-to: To: ant-user@jakarta.apache.org Message-id: <000e01c0cc02$7a65d9b0$585124a6@rcc05335.wcomnet.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V4.72.3155.0 X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.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: h31.sny.collab.net 1.6.2 0/1000/N From: Stefan Bodewig [mailto:bodewig@apache.org] >Chris Stillwell wrote: >> I am trying to dynamically build a list of package names to >> subsequently feed into a javadoc task. Here is the task I am trying >> so far: >Any reason packagename="com.wcom.nw.*" doesn't work? Couldn't find >spot a problem with it at a first glance over your build file snippet. Yes, using the wild card attempts to include the SCCS subdirectories and this causes javadoc to fail. I need to be able to have an exclude like excludes="**/SCCS". Chris