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 DA2CF10E1A for ; Mon, 28 Oct 2013 09:27:49 +0000 (UTC) Received: (qmail 21758 invoked by uid 500); 28 Oct 2013 09:27:48 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 21485 invoked by uid 500); 28 Oct 2013 09:27:46 -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 21477 invoked by uid 99); 28 Oct 2013 09:27:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 09:27:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alexander.doroshko@jetbrains.com designates 46.137.178.215 as permitted sender) Received: from [46.137.178.215] (HELO mail1.intellij.net) (46.137.178.215) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 09:27:38 +0000 Received: (qmail 27116 invoked by uid 89); 28 Oct 2013 09:27:17 -0000 Received: from unknown (HELO ?172.20.240.132?) (81.3.129.2) by ip-10-62-119-91.eu-west-1.compute.internal with SMTP; 28 Oct 2013 09:27:17 -0000 Message-ID: <526E2DF4.6000507@jetbrains.com> Date: Mon, 28 Oct 2013 13:27:16 +0400 From: Alexander Doroshko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: dev@flex.apache.org Subject: Re: Flex SDK 4.10: RSL URLs in flex-config.xml do not match file in framework/rsls/ References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm sorry for such a late report, but the issue is still there in 4.11 release (4.11.0.20131017). flex-config.xml contains invalid names like framework_4.11.0.0.swf On 09.08.2013 15:11, Justin Mclean wrote: > Hi, > > Fixed and checked in. > https://github.com/apache/flex-sdk/commit/9f3efa46684bf26381b3e9cb355bff61a013c8e6#build.xml > > The question now is do we: > 1) Make a new point release. > 2) Document this somewhere including a corrected flex config file to download. > 3) Write a script to correct bad config files out there. > > Justin