How to exclude a single Java file from the src, not a whole package?
I'm using IDEA 7.0.2 and I don't know how to exclude a single Java file from the src :( Eclipse can do it. I'm not allowed to change the structure of the src directory.
Please sign in to leave a comment.
Under Settings -> Project Settings -> Compiler there is an Exclude from Compile section. Is this what you want?
Yes, it is and thanks so much.