3

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?

tuergeist
  • 9,171
  • 3
  • 37
  • 58

1 Answers1

3

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

EDIT: Added first line from their description.

Romain Hippeau
  • 24,113
  • 5
  • 60
  • 79