> This is GREAT! > Thank you so much. It has always been a massive problem when working on > interdependent yet separate projects.
Hmmm, maybe I spoke to soon. It builds fine now, without exiting IDEA, but the classpath tree display and IDEA's cached introspection info is still out of date. Am I mad? Example: * My class implements interface A. * A is in an external jar on the classpath. * I removed some methods from the class implementing A. Of course it would no longer compile because of "xxx does not implement yyyy in interface A". * I opened the other project and removed some methods from interface A and rebuilt the jar. * Back to my main project, compile now works. * However if I do CTRL-I when in my class implementing A, the list of methods to implement still includes the old methods of A that were removed. Of course if I exit IDEA and reload the project then all the introspection info is up to date... so I don't think I'm mad ;-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ W<A> ~~~~~ (o) Wangjammer5 (Marc Palmer) ( ) Wangjammer7 www.wangjammers.org = Java Consultants (Web|Smartcards|Crypto) _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
