An artifact of this is that the .svn folders show up in the Navigator
view. I tried to see if a junit test could exclude certain classpath
entries, but the output of source folders cannot be excluded it seems.
Scott M Stark wrote:
I added a src/tests-support source folder to the system-jmx project
in
MC_VDF_WORK branch that excludes all *.java files. I did this because
its a source of classes for jars that are loaded by class loader
tests, and these classes cannot be on the ide classpath. You have to
generate the associated jars by running the system-jmx/ build-test.xml
script.
I don't know how to make the building of such test artifacts any more
seamlessly integrated at this point.