We are working on a project that has both C++ and Java components, and are using CORBA to communicate between the various processes (using the Java Orb that came with the 1.4 SDK). We’ve been using JBuilder, but would like to use Eclipse. However, we still need to be able to invoke the Java IDL compiler to convert the CORBA IDL into Java. Is there a way to configure Eclipse to run the IDL compiler as part of a build (or as a separate step)?