next up previous contents index
Next: VAJExport Up: Visual Age for Java Previous: Visual Age for Java   Contents   Index

VAJLoad

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>



Andrew Marlow 2003-07-08