aslak hellesoy <[EMAIL PROTECTED]> wrote: > That probably won't work on windows. Windows uses only one slash in > file urls.
Don't think so, but I'm anything but an expert when it comes to Windows. The URL syntax is proto://host/rest where the host part can be omitted for some protocols (like file where it defaults to the local machine). > Maybe you can use the File.toURL() method? Uhm, we are talking about specifying a URL in a build file, there is no chance to get any Java code involved (unless we'd want to change the task itself). Stefan
