Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76363 invoked from network); 8 Oct 2004 13:18:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Oct 2004 13:18:40 -0000 Received: (qmail 27229 invoked by uid 500); 8 Oct 2004 13:18:16 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 27158 invoked by uid 500); 8 Oct 2004 13:18:15 -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 27127 invoked by uid 99); 8 Oct 2004 13:18:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [167.68.1.71] (HELO mailao.westgroup.com) (167.68.1.71) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 08 Oct 2004 06:18:12 -0700 Received: from morton.int.westgroup.com (localhost.localdomain [127.0.0.1]) by mailao.westgroup.com (8.12.10/8.12.10) with ESMTP id i98DI7VA026146 for ; Fri, 8 Oct 2004 08:18:07 -0500 Received: from eg-msgimc-b10.int.westgroup.com (eg-msgimc-b10.int.westgroup.com [163.231.96.24]) by morton.int.westgroup.com (8.12.10/8.12.10) with ESMTP id i98DI6vq026126 for ; Fri, 8 Oct 2004 08:18:06 -0500 Received: by eg-msgimc-b10.int.westgroup.com with Internet Mail Service (5.5.2657.72) id <4PSTAVCT>; Fri, 8 Oct 2004 08:18:06 -0500 Message-ID: <7948498DAE2ED51196090003473A7838129E64CF@eg-msgmbx-b09.int.westgroup.com> From: "Fox, Cheri" To: "'user@ant.apache.org'" Subject: Help with buiding xml file using javadoc Date: Fri, 8 Oct 2004 08:18:01 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4AD39.3CDEA395" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4AD39.3CDEA395 Content-Type: text/plain; charset="ISO-8859-1" Hi, I am trying to build an xml file using javadoc. The original ant task came from a developer in our group. I have changed to work on our build machine but I am unable to see where it is actually creating the xml file. He says that when he builds, the xml file goes to the root directory. When I build using his setup on one of our AIX boxes I am not able to find the xml file. I would like to find a way to send it to a specific directory. destdir doesn't work with the doclet. I have looked at the archives and it mentions using additionalparam attribute however I do not see how to pass in a path using that attribute. Here is my snippet of code. Any help would be appreciated. Thanks, Cheri ------_=_NextPart_001_01C4AD39.3CDEA395--