On Tue, 13 Nov 2001, Chad Stansbury wrote: > The problem with that is figuring out which order to run the targets in... > For example, how to you prevent it from running 'ant main clean'? Obviously > you could run them in the order you select, but that would be a pain...
I dont think, and more importantly, it wouldn't take anything away from current functionality, so there are no 'cons'. alternatively you could make use of the right-click... > My solution is to avoid this altogether by creating a 'build' target whose > dependencies are 'clean all'. yeah, I'm sure that's everyone's solution, just seems a shame to have to create targets specifically for the ide when I wouldn't need them elsewhere... all in all though, I'm sure there are much higher priorities, and I dont think it is that important... just sharing my thoughts (o: cheers dim > > Chad Stansbury > > ----- Original Message ----- > From: "Dmitri Colebatch" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 13, 2001 2:43 PM > Subject: Re: [Eap-list] ant support bugs/issues > > > > speaking of ant support... not sure if this is available, but what I would > > find useful, is a way of concatenating targets, the example of the > > following command line: > > > > # ant clean main > > > > what I find myself doing is making a target called "clean-main", which > > does this for me... obviously a low priority, but if a user could hold > > down ctrl, and select mutiple targets in the ant window, and have them > > executed a la above command line example it would be useful - to me anyway > > (o: > > > > just a suggestion > > > > cheesr > > dim > > > > > > On Tue, 13 Nov 2001, Vestal, Rick wrote: > > > > > - Only XML files can be selected from the 'Select Ant Build File' dialog > > > (what if we use .ant as our build file extensions?) > > > > > > - Adding a second ant XML file to the ant tool window works fine, but > > > whenever it automatically refreshes (while I'm editing the second xml > file), > > > it expands the closed ant xml file and refreshes it and collapses the > ant > > > xml file that I am working on. > > > > > > -- Rick > > > > > > _______________________________________________ > > > 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
