Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E316DA49 for ; Wed, 15 Aug 2012 22:31:11 +0000 (UTC) Received: (qmail 45175 invoked by uid 500); 15 Aug 2012 22:31:10 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 45145 invoked by uid 500); 15 Aug 2012 22:31:10 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 45134 invoked by uid 99); 15 Aug 2012 22:31:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 22:31:10 +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 justinmclean@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 22:31:02 +0000 Received: by pbcwy7 with SMTP id wy7so567406pbc.6 for ; Wed, 15 Aug 2012 15:30:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=5ps3nMni1L/EtwogC8AGeXHceqEPA7fpybgqIHJzd0I=; b=Ei5Du+gfeCqnIch9RxcYcUuPxEcpn7sTxMiClCNPaUSDSTn6wjJDfTj+U8HYrmDrRT qHpjxte8F31rGLDG6DkX17Jy9JLUSFeJ+wBsPIbU8kyO09AzdMKwNG+B3PuJRS2rDtlA 8xiEfMRt36RtwAKA2AW+Htj/eoMDNlUIj+Bb1RHvhI9vxxBsQQxAcrrmo3NLhOE0kG/v I/zgGVVWSE4tyCH1niPoFYLDLx2Dn5WuqykSU2qNnvh/wu1F7Q+xYQ+1mrcSSZUvhpRK glTFy02bMMNi68Rf2PPScP9fiRr6atyVodmmmy0IbTMZo/FAXmL7qHfdQRHtjyHu1714 c+ZA== Received: by 10.68.235.68 with SMTP id uk4mr43350555pbc.52.1345069841882; Wed, 15 Aug 2012 15:30:41 -0700 (PDT) Received: from [192.168.0.9] (124-149-46-91.dyn.iinet.net.au. [124.149.46.91]) by mx.google.com with ESMTPS id qb6sm301276pbb.18.2012.08.15.15.30.40 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Aug 2012 15:30:41 -0700 (PDT) Sender: Justin Mclean Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1280) Subject: Re: [MENTORS] Current Branching Strategy Vote Results From: Justin Mclean In-Reply-To: Date: Thu, 16 Aug 2012 08:30:32 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1280) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > After digging for a while, it turns out that the apache.swc that > Justin added to trunk broke the validator tests because he added a = validator > resource bundle there and the linker uses the first bundle found and = does > not aggregate them so all of the other spark validator resources are = missing > causing the tests to fail. =46rom memory the existing validator classes don't need or use any of = the new resources and the new validator class were placed in a new = namespace and swf so I wouldn't of expected them to cause any issues = along these line. Without more info on the error I'm not 100% sure what = the problem is. I can't currently run Mustella in my development = environment because of the issues it has with spaces in it's path. > The quick answer is to revert that change or move the resources to the > central bundle in framework.swc The quick answer would be to fix the test would it not? Tell me what the = exact issue is and I'll have a go a fixing it. Probably better if the = resources were kept separate as if they are not we need localizations = for every supported language that framework.swc needs. Thanks, Justin=