You're calling the jar directly, I presume? I notice you were previously calling via ant. You could call these from your build.xml directly.. using an empty target that depends on ivy:cleancache perhaps (as an example)?
-Ben On Thu, 2009-04-16 at 18:57 -0400, Georges Labrèche wrote: > Hello, > > I am working with Ivy through the CLI and there are a few operations that > seem to be only accessible through Ant tasks. > For instance <ivy:report /> and <ivy:cleancache />. Are such operations not > executable through the CLI? > > Thanks and regards, > > - Georges
