History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-5658
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Nikolay Chashnikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Obsolete jars sometimes are not removed from exploded directory

Created: 19 Apr 06 14:08   Updated: 24 Apr 06 19:38
Component/s: J2EE.Deployment and Run.Generic
Fix Version/s: Demetra 5245, 5.1.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Fixed in build: 5,243


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
Nikolay Chashnikov - 19 Apr 06 14:21
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".