Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77AACE864 for ; Fri, 1 Feb 2013 00:00:33 +0000 (UTC) Received: (qmail 58644 invoked by uid 500); 1 Feb 2013 00:00:32 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 58617 invoked by uid 500); 1 Feb 2013 00:00:32 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 58609 invoked by uid 99); 1 Feb 2013 00:00:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 00:00:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gosmith@adobe.com designates 64.18.1.233 as permitted sender) Received: from [64.18.1.233] (HELO exprod6og118.obsmtp.com) (64.18.1.233) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 00:00:23 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob118.postini.com ([64.18.5.12]) with SMTP ID DSNKUQsFeNjsIER9kAWCK+Rlcnyl7qlIPQDS@postini.com; Thu, 31 Jan 2013 15:59:52 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r0VNun1v023217 for ; Thu, 31 Jan 2013 15:56:49 -0800 (PST) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id r0VNxnXL001180 for ; Thu, 31 Jan 2013 15:59:50 -0800 (PST) Received: from nambx05.corp.adobe.com ([10.8.189.124]) by nacas01.corp.adobe.com ([10.8.189.99]) with mapi; Thu, 31 Jan 2013 15:59:49 -0800 From: Gordon Smith To: "dev@flex.apache.org" Date: Thu, 31 Jan 2013 15:59:47 -0800 Subject: Falcon MXML progress Thread-Topic: Falcon MXML progress Thread-Index: Ac4ADtCTdKqN5GYzT365cegbJWib0Q== Message-ID: <149F8129B58B2D418508E63117D9C5419B7E26C5AF@nambx05.corp.adobe.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_149F8129B58B2D418508E63117D9C5419B7E26C5AFnambx05corpad_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_149F8129B58B2D418508E63117D9C5419B7E26C5AFnambx05corpad_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Today I added parser unit tests that create MXMLBindingNode, which represents a tag MXMLDesignLayerNode, which represents a tag MXMLImplementsNode, which represents an implements=3D'...' attribute on a c= lass definition tag MXMLPrivateNode, which represents a tag MXMLResourceNode, which represents a @Resource(bundle=3D"...", key=3D"...")= compiler directive I also added infrastructure to support the tag, including a new = node, MXMLRepeaterNode. - Gordon --_000_149F8129B58B2D418508E63117D9C5419B7E26C5AFnambx05corpad_--