I am starting a new Web project with Eclipse and I am unable to create the following directory structure:
project
|-src\com\blahblah
|-WEb-root
|-test\com\blahblah
I usually do this for ease of Ant tasks to not/include test classes. However, when I try this, MyEclipse wants to put my test directory under “src”. I can live with that, but can anyone tell me what it is doing that – is it the preferred way to structure test directories?
Thanks