This topic explains how to update your existing installation of Parasoft SOAtest with a service pack.
From the UI
To update Parasoft SOAtest via a service pack:
...
- Choose Window> Preferences then select Install/Update> Available Software Sites.
- Enter the desired update site in the Update Site Location field. If you’re not sure what site to use, contact your Parasoft representative for details.
- If you want to configure Eclipse proxy connections (not related to SOAtest proxy configuration/behavior), set them in the General> Network Connections area of the preferences panel.
Headless
For standalone installations only—not applicable to plugin or update site installs
...
- (For "offline" updates) Download the p2 zip archive from http://updates.parasoft.com/ and place it in the SOAtest installation directory.
- Ensure that SOAtest is not running.
Run the
update
.bat or .sh script (in the SOAtest installation directory) using the following command (see Updating SOAtest with a Service Pack About the Update Script Options):
update [--debug] [--help] [--patch <arg>| --updatesite <arg>] [–version]- Start SOAtest using
soatest.exe -clean
(oreclipse.exe -clean
if you have the plugin version of SOAtest).
About the Update Script Options
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. |