Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 99691 invoked from network); 1 Dec 2003 13:46:52 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Dec 2003 13:46:52 -0000 Received: (qmail 5825 invoked by uid 500); 1 Dec 2003 13:46:32 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 5771 invoked by uid 500); 1 Dec 2003 13:46:31 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 5719 invoked from network); 1 Dec 2003 13:46:31 -0000 Received: from unknown (HELO mta1-svc.business.ntl.com) (62.253.164.41) by daedalus.apache.org with SMTP; 1 Dec 2003 13:46:31 -0000 Received: from client-82-2-143-164.mant.adsl.virgin.net ([82.2.143.164]) by mta1-svc.business.ntl.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20031201134631.BGNS399.mta1-svc.business.ntl.com@client-82-2-143-164.mant.adsl.virgin.net> for ; Mon, 1 Dec 2003 13:46:31 +0000 From: Noel Winstanley Organization: Jodrell Bank Observatory To: "Maven Users List" Subject: Adding other sources trees for javadoc. Date: Mon, 1 Dec 2003 13:45:51 +0000 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312011345.51116.nw@jb.man.ac.uk> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I've got a maven project where, in addition to the src/ and test/ code trees, we've added a third tree - generated/ . In here is a bunch of code generated using tools such as axis's wsdl2java, and castor. We wanted to keep this away from the hand-crafted code, so as not to accidentaly overwrite stuff. The new source tree is linked into the compile process by adding this preGoal:- which works for compilation and tests. However, the javadoc goal doesn't pick this up - is there a path variable I need to kludge to tell javadoc about the extra sources? Likewise for cross-referenced sources too. Thanks in advance, Noel. -- Dr Noel Winstanley - nw@jb.man.ac.uk 01477 572689 Senior Java Developer, Astrogrid Project. Jodrell Bank Observatory, University of Manchester. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org