The changes you have made so far are only to the installed
package. Next you must copy the web type to the package templates
directory. You use the package template directory later by merging
it when you create the process package. Doing so makes the custom
web type available. For more information, see "Creating process packages."
Procedure
- Change the directory to your package template.
For
example: CHANGE_APP_HOME/WEB-INF/package_templates/dev_template
- Install the web type control file.
- Create a subdirectory structure for the control file
under the dev_template directory.
The
subdirectory structure is like the following example:
wsconfig\
templates\
pt\
include\
attr_controls
- Copy the customized web type control file (base.CCM_LISTBOX_MULTILINE)
from the directory
CHANGE_APP_HOME/WEB-INF/packages/process_package_name/wsconfig/templates/pt/include/attr_controls
to
the new attr_controls directory.
- Generate a new process package using the new package template.
- In the Lifecycle Editor, click Create
Package.
- To see the package template, click the Package
Template list box and look for the new package template.
- Click Create.
- Uninstall the old process package and install the new
one.
- Test the new web type to verify that your package template
works as intended.