Packaging an Application
You can package a completed application as a tar file, zip file,
or Solaris SVR4, OpenSolaris IPS, Linux RPM, or Debian Linux package.
To package your completed project:
- Right-click the project in the Projects window and choose Properties.
- In the Project Properties dialog box, select the Packaging node.
- Select the package type from the drop-down list. The tool listed in the dialog box
is updated to match the package type.
- Change the output path if you want to use a different
destination directory or filename for the package. By default the output path is in
a dist subdirectory of the project.
- Click the Packaging Files browse button to specify the files to include in the package.
- Change the tool if you want to use a different command to produce the selected
package type.
- Type any additional options that you want to use on the command line for the tool when
making the packages.
- Turn off verbose package build information if you want, by deselecting the checkbox.
- Click OK.
- To build your package, right-click the project in the Projects window and choose Build Package.
Legal Notices