From user-return-72001-apmail-ant-user-archive=ant.apache.org@ant.apache.org Mon Oct 31 00:18:31 2011 Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC75B7F2B for ; Mon, 31 Oct 2011 00:18:31 +0000 (UTC) Received: (qmail 18163 invoked by uid 500); 31 Oct 2011 00:18:31 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 18123 invoked by uid 500); 31 Oct 2011 00:18:31 -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 18115 invoked by uid 99); 31 Oct 2011 00:18:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 00:18:30 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rhino1@sympatico.ca designates 65.55.111.150 as permitted sender) Received: from [65.55.111.150] (HELO blu0-omc4-s11.blu0.hotmail.com) (65.55.111.150) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 00:18:21 +0000 Received: from BLU0-SMTP100 ([65.55.111.136]) by blu0-omc4-s11.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 30 Oct 2011 17:18:00 -0700 X-Originating-IP: [184.147.201.60] X-Originating-Email: [rhino1@sympatico.ca] Message-ID: Received: from [127.0.0.1] ([184.147.201.60]) by BLU0-SMTP100.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 30 Oct 2011 17:17:58 -0700 Date: Sun, 30 Oct 2011 20:18:43 -0400 From: Rhino User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Ant Users List Subject: Re: Question re Javadoc task References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 111030-1, 2011-10-30), Outbound message X-Antivirus-Status: Clean X-OriginalArrivalTime: 31 Oct 2011 00:17:58.0484 (UTC) FILETIME=[8B329940:01CC9762] X-Virus-Checked: Checked by ClamAV on apache.org I've solved this problem for myself. My objective was to be able to display accented letters correctly in my Javadocs, such as the French "e acute", and I managed to accomplish that by adding these options to the Javadoc command: encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" I'm not sure all of them were necessary but it works fine now so I'm going to leave it alone. -- Rhino On 2011-10-30 13:14, Rhino wrote: > > How do I tell the javadoc task which doctype I want for my generated > Javadocs? It is generating HTML 4.01 but I want it to generate XHTML1.0. > > I don't see anything in the javadoc parameters in the Ant Manual that > specifies the HTML doctype..... > > -- > Rhino > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org