Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 56892 invoked from network); 9 May 2007 17:54:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2007 17:54:27 -0000 Received: (qmail 4291 invoked by uid 500); 9 May 2007 17:54:31 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 4237 invoked by uid 500); 9 May 2007 17:54:30 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 4226 invoked by uid 99); 9 May 2007 17:54:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2007 10:54:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2007 10:54:22 -0700 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id 03DA25B764; Wed, 9 May 2007 10:54:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id F07707F403 for ; Wed, 9 May 2007 10:54:01 -0700 (PDT) Date: Wed, 9 May 2007 10:54:01 -0700 (PDT) From: Chris Hostetter To: Lucene Dev Subject: javadoc classpath cleanup? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org i just commited what i thought was a minor fix to teh build.xml to update the contrib list in the javadoc task .. only afterwards did i realize this exposed some new warnings/bugs in the contrib/db javadocs, which seem to be because the jars it dpeends on arent' being included in the javadoc.classpath. is there any particular reason why javadoc.classpath is defined by enumarating the list of jars, instead of using something like... (i know we have to enumarate all of the packagesets and groups in the javadoc task, but there doesn't seem to be any good reason to enumerate all the lib jars when defining the classpath) -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org