On Tue, Mar 27, 2012 at 10:27 AM, Jasper Floor <[email protected]> wrote: > HI, > > I have an ivy settings with the follwing two lines > > <properties file="${basedir}/ivy.properties" override="true"/> > <properties file="${user.home}/.m4n.properties" override="true"/> > > 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?
That's strange; we use / in our Ant build files (including in file attributes of property elements) on Windows without issue.
