Having a problem with a project on Linux I've previously been using on IntelliJ IDEA 12.0.4 on Windows without any problems.
Basically when I compile my project the non-class resources (*.properties, *.xsl, *.xml etc..) are not getting copied into the output folders.
They're also no being considered as output from the project and so don't get added into my .war artifact.
The Settings, Java Compiler, Resource Patterns look fine, and nothing is being ignored in File Types.
This has got me stumped, tried relocating my build and war output folders several times as I can't quite belive what's happening.
Anybody seen anything like this before?