Thanks, works perfectly!
On Tue, Mar 27, 2012 at 4:30 PM, Alex Foreman <alexdfore...@gmail.com> wrote: > try: > ${file.separator} instead of the '/' > > HTH > > On 27 March 2012 15:27, Jasper Floor <jasper.fl...@m4n.nl> 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? >> >> >> mvg, >> Jasper