Search code examples
javaantsuncorbaidl

How to let idlj compile idl files in ant


I've no idea how to compile my idl files with the sun-idl compiler (idlj) with the help of ant?

Does anyone have an idea?


Solution

  • idldepend is an ant task verifying the dependencies of a CORBA/IDL file.

    EDIT: Added first line from their description.