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

Reply via email to