Microsoft SDK for Java

Dubuild Options

This section describes dubuild command-line options.

/B <BeanInfo>

Provides information about each Bean; used to register ActiveX Controls as JavaBeans.

/D "<friendlyname>"

Sets the distribution unit's (DU) friendly name.

/H or /?

Displays dubuild usage information including a list of available command-line options.

/I <pattern>

Includes files that match the specified pattern.

/M

Creates a multicabinet file DU.

/N "<namespace>"

Sets the distribution unit's namespace. If you have any anonymous classes in your DU (classes that are not in a package), you must specify an application namespace. Otherwise, the anonymous classes will not be properly installed. For more information about application namespaces, see Java Package Manager.

/P <oldDUName>.cab

Specifies a previous DU file name; used in creating Split DUs.

/S <pattern>

Marks packages that match the pattern as system packages.

/V <version>

Use default version numbers for VD, VP, and VN.

/VD <version>

Sets the minimum version number for the DU.

/VN <version>

Sets the version number for new packages included in the DU (used in creating split DUs).

/VP <version>

Sets the minimum version number for the packages included in the distribution unit.

/X <pattern>

Excludes files that match the specified pattern.

/Z

Builds distribution units with MSZIP compression for Internet Explorer 3.0x compatibility. By default, LZX:21 compression is used.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.