From stdcxx-dev-return-5954-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Nov 02 20:38:50 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 32032 invoked from network); 2 Nov 2007 20:38:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 20:38:50 -0000 Received: (qmail 40647 invoked by uid 500); 2 Nov 2007 20:38:38 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 40583 invoked by uid 500); 2 Nov 2007 20:38:38 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 40572 invoked by uid 99); 2 Nov 2007 20:38:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 13:38:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 20:39:02 +0000 Received: from [10.70.3.143] ([10.70.3.143]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id lA2Kc01a031867 for ; Fri, 2 Nov 2007 20:38:00 GMT Message-ID: <472B8ABB.2090509@roguewave.com> Date: Fri, 02 Nov 2007 14:38:19 -0600 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: order of examples vs locales in Windows builds References: <472AA86C.3070807@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE6438012ACB91@epmsa009.minsk.epam.com> In-Reply-To: <7BDB2168BEAEF14C98F1901FD2DE6438012ACB91@epmsa009.minsk.epam.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Farid Zaripov wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor >> Sent: Friday, November 02, 2007 6:33 AM >> To: stdcxx-dev@incubator.apache.org >> Subject: order of examples vs locales in Windows builds >> > [...] >> but the xbuildgen script expects the UNIX order (examples, tests, > locales) > [...] > > You mean locales, tests, examples? Because on Windows the order is > exactly examples, tests, locales... Yes, sorry. I was looking at the order on the generated HTML pages which is different than the actual order we run things in on UNIX. > > Fixed thus: http://svn.apache.org/viewvc?rev=591331&view=rev Great, thanks! Martin