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 C4A139C8A for ; Fri, 18 May 2012 21:56:24 +0000 (UTC) Received: (qmail 29615 invoked by uid 500); 18 May 2012 21:56:24 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 29585 invoked by uid 500); 18 May 2012 21:56:24 -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 29577 invoked by uid 99); 18 May 2012 21:56:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 21:56:23 +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 olegsivokon@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 21:56:17 +0000 Received: by obhx4 with SMTP id x4so5026674obh.6 for ; Fri, 18 May 2012 14:55:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=AzaQmNmp/3IM+WGWmgIoU9qXY72EwoYxhZt0k+9aZgE=; b=RZyPKf6g7l6myxlJjASkhx/7lWE4WLasdwyr6ow8jHV2geMJwzpwMf6iPngGMnUUCx Lqo/kyQMpnucQHZlxABT3+KtsQuvT9Ry2BCLqK/MXzmby0V6icpDNyxz355abNis2l2Q LCNOLoa2QlVeznpAB9BuUE8hLxReS2FLB8Wjr4WenVzOaMriTvvMc96D/eUSq/p+Dvds yyWgtZYxWmqzknQj1xTkw0qFBkUBUTt4l9VxKZE8q17DPxa8FdF8Oq0Xh4gmSG6FF+ua o2PEa1y+yhPzwzkX3I0R0xnlwpVW8G26kCLmNFxIGeXAMaC/Zz3B+ha/iLS7Tb6LXzr/ W5vQ== MIME-Version: 1.0 Received: by 10.60.28.7 with SMTP id x7mr11922077oeg.30.1337378156967; Fri, 18 May 2012 14:55:56 -0700 (PDT) Received: by 10.76.142.193 with HTTP; Fri, 18 May 2012 14:55:56 -0700 (PDT) In-Reply-To: References: <8B619A2E-F6CE-4D27-A327-2B39FF833A27@classsoftware.com> Date: Sat, 19 May 2012 00:55:56 +0300 Message-ID: Subject: Re: Failing build From: Left Right To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=e89a8fb1f5bcf9f7d404c0569d53 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb1f5bcf9f7d404c0569d53 Content-Type: text/plain; charset=ISO-8859-1 Not sure, you might've tried it already, but saying it just in case, there are two useful tasks if you want to canonicalize the path: Or I also think that the first one would reverse the slashes into "Windows mode"... actually, from the time I built on Windows I can remember that Windows will not handle a situation when there are both kinds of slashes - which you might be seeing. So it would be better to use because it would canonicalize the pathnames for every system. Best. Oleg --e89a8fb1f5bcf9f7d404c0569d53--