grails clean having issues

Posted by hvgotcodes on Stack Overflow See other posts from Stack Overflow or by hvgotcodes
Published on 2010-03-31T02:40:33Z Indexed on 2010/03/31 2:43 UTC
Read the original article Hit count: 303

Filed under:
|

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...

© Stack Overflow or respective owner

Related posts about grails

Related posts about grails-plugin