Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Nikolay Chashnikov 
Subsystem
J2EE.Deployment and Run.Generic 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
5243
  • Submitted by   Nikolay Chashnikov
    3 years ago (19 Apr 2006 14:08)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:28)
  • Jira: IDEA-32056
    (history, comments)

IDEA-32056

Obsolete jars sometimes are not removed from exploded directory

0
Steps to reproduce:
1) create a J2EE Application module which includes a Web module
2) add a library to Web module and set "Copy Files" packaging method
3) check "Create Exploded Directory" for J2EE App module and uncheck this checkbox for Web module
4) Make
5) set "Do not package" method for the library
6) Make or rebuild
The library will not be removed from exploded directory.


Issue was resolved
Comments (1)
 
History (1)
 
Links
 
Nikolay Chashnikov
  Nikolay Chashnikov
19 Apr 2006 14:21
(3 years ago)
#permalink
I can suggest the following workaround: remove all directories which name starts with "webExplodedDir" from your temp directory (<USER_HOME>\Local Settings\Temp for Windows), then remove exploded directory and click "Make".