Hmm. Surely the build/run environment in IDEA should be consistent though? If you build using F9 and run using shift-F10, a class you've deleted should be, err, deleted! It would make sense for IDEA to delete the corresponding .class file in your target build directory if you have one defined. In Peter's case this would have no effect because he runs straight from jars, in the previous example it would cause the F10 to fail, correctly.
Just my 2p worth (apparently the Euro's too good for us so we don't get cents yet...) Cheers, Dan > -----Original Message----- > From: Peter Mularien [mailto:[EMAIL PROTECTED]] > Sent: 09 January 2002 16:29 > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] Clearing Cache > > > > > When you rename a class, IDEA should at least > > > - delete the associated .class file, > > > > No! It should not delete the class file on renaming (or > deleting) of source > > class. Invoking "Make" should do that! We plan to implement > this (along with > > dependency-based make) for Ariadna. > > I agree! While IDEA can do some of the simple things for you, > it's up to > you to do the rest of the legwork. For example, our app runs > exclusively > from JAR files and not from exploded class files. I wouldn't > expect IDEA > to be able to go into the classpath and delete all instances of the > class... > > Peter > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > *************************************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify [EMAIL PROTECTED] immediately. This footnote also confirms that this email message has been swept for the presence of computer viruses. *************************************************************************************** _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
