What IDEA build are you using? We have made several improvements to the make's performance in the latest build (#609) Could you please send me your ipr file with the description of what you change to get such lengthy compilation? Is the behaviour reliably reproducible? I mean, does it always recompile 800 classes if you change only this "System.out.println" or it does this only the first time you invoke the make? Best regards, Eugene Zhuravlev IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!"
----- Original Message ----- From: "Mario Krone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 18:44 Subject: RE: [Eap-list] Please add a simple "Compile All Modified" command Dependency-based compilation is a fine feature to compile the code after a lot of changes! But a work at a client-server-application (about 1300 classes) and a compilation with 'Make Project' after a simple System.out.println() in one of my main classes takes me 2 minutes (800 classes to compile). Sorry, but this is unusable. Thats why I have to use the build 602. Please add 'Make Project' and let the absolete 'Compile Modified'. Is it possible ?? Fine product !! Ciao Mario -----Original Message----- From: Valentin Kipiatkov [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 7. M�rz 2002 15:59 To: [EMAIL PROTECTED] Subject: Re: [Eap-list] Please add a simple "Compile All Modified" command But make won't do anything more in this case than compile modified did! Does it recompile anything more for you? If there are any problems with dependency-based compilation we should fix them instead of using obsolete "Compile Modified"! Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ <http://www.intellij.com/> "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: Mario <mailto:[EMAIL PROTECTED]> Krone To: '[EMAIL PROTECTED]' <mailto:'[EMAIL PROTECTED]'> Sent: Thursday, March 07, 2002 1:26 PM Subject: RE: [Eap-list] Please add a simple "Compile All Modified" command If I only change something in the javadoc or include inline-comments, I don't need a dependency compilation, just a simple Compile Modified !! Ciao Mario -----Original Message----- From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Donnerstag, 7. M�rz 2002 10:24 To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Subject: RE: [Eap-list] Please add a simple "Compile All Modified" command With 3000 classes, it can be faster just to compile the 3 files you changed. +1 -----Original Message----- From: Bevilacqua Raffaele [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Thursday, March 07, 2002 10:02 To: [EMAIL PROTECTED] Subject: Re: [Eap-list] Please add a simple "Compile All Modified" command How does IDEA dependency checking work? ----- Original Message ----- From: "Erb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 6:44 PM Subject: Re: [Eap-list] Please add a simple "Compile All Modified" command > But that is very dangerous. When dependency compilation is running > correctly, > this should not be a problem because unless you change a method signature, > dependent classes will not compile. Perhaps the issue is really incorrect > behavior of dependency compiling. > > Bevilacqua Raffaele wrote: > > > > But this is not the reason of my feature request, sometimes > > it is faster to rebuild only modified classes, expecially > > if they have a lot of depending files (this was the only > > way in 2.5, and I often used it). > > > > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list <http://www.intellij.com/mailman/listinfo/eap-list> Visit us at http://www.clearstream.com <http://www.clearstream.com> IMPORTANT MESSAGE Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries. END OF DISCLAIMER _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list <http://www.intellij.com/mailman/listinfo/eap-list> _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
