Description:
Loads a specified VAJ project version into the workspace.
Parameters
Attribute | Description | Required |
remote | name and port of a remote tool server. (format: <servername>:<port no>). If this attribute is set, the tasks will be executed on the specified tool server. | no |
Parameters specified as nested elements
vajproject
Attribute Description Required name name of the VAJ project to load into the workspace yes version name of the requested version yes
Example
<vajload remote="localhost:32767"> <vajproject name="My Testcases" version="1.7beta"/> <vajproject name="JUnit" version="3.2"/> </vajload>