I'm using RAD (which is based on Eclipse) and I have two source
folders in a project, one for the core source files, and one the tests. How can I have them compile to different output (bin) folders?
Obviously I don't want my unit tests to be built into my output jar.