views:

93

answers:

1

intellij has placed what look like no entry signs over my java files (red circles with a line through) searched around but cannot find why? Would anyone know please.

It's a maven project if that makes a difference

+2  A: 

It means those files aren't part of the project settings. How did you create that project?

I'm not sure which version of IntelliJ you're using - I run 9.0.1. I'd recommend opening the project structure (icon to the right of the "wrench" or Ctrl+Alt+Shift+S), click on "Modules", and designate the directory where the .java files are located as a source directory (it'll change to a blue color).

duffymo
Thanks very much , I checked it out from our subversion. Do you have a suggestion how I can get them included again?
Shaun Hare
Thanks very much - worked a treat (on intellij 8 for information)
Shaun Hare
Thank you - I'm very glad to be able to help.
duffymo