Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Folder in WEB-INF\classes\ is deleted when building [Closed]
Hi
I have a web application where i have a folder in WEB-INF\classes which contains some xml configuration files, this folder is deleted when i try to build the project , how do i tell myeclipseide to not to delete this folder
“Cleaning” the output folder is an Eclipse behavior, not a MyEclipse behavior. You need to put those XML configuration files in the repsective area in your source path, Eclipse will copy them out into your output dir at build time.