Appendix E Using the Command Line IDL Compiler

You can use EAServer's command-line IDL compiler to generate stubs, skeletons, and ActiveX type library and registration files. You can also use Jaguar Manager to perform these tasks. The command-line compiler is useful in environments where the generation of files must be automated.

Note   Do you know about jagtool and jagant? The jagtool utility, provided in EAServer 4.0 and later versions, also supports stub and skeleton generation from the command line, as well as common management tasks such as setting component properties. The jagant utility provides the same functionality, but can be run from Jakarta Ant build files. See the EAServer System Administration Guide for information on these utilities.

Requirements

The IDL compiler must be run from EAServer installation that contains the configuration repository for your components. The IDL compiler is a Java application and must be run by a version 1.2 or later Java virtual machine. These EAServer JAR files must be in the CLASSPATH:

com.sybase.CORBA.idl.Compiler

Description

Generates EAServer proxies or component skeletons for interfaces and datatypes defined in CORBA IDL.

Syntax

com.sybase.CORBA.idl.Compiler prefix-opts idl-files format-opts suffix-opts
where:

 


Copyright © 2002 Sybase, Inc. All rights reserved.