Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 82325 invoked from network); 3 Mar 2006 11:35:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 11:35:04 -0000 Received: (qmail 90274 invoked by uid 500); 3 Mar 2006 11:35:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 90227 invoked by uid 500); 3 Mar 2006 11:35:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 90216 invoked by uid 99); 3 Mar 2006 11:35:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 03:35:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 03:35:45 -0800 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 0775337079 for ; Fri, 3 Mar 2006 11:35:23 +0000 (GMT) Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19592-01-4 for ; Fri, 3 Mar 2006 11:35:23 +0000 (GMT) Received: from kropotkin.hpl.hp.com (kropotkin.hpl.hp.com [15.144.59.2]) by tobor.hpl.hp.com (Postfix) with ESMTP id 3BC3737067 for ; Fri, 3 Mar 2006 11:35:23 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 079604F57 for ; Fri, 3 Mar 2006 11:35:22 +0000 (GMT) Received: from kropotkin.hpl.hp.com ([127.0.0.1]) by localhost (kropotki [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04224-01-11 for ; Fri, 3 Mar 2006 11:35:18 +0000 (GMT) Received: from timmay.hpl.hp.com (timmay.hpl.hp.com [15.144.30.251]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id BFCDAC234 for ; Fri, 3 Mar 2006 11:35:18 +0000 (GMT) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id k23BZF5q026277 for ; Fri, 3 Mar 2006 11:35:15 GMT Message-ID: <440829F3.6050600@apache.org> Date: Fri, 03 Mar 2006 11:35:15 +0000 From: Steve Loughran User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Ant Users List Subject: Re: Generating PDF documentation . References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-Virus-Scanned: amavisd-new at kropotkin.hpl.hp.com X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N nimish_chourey@westpac.co.nz wrote: > Hi , > Would like to know , how to generate the PDF documentation similar > to what is found in ANT docs (appendix_e.pdf) . > > Nimish > > ahh. Fully automated PDF generation is still on the todo list. Appendix E is "appendix E" of Java development with Ant, which was done by -writing the xdoclet based stuff in the sandbox to generate simple documentation from the source -annotating every single file with meaningful descriptions -generating some intermediate form -fixing it up by hand in frame maker (which took a professional typesetter) We want to improve automated doc generation, but nobody has invested the effort in setting up the build process or porting all existing docs+ examples, which would be a lot of work. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org