Let me start by saying great product.
I converted an existing JavaProject to a MyEclipse WebProject. When I did this it blew away my WEB-INF/classes directory. I thought that this may be a one time bug, but everytime I compile the project it blows away the WEB-INF/classes dirtectory again.
An IDE should not mess with anthing under my /src folder. The build process should move the classes into the WEB-INF/classes!
Is this a bug, or am I missing something?