#7330 - Error compiling module - Java files in module not found by IntelliJ
I have a project with two modules... One (depender) depends on the other (dependee). When I try to build my project the depender module complains that it can't find some files in the dependee module...
If I navigate (using alt+home) the file exists in the dependee module... But if I try to search for the class using Alt + Shift + G, it can't find the file...
IDEA is behaving very very strangely...
Omair
Message was edited by:
Omair-Inam Abdul-Matin
Please sign in to leave a comment.
No takers? ...
To add to my previous post... if I search for a file in the module using Goto->File (CtrlShiftN) ... I can jump to the java files in the module...
Now if I select make module from the menu I get a status bar msg: All files are up-to-date... But if I navigate to the production output directory I don't see any java class files... I've tried changing the output folder ... I've also tried turning off compile in background and then making changes to some of the files in the module... I've noticed that when I select the build menu the compile option is grayed out for the files in the dependee module (the one that IntelliJ complains is missing) ... I've also tried deleting the module from the project and readding it ... that doesn't work either...
I'm running out of ideas... Anyone have any suggestions?
Omair