From user-return-35884-apmail-ant-user-archive=ant.apache.org@ant.apache.org Mon Aug 11 16:42:25 2003 Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 73159 invoked by uid 500); 11 Aug 2003 16:42:24 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 73106 invoked from network); 11 Aug 2003 16:42:24 -0000 Received: from relay.t-intra.de (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 11 Aug 2003 16:42:24 -0000 Received: from DJ0X820J (p5080e5ab.dip0.t-ipconnect.de [80.128.229.171]) by relay.t-online-com.de (SMTPSVC(1.0.0.1)) with ESMTP id 2806A150016; Mon, 11 Aug 2003 18:41:39 +0200 (CEST) Message-ID: <003201c36027$bdaf28f0$020200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Users List" , References: Subject: Re: InvocationTargetException tying to build do a javadoc command Date: Mon, 11 Aug 2003 18:43:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N sourcepath should be ".", not "com" try to nest a fileset to make the task search only under com/.. Antoine ----- Original Message ----- From: "Anthony Smith" To: Sent: Monday, August 11, 2003 6:32 PM Subject: InvocationTargetException tying to build do a javadoc command > > I run this target and get the following error at the bottom: > > The build.xml file is located in the same directory where the com folder is > located. > > > > > sourcepath="com" > defaultexcludes="yes" > packagenames="com.company1.*, com.company2.*" > destdir="docs/api" > author="true" > version="true" > use="true" > windowtitle="MyCompany API"> > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org