From ivy-user-return-8312-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Tue Mar 27 18:52:54 2012 Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CCC55925B for ; Tue, 27 Mar 2012 18:52:54 +0000 (UTC) Received: (qmail 78910 invoked by uid 500); 27 Mar 2012 18:52:54 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 78880 invoked by uid 500); 27 Mar 2012 18:52:54 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 78872 invoked by uid 99); 27 Mar 2012 18:52:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 18:52:54 +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 (nike.apache.org: domain of matt@thehurnes.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-lpp01m010-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 18:52:48 +0000 Received: by lahe6 with SMTP id e6so235226lah.4 for ; Tue, 27 Mar 2012 11:52:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thehurnes.com; s=google; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=amU+NY6BarMb2lnNdgjS46aiOXI8Yq0XhGKrtSUtq7g=; b=dYQZAg5qoQRUSnDX9tIyWcPHjUImhxobckJjS7tycqBRrJ0JBi0uI9M+mjeljIA62P fAkeZPFnsr82ruK+DLgQQaZJY1MNMapFxIfTFJehNw337Ie6T2T1eqQVRefiszTrouF7 M8YY7ygkg37vUbjKNeAiZ0UEPHV3tQkgafPxM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding :x-gm-message-state; bh=amU+NY6BarMb2lnNdgjS46aiOXI8Yq0XhGKrtSUtq7g=; b=KIRxMRdI/pwgNCzFu2R9m6+KKbyhkcJH4iOBfow84Fd0gCo+JShQ+hY1IJR+8CqXKk tEDCXijITHA7XmNP/fh+RkP5FP5lv3koyynlodyTnUBXN4UzROPqv/CJ2ylphv0VZ+0S sCbz0EmfLYJGA97lq4Ay/f9NnJZwnwyPIpTdcA6JLMASaXZjwahF/ftdhxrBbpmBmDwm K7imgn9nM5lkhlX6bLoI30g8pqFYZ1YnxwlszkVGrfSuZJsbWAIE++ZmUHDlox6Tb6Yv u1AOzzwdbrZnpA3YZHQ94tPPIus+E9eZEtLpqRyxo+Cp6J8HKflDwPJqtuFVdT3GXf41 bV6Q== Received: by 10.152.146.163 with SMTP id td3mr19712688lab.31.1332874347500; Tue, 27 Mar 2012 11:52:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.96.178 with HTTP; Tue, 27 Mar 2012 11:52:07 -0700 (PDT) X-Originating-IP: [12.107.130.6] In-Reply-To: References: From: Matt Hurne Date: Tue, 27 Mar 2012 14:52:07 -0400 Message-ID: Subject: Re: windows vs linux paths in properties To: ivy-user@ant.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQlfJSgJBF/aec66o6febtmU+nJed5qjDXk2DjQb+FSZRiCcx2FDYG9AViS0hW3mbVogf1U9 On Tue, Mar 27, 2012 at 2:27 PM, James Moore wrote: > On Tue, Mar 27, 2012 at 7:27 AM, Jasper Floor wrote= : > >> This fails terribly in windows because of the / >> The reason, obviously is that the / should be a \ in windows.\ >> > > That shouldn't be the problem; both \ and / are file separators in Window= s > and always have been. =C2=A0There are some Windows tools that use / as so= mething > other than a file separator (like cmd), but that's a specific issue for > that specific tool. Jasper, can you be more specific about what behavior you see when using forward slashes (/)? Like the others, I double-checked and can confirm that we are using forward slashes in elements in our ivysettings.xml on Windows without issue. Notice the difference though: you said you are having issues with the element, not the element that we are using them in without issue. We are not currently using the element, but maybe I'll try it when I get a chance.