You could create a JIRA ticket requesting a cleancache option in standalone mode.
As a workaround for your problem maybe you could pass a cache directory of your choice to Ivy with the "cache" option. I'm sure there is a possibility in NAnt to delete that directory? Maarten ----- Original Message ---- From: asimmalik <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, December 3, 2008 5:07:28 AM Subject: Cleaning cache in ivy standalone mode Hi, I am calling ivy from NAnt using the exec command. How can i clean the cache? There is no cleancache option in standalone mode. The cleancache ant command is equivalent to: <delete dir="${ivy.cache.dir}" /> Anyone have any idead how can i load the 'ivy.cache.dir' property, so that i can call clean the cache? Asim -- View this message in context: http://www.nabble.com/Cleaning-cache-in-ivy-standalone-mode-tp20806409p20806409.html Sent from the ivy-user mailing list archive at Nabble.com.
