Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 62E2C200BDB for ; Mon, 12 Dec 2016 20:08:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5FD65160B22; Mon, 12 Dec 2016 19:08:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A8574160B1A for ; Mon, 12 Dec 2016 20:08:22 +0100 (CET) Received: (qmail 38254 invoked by uid 500); 12 Dec 2016 19:08:21 -0000 Mailing-List: contact commits-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 commits@flex.apache.org Received: (qmail 38246 invoked by uid 99); 12 Dec 2016 19:08:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2016 19:08:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C747AE2F11; Mon, 12 Dec 2016 19:08:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-falcon] [refs/heads/develop] - maybe another windows issue Date: Mon, 12 Dec 2016 19:08:21 +0000 (UTC) archived-at: Mon, 12 Dec 2016 19:08:23 -0000 Repository: flex-falcon Updated Branches: refs/heads/develop 52eaf4cf3 -> 1f27ba264 maybe another windows issue Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/1f27ba26 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/1f27ba26 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/1f27ba26 Branch: refs/heads/develop Commit: 1f27ba264b788e2f6ccf2ca2baa8181fc0be3202 Parents: 52eaf4c Author: Alex Harui Authored: Mon Dec 12 11:08:15 2016 -0800 Committer: Alex Harui Committed: Mon Dec 12 11:08:15 2016 -0800 ---------------------------------------------------------------------- .../src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1f27ba26/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java ---------------------------------------------------------------------- diff --git a/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java b/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java index abc9118..cafd5c6 100644 --- a/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java +++ b/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java @@ -218,6 +218,7 @@ public class ASDOCJSC extends MXMLJSC if (externs.contains(symbol)) continue; if (excludeClasses.contains(symbol)) continue; String sourceFile = cu.getAbsoluteFilename(); + sourceFile = sourceFile.replace("\\", "/"); if (excludeSources.contains(sourceFile)) continue; final File outputClassFile = getOutputClassFile(