On Fri, 6 Oct 2006, David Crossley <[EMAIL PROTECTED]> wrote: > Hello Gump people, help please. One of Forrest's projects started > failing, as do others using ant-contrib, e.g. logging-log4cxx ...
Yep, looks as if ant-contrib would require Ivy at runtime now. I've just marked it as a runtime dependency. > It seems to be related to when Ivy was added to the > gump/metadata/project/ant-contrib.xml > http://svn.apache.org/viewvc?view=rev&revision=449569 Well, that change just followed a change in ant-contrib. If your project uses ant-contrib during the build it will need to add inherit="runtime" - like it should for any other dependency that it "runs" during the build. forrest always did, so it should work again with the next run. I've also fixed the log4cxx descriptor. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
