On Thu 2009-01-08 at 22:38h, Vladimir Ritz Bossicard wrote on ivy-user:
:
> Ivy still doesn't find the dependency.
:
> pattern="file://c:/home/projects/roundup/[organisation]/[module]/[revision]/ivy.xml
>  
> <file://c:/home/projects/roundup/%5Borganisation%5D/%5Bmodule%5D/%5Brevision%5D/ivy.xml>"/>

Here "c:" will be interpreted as host "c" with a default port number.
You need to write "file:///c:/home/" or "file://localhost/c:/home/".

-- Niklas Matthies

Reply via email to