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 B8BD310900 for ; Fri, 5 Dec 2014 19:11:41 +0000 (UTC) Received: (qmail 32693 invoked by uid 500); 5 Dec 2014 19:11:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 32645 invoked by uid 500); 5 Dec 2014 19:11:41 -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 32631 invoked by uid 99); 5 Dec 2014 19:11:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 19:11:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of earlhood@gmail.com designates 74.125.82.52 as permitted sender) Received: from [74.125.82.52] (HELO mail-wg0-f52.google.com) (74.125.82.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 19:11:35 +0000 Received: by mail-wg0-f52.google.com with SMTP id a1so1691517wgh.11 for ; Fri, 05 Dec 2014 11:09:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=pNKJ7g64Oc0gnv5utjYiX8SUKUv+3mwXe/APZ5t8JXA=; b=VPH4MF2Pczl1raDeGNqpwhAYZnIYVk0MgxY0UYJDgCVlJ4NPwfmWhR91AR3KaTobJF AvKx7oOsuyW7dDknEgaT8VbNjl3eluMcekZyIY/6Q1LMlF/m6DhssmhyIvklzifFLFfF DJ5a0k7CjzyrxSpFOy0v2PEbNXJJAkJO052rKfg6V1AvPe0lT2zefk59v2npuX7i/R1N 37E+VURCyVn5w50lgr5ZclOyfDIXWQD1vLFFF4nhBGgoX1cA6WSk43XoAm5mtPUM91Aq H1RIAAH1P4P4QCkppiJMAS07p+z5rHqdaQfhj3o3Qq0+gaJDNAUctsVa9Vf54oQtn+V3 PExg== MIME-Version: 1.0 X-Received: by 10.194.71.45 with SMTP id r13mr25738078wju.128.1417806584522; Fri, 05 Dec 2014 11:09:44 -0800 (PST) Sender: earlhood@gmail.com Received: by 10.216.108.202 with HTTP; Fri, 5 Dec 2014 11:09:44 -0800 (PST) In-Reply-To: References: <571073501.1336424.1417803861609.JavaMail.yahoo@jws10733.mail.gq1.yahoo.com> <905976039.1332254.1417804863445.JavaMail.yahoo@jws10730.mail.gq1.yahoo.com> Date: Fri, 5 Dec 2014 13:09:44 -0600 X-Google-Sender-Auth: Jbm5JuJsLDVhjZSnNDE4A_GJQII Message-ID: Subject: Re: kicking my butt with something very simple From: Earl Hood To: Ant Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Dec 5, 2014 at 1:04 PM, Dominique Devienne wrote: > Strange, I'd have thought the XML parser would choke before you even got to > running something. > is one of those reserved characters in XML, that must > be replaced with a "character entity", ">" (w/o the quotes) in this case. No. A lone '>' causes no problems. It is good practice to escape it when a literal '>' is needed, but it is not required. --ewh --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org