Ideally, instead of putting all the intricacies of your particular build requirements on the shoulders of the IntelliJ team, just the ability to map the Build command to an Ant target would be great.
Brian Majewski Systems Architect Chrome Systems Corporation [EMAIL PROTECTED] PHONE: +1-503-963-6410 / +1-800-936-8906 FAX: +1-503-963-6312 www.chrome.com Notice: This e-mail transmission and/or the attachments accompanying it may contain confidential information belonging to the sender or Chrome Systems Corporation. The information is only for the use of the intended recipient. If you have received this transmission in error, please notify the sender immediately by reply e-mail, and then destroy all copies of the transmission. -----Original Message----- From: Thomas Singer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 10:44 AM To: [EMAIL PROTECTED] Subject: Re: [Eap-list] Clearing Cache It would be terrible cool, if the "Make" would build a fully runnable file structure in the output-directory (if set). This means to copy all non-Java-files (e.g. properties, xml) from the source pathes, too. Best regards, Thomas Singer At 19:51 09.01.2002 +0300, you wrote: > > 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. > >Yes, sure. Just notice that it should be deleted not immediately on deleting >the source but on the subsequent build. The same as the .class file is not >immediately recompiled when you modified the source file. > >Best regards, >Valentin Kipiatkov >----------------------------------------------------------- > IntelliJ Software, http://www.intellij.com/ > "Develop with pleasure" >----------------------------------------------------------- > >----- Original Message ----- >From: "North D" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, January 09, 2002 7:43 PM >Subject: RE: [Eap-list] Clearing Cache > > > > 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 > > >_______________________________________________ >Eap-list mailing list >[EMAIL PROTECTED] >http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
