views:

24

answers:

0

Im running grails 1.2 on win7. when i try to do grails clean it fails to remove some jars in my acegi plugin. after that failure, it complains about not finding the plugin descriptor. I am forced to remove all plugins from the disk manually and then run the app again to download them again.

the particular jar in acegi is ant-contrib-xx.jar.

has anyone seen this?

as a further note, if i just delete the acegi directory after the initial failure it fails on a jar in another plugin.

I dont know if Im having some sort of windows filesystem issue (I am coming from linux, forced to use win7 because intellij sucks on linux), or intellij is doing something, or what...