> You may create a special Ant task for you purposes of compiller errors > handling. The invoke it in Ant script after compilation. > Any output from this task will be shown in messages pane. > So I think there is no need for any plugin here, unless you want to access > the errors list produced by IDEA's own compilation mechanism.
Well, that's the whole point � complete IDEA integration :-) > > Also, does the External Tools feature support Java classes as tools? It > > would be really neat to run a Java class from the menu, passing it > > parameters that are macros etc. > No problem to call java class as external tool. Just create .bat or .sh file > and make it call java.exe with appropriate parameters. > You may pass any IDEA's macros as command-line parameter to .bat file in > external tool configuration. I realise that thanks ;-) I mean running classes direct from the IDEA VM. Much faster and much better. Could also allow tools to communicate with IDEA objects. i.e. just give IDEA a classname in the "external tools" dialog and it would run it � as long as it was on the classpath. It could pass an IDEAContext object giving the tool a way to communciate with IDEA (like get macros, error lists etc.) Cheers _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
