Hi, I was given a small patch a good while ago which solved a problem I was having at the time. As below
diff --git a/build.xml b/build.xml index 5810db9..eaa0450 100644 --- a/build.xml +++ b/build.xml @@ -301,7 +301,7 @@ </target> <!-- target: clean-cache ================================================ --> - <target name="clean-cache" depends="" + <target name="clean-cache" depends="ivy-init" description="delete ivy cache"> <ivy:cleancache /> </target> Is there any reason why this isn't committed? To be honest I've not experienced the problem for ages, but just thought I'd ask before I delete it forever. Thanks -- *Lewis*