Hello Kirby, Thank you a lot! It works now!!! Thx again, as I would have never though of the <ivy pattern /> as I way on another track :)
You just made my morning/day . Cheers, ---------------------------------------------------------------------- Xavier MARTIN aka zeflasher or xxlm Visit my website if you love flash: http://www.webbymx.net http://dev.webbymx.net ---------------------------------------------------------------------- On Sat, Dec 3, 2011 at 3:54 AM, Kirby Files <kfi...@masergy.com> wrote: > 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 >