Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 11535 invoked from network); 12 Mar 2002 19:42:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Mar 2002 19:42:21 -0000 Received: (qmail 22917 invoked by uid 97); 12 Mar 2002 19:42:05 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 22876 invoked by uid 97); 12 Mar 2002 19:42:04 -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 22865 invoked from network); 12 Mar 2002 19:42:03 -0000 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0.1 Date: Tue, 12 Mar 2002 13:42:52 -0600 From: "Jeffrey Jensen" To: Subject: Re: javac complaining about missing packages/classes Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hmm, I'm not sure what you mean by "javadoc and packagenames don't take wildcards and don't do recursion". A simple javac works like this: and a simple javadoc works like this: both using wildcards and recursion into directories. This is one of my fav things about Ant. What am I missing that causes the need for a new task definition? >>> acroyear@io.com 03/12/02 12:19PM >>> javadoc and packagenames don't take wildcards and don't do recursion. you have to specify all packages individually, either in the packagenames attribute or in an external file. my next article on ant for onjava.com that should be out within the month will have an ant task that will generate your packagelist file for you by recursing down your src tree and adding a line for each directory that has a .java file in it. hopefully that should be published by them by the end of march, but it may have to wait until the middle of april. out of respect for them, i can't release the task definition source until its published, but once it is, i'll see what i can do to follow up on it and see if i can make it available to the ant community as a whole as an optional built-in task. Joe -- ---------------------------------------------------------------------- Joseph Shelby mailto:acroyear@io.com 5809 Chase Commons Ct. #201 http://www.io.com/~acroyear Burke, VA 22015 (703) 323-7121 | 247-7868 Software Engineer, ISX Corporation, Arlington, VA "The people of England will permit anything...except cruelty to horses and a rise in the price of beer." -- Return of the Musketteers (1989) ---------------------------------------------------------------------- -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: