I’ve search the forums for an answer and was surprised that I didn’t come across millions of similar posts. So, it must be something I’m doing wrong.
When adding Web Project Capability, I specify my web-root folder to be dirA/dirB/WebContent. I click OK to dismiss the dialog. Then if I revisit the Web settings, it says that web-root folder is WebContent. It drops the dirA/dirB. So, I end up with an empty web app deployment since my content is in dirA/dirB/WebContent.
I first came across this issue when trying to get my Maven2 project working and figured that it had to do with MyEclipse’s lack of Maven2 integration (which is killing me!!!!) so I reverted back to our ancient Ant build. Same problem.
Can anyone shed some light on why ME insists on correcting me here?!?!?