Open GoogleCodeExporter opened 9 years ago
Please fix this so we can use UNC path :)
Original comment by laid...@gmail.com
on 17 Jan 2012 at 1:31
I think this is a very specific use case which you can also solve by changing
your ivysettings.xml. You could make your paths variable and let each developer
create a property file where the mapping can be specified.
(pseudo-code ivysettings)
<ivysettings>
<properties file="c:/my.properties" />
<property name="root" value="//ab" />
...
<filesystem>
<ivy pattern="${root}/some/subdir/[organisation]/..." />
<artifact pattern="${root}/some/subdir/[organisation]/..." />
</filesystem>
</ivysettings>
Every user can specify in c:\my.properties a mapping for the //ab UNC to M: by
giving the property 'root' a appropriate value. If the property is not
specified, the property 'root' is defaulted to //ab
Original comment by maarten....@gmail.com
on 26 Jan 2012 at 11:19
Original issue reported on code.google.com by
jamiehod...@gmail.com
on 20 Sep 2011 at 8:34