> In the diagram there, are "GWT", "Other", etc.. are those children of
> "MyProject (default classpath)"?
They are children of User Entries. MyProject is also a child of
User Entries and is unexpanded (+)
> If so, how did you get "GWT \MyProject\source\" and "Other \MyProject\source\" in the list?
They were manually added by me.
> Do the entries actually say "\MyProject\source"? Did you add those to your Java build path?
Yes. We the project has several source folders. 6 or 7 "real"
source folders, and 2 unit test folders.
> All of that aside, what you should do is create a different source folder
> for your test code. You can use the same package structure for your test
> code as you do for your source code (if you'd like). When running your
> application, make sure that the test code folder is not on the runtime
> classpath. When running unit tests, make sure that the test code folder IS
> on the runtime classpath.
Thats precisely what I had tried to accomplish originally... The
problem is that all source folders (as defined in the project) are
included in the classpath/source path by default, and are un-
removable, as far as I can tell.