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 EEB21905C for ; Tue, 27 Mar 2012 14:30:30 +0000 (UTC) Received: (qmail 82901 invoked by uid 500); 27 Mar 2012 14:30:30 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 82871 invoked by uid 500); 27 Mar 2012 14:30:30 -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 82863 invoked by uid 99); 27 Mar 2012 14:30:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 14:30:30 +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 (athena.apache.org: domain of alexdforeman@gmail.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 14:30:25 +0000 Received: by lahe6 with SMTP id e6so4925915lah.4 for ; Tue, 27 Mar 2012 07:30:03 -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:content-transfer-encoding; bh=o94fvbylvh09IUQ+KGsB+j5EHV/QIvOsQtwMrxP69Z0=; b=DRlnRodyB0B8Nt2TV5PGvcJbcEEghx6c1u1E3PjoEXblfzhf8rnYa2N4tbcQN5CYr1 eiJ7ElAh6TXQWpMPosKZzCvFBg4X1RPb11YKdEGvkj2msrYN+l2iVctOi4a6Fzao+R2l wyxVgRQsLlSAypOS56YgaALlq7xFt7IJ1uPgUf/CQ7aRwN65nriFEk8u8ttm4wfCYzFG gLhGTZkW0z0lbjjjX3OweH5cnhNy0r39VCrY9SCVWS9OzOSHgWmTczUdc937EM6nhUeq pUu2INMAx3QScpm2eBVP5HW47vcMOuAHhPGZVTzlosEx22mLUSVNl7m0FKIG1XlLGsUx kbOw== MIME-Version: 1.0 Received: by 10.152.162.72 with SMTP id xy8mr19636099lab.32.1332858603923; Tue, 27 Mar 2012 07:30:03 -0700 (PDT) Received: by 10.112.21.102 with HTTP; Tue, 27 Mar 2012 07:30:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 27 Mar 2012 15:30:03 +0100 Message-ID: Subject: Re: windows vs linux paths in properties From: Alex Foreman To: ivy-user@ant.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org try: ${file.separator} instead of the '/' HTH On 27 March 2012 15:27, Jasper Floor wrote: > HI, > > I have an ivy settings with the follwing two lines > > =A0 =A0 > =A0 =A0 > > Now, this works fine with linux (and presumably MacOs as noone has > complained yet). > > This fails terribly in windows because of the / > The reason, obviously is that the / should be a \ in windows. > Is there any way to solve this in the ivy settings file? > > > mvg, > Jasper