Hello,
From what I’ve read, this doesn’t seem possible but I’m going to ask anyway. I have a legacy project whose structure doesn’t have a named WebRoot directory. What I mean is that what the default MyEclipse web project would consider the WebRoot directory is in fact at the top level. In the example below, src, WEB-INF, META-INF and a whole bunch of other stuff are at the same level.
ProjectX—src
|
—WEB-INF
|
—META-INF
and so on and so forth. Unfortunately, I don’t have the option of changing the directory structure, so is there a way to shoehorn this into MyEclipse (5.5.1A, Eclipse 3.2.2)?
Thanks.