Problem

I am editing a GUI but I cannot find the ABean for my Component/IDL interface

Solution

The Abeans for IDL interfaces are not generated automatically by the ACS Makefile, but they have to be generated explicitly by using the ABEANS Makefile variable and listing all IDL files (without extension) for which ABeans need to be generated:

  • ABEANS = IdlFIle1 IdlFile2 .....

An example can be found in the module:

  • ACS/LGPL/CommonSoftware/acssamp