Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 23266 invoked from network); 12 Dec 2001 14:11:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Dec 2001 14:11:38 -0000 Received: (qmail 13279 invoked by uid 97); 12 Dec 2001 14:10:59 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 13223 invoked by uid 97); 12 Dec 2001 14:10:58 -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 13168 invoked from network); 12 Dec 2001 14:10:58 -0000 Date: Wed, 12 Dec 2001 15:10:35 +0100 From: "Jens v.P." Reply-To: "Jens v.P." Message-ID: <2816439048.20011212151035@jevopi.de> To: ant-user@jakarta.apache.org Subject: javadoc packagenames="*" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I'm looking for a way to call javadoc wihtput specifiying any package. Ant's javadoc task support wildcard in the packagenames attribute, like packagenames="com.*". But I don't want to specify any packagenames, even not the root one. I've got a common project directory structure with one source directory. What I want is javadoc to generate the API help for all of my source files. And - how can I specify classes which are not part of any package? Is there a special root-package symbol I can use? The problem is that the javadoc task doesn't support a packagename="*" attribute setting. My xml looks like this: This doesn't work. Could anyone help me? The goal is to create a very generic build.xml which is working on a default file structure. jens -- Best regards, Jens mailto:developer@jevopi.de -- To unsubscribe, e-mail: For additional commands, e-mail: