Removing a jar from module does not reomve from exploded
Basically - make seems to very rarely delete anything. So say I have jar-1.0.jar currently in a web module, and I need to upgrade to jar-1.5.jar I have to go around every exploded directory (e.g. ear and war) and find the libraries and delete the manually or delete all the folders and rebuild.
A bit annoying.
Thanks - Ben
请先登录再写评论。
Although that could be because it is unable to remove locked files?
Hello dilator,
It's a known bug (http://www.jetbrains.net/jira/browse/IDEADEV-16849). It
will be fixed soon.