Motivation
In eclipse I'd like to configure a path as a resource path. This path contains some java files that I only want to handle as resources, i.e. I don't want eclipse to try to compile these files. I only want to read them as resources from within junit tests.
Question
Is there a way to configure eclipse so it won't try to compile the java files it found there?