Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below is an example of a dynamic package that includes all files from within the "java" folder of the project.

Image RemovedImage Added

Examples

IncludeExcludeDescription
/java/.*xml
Include all XML files within the java folder
/forms/.*fmb/forms/.*EXT.fmbInclude all fmb files except those whose filenames end with EXT

The following actions are available for edit package screen.

ActionNotes
BuildSubmit build request for selected package. Package details (files) will be used to initialize build request form.
DeploySubmit deploy request for selected package. Latest version for package will be selected by default. If package is not yet built, deploy button will be disabled.
ApplySave changes and stay on package details screen.
SaveSave changes and go back to previous screen.
BackGo back to previous screen without saving any changes.
DeleteDelete selected file from package.
Add File(s)*1

User can either type in partial file path and click Add File(s) to add all matching files or click Add File without entering anything in Search Files to Add input, Add File(s) popup will show up where user can search, select and add files.

Added files are appended to existing file list.

Add File(s) from Change Logs*1User can add files from Change Logs by searching and clicking a revision. Each revision has a list of changed files which are appended to the existing files list. The list of revisions is populated from the configured SCM and selected stream.
Select - All*1Select all files.
Select - None*1Select no files.
Select - Invert*1Select files that are currently selected and vice versa.
Selected Files - Remove*1Remove selected files from package.
Sort All*1Sort added files as per sequence definition done on Project Files screen.
File Drag and Drop*1Drag and drop one file at a time. Dragged file is inserted before the file when it is dropped.
Top*1Move selected file to top of list.
Bottom*1Move selected file to bottom on list.

...

1 - Applicable only for User Managed packages

When user clicks on Add File(s) from Change Logs button, the search and select file revision screen is displayed, as show below.

Image RemovedImage Added

Info
titlePackage Editable

Packages with a status of "Completed" or "InActive" can not be built or deployed. Once a package becomes "Completed" then it can no longer be edited. Also packages that are a part of an active release can not be set to "Completed" or "InActive".

...