let there be 2 projects: project A generates file pa.jar as output project B has pa.jar in its classpath
now, when I switch to project A in order to re-generate pa.jar and return to project B afterwards, I find that IDEA's parser is no longer able to access certain classes from pa.jar (flagging lots of errors in files that reference classes from pa.jar). Looking at the jar in the classpath view, and opening the package in question, I find empty nodes without class names. The jar itself is fully valid, though. Seems like IDEA is holding on to stuff when switching between projects - and that stuff gets messed up if projects depend on eachother. All you can do is shut IDEA down and restart... _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
