Having Ant integration is definetely a plus, but it doesn't help in all real-work scenarios. E.g. my ant scripts are 400k in size and have "pseudo-object-oriented" style, e.g my typical commands are
ant javac module1 ant jar module2 ant deploy module3 etc, etc... and also ant -Doption1=value1 -Doption2=value2 <action> <object> in general. So it's heavy use of ant as a command line tool. What I miss is the command line, since it's inconvenient to invoke two targets in the Specific Order (go to Ant tool window, select two targets out of 100...) so I just switch to Far and type it. It would be nice to press Ctrl+something and bring up a Go To Class - style dialog and actually type the command to be passed to Ant. With target name completion it would be even better! I would write a plugin, but not sure how to open the ant results window and send results there.. ------------------------------------ Mail.Ru - ������, ��������, �������! ------------------------------------ _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
