This section describes how to update In this section:
New versions install in their own version subdirectory. Any specific configurations related to usage are handled in the workspace. Run the new installer and update your workspace as necessary.
This section describes how to update your existing installation with a service pack.
You can install a service pack from a public or internal update site.
You can install online, offline, and patch headless service pack updates. Headless service pack updates are not applicable to update site installs.
Ensure that SOAtest and Virtualize are not running.
update.bat
or udpate.sh
script in the installation directory using the following command (see About the Update Script Options):update [--debug] [--help] [--patch <arg>| --updatesite <arg>] [–version]
The default installation directory for the update script varies by OS:
MacOS: In the directory parasoft/
soatest_virtualize
/<version>/
Parasoft SOAtest & Virtualize.app
/Contents/Eclipse
Windows: C:\Program Files\Parasoft\
SOAtest & Virtualize
\<version>
Linux: In the directory parasoft/
soatest_virtualize
/<version>
Start SOAtest or Virtualize using soatest.exe -clean
or virtualize.exe -clean
.
Option | Description |
---|---|
--debug | (Optional) Outputs debug logging. |
--patch <arg> | (For patches, not service packs) updates the current installation with the specified patch .jar file(s) provided as arguments to patch. For example, --patch patch1.jar patch2.jar would update two jar files in the installation. Patch files can be specified by file system path; they can reside outside of the update program directory. |
--updatesite <arg> | Determines where service pack updates are accessed (e.g., which p2 update site or zip archive). To get the latest updates, use:
To use a specific update site, use:
Example:
To use a local P2 zip archive, use Example 1:
Example 2:
|
--version | (optional) prints the version number of the current installation. |