Some Ant targets require an URL to be defined as property (like the ivy pattern
) and since the file://
protocol is different on Windows (either file:/
or file:///
) and Unix (file://
) it makes the entire script less portable.
Is there a nice way to handle the file
protocol without messing around with properties and Ant conditions?