-
Notifications
You must be signed in to change notification settings - Fork 2
Export Wizard
The purpose of the export wizard is to allow the user to pack and compress the automation environment after it is debugged and tested, now deploy the packed environment on a clean machine.
In order to export the automation environment select the "Export Project" option from the "File" menu, or press on the "Export Project" tool bar button.
Pressing on the Export Project button initiates a wizard. Now press the "next" button in order to configure the export information.
By default the export wizard packs the automation project code that can be extracted on the destination machine and compiles it on the destination machine. The export wizard takes the test sources and class paths from the "jsystem.properties" file. In order to pack a project in a different directory path, change the "Test location" field.
In addition to automation project code the user can pack the following elements:
- Export JRunner - When selecting the "Export JRunner" check the JRunner packs in the export zip file. In this configuration, the destination machine does not have to assume that JRunner is installed.
- Export Log - When selecting this option, the internal JRunner log files are packed. This option is used for support calls.
- Export Compiled Output – Trigger additions of compiled code into an export package; this option is used if the destination machine does not have a java development environment installed and the source classes cannot be compiled on it.
- Export JDK - When selecting the "Export JDK" checkbox, the JRunner packs in the export zip file the JRE that the JRunner works with. This option provides that the destination machine does not have to assume that JRE is installed on it.
Note: The path of the packed environment can be controlled by altering the "Out file" field.
If a folder with the name "resources" exists in the automation project the resources folder should be a sibling of the "classes" folder, it is compressed in the zip file that is created by the export wizard.
Copyright (c) 2021 JSystem Software
- Introduction
- Interface Overview
- Building Blocks
- System Objects
- Framework Services
- Advanced Functionality
- Core System Objects
- Cli (SSH/Telnet/RS323)