Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 52598 invoked by uid 500); 11 Jul 2001 14:29:19 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 52382 invoked from network); 11 Jul 2001 14:28:39 -0000 From: "Matt Lyon" To: "Ant User Mailing List" Subject: Formatting HTML text using javadoc "bottom" parameter Date: Wed, 11 Jul 2001 10:22:05 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_001D_01C109F3.557A8400" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 11 Jul 2001 14:25:19.0238 (UTC) FILETIME=[4FCB0260:01C10A15] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_001D_01C109F3.557A8400 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Greetings, I've now got the whole rigmarole working correctly in the master build.xml file for my project. One item puzzles me, however. The code example in the Ant User Manual gives an example of the bottom parameter as follows: bottom="Copyright © 2000 Dummy Corp. All Rights Reserved."> However, when I try to throw the italics HTML formatting tag into my own javadoc task's bottom parameter, I receive the following error: BUILD FAILED C:\latest\starman\projects\Master\build.xml:489: The value of attribute "bottom must not contain the '<' character. No huge deal, obviously, but I was just curious as to whether or not I am missing the bigger picture. Any thoughts? Cheers, Matthew Lyon QA Engineer Stargus, Inc. 300 Brickstone Square c/o YAS Corporation, Fifth Floor Andover, MA 01810 Phone: +1 (978) 749-0007x235 Fax: +1 (978) 749-2922 Mobile: +1 (617) 733-0944 E-Mail: matt@stargus.com http://www.stargus.com ------=_NextPart_000_001D_01C109F3.557A8400 Content-Type: text/x-vcard; name="Matthew H. Lyon.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Matthew H. Lyon.vcf" BEGIN:VCARD VERSION:2.1 N:Lyon;Matthew;H. FN:Matthew H. Lyon ORG:Stargus, Inc.;Engineering TITLE:QA Engineer TEL;WORK;VOICE:+1 (978) 749-9999 x235 TEL;WORK;FAX:+1 (978) 749-2922 ADR;WORK;ENCODING=3DQUOTED-PRINTABLE:;;300 Brickstone = Square=3D0D=3D0Ac/o YAS Corporation, 5th Floor;Andover;MA;01810=3D ;United States of America LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:300 Brickstone = Square=3D0D=3D0Ac/o YAS Corporation, 5th Floor=3D0D=3D0AAndover, MA 0=3D 1810=3D0D=3D0AUnited States of America URL: URL:http://www.stargus.com EMAIL;PREF;INTERNET:matt@stargus.com REV:20010508T164345Z END:VCARD ------=_NextPart_000_001D_01C109F3.557A8400--