Xavier MARTIN wrote on 12/02/2011 03:49 AM:
Ok I have tried again and have set up a project (attached)

If you can have a look and let me know what I have done wrong that
would be awesome :)

OK, there's a simple fix here. Your ivysettings.xml doesn't define the ivy-pattern for the repository, so ivy has no way of finding the ivy.xml files which identify the latest.release publication.

Update your repository to look like:

    <resolvers>
        <filesystem
            name="local"
            checkmodified="true">
<artifact pattern="/home/zeflasher/Work/test_ivy/repository/[organisation]/[module]/[revision]/[artifact].[ext]" /> <ivy pattern="/home/zeflasher/Work/test_ivy/repository/[organisation]/[module]/[revision]/ivy.xml" />
        </filesystem>
   </resolvers>

Thanks,
---
Kirby Files
Software Architect
Masergy Communications
kfi...@masergy.com

Reply via email to