org.apache.tools.ant.taskdefs.optional.ide
Class VAJLoad
Load project versions into the Visual Age for Java workspace.
Each project is identified by its name and a version qualifier.
Allowed qualifiers are:
- Any valid Visual Age version name
- * (loads the latest versioned edition)
- ** (loads the latest edition, including open editions)
Example:
<vajload>
<project name="MyVAProject" version="*"/>
<project name="Apache Xerces" version="1.2.0"/>
<project name="Brand New Stuff" version="**"/>
</vajload>
Parameters:
Attribute |
Description |
Required |
remote |
remote tool server to run this command against
(format: <servername> : <port no>) |
No |
haltonerror |
stop the build process if an error occurs,
defaults to "yes" |
No |
execute , getDescription , getLocation , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , maybeConfigure , perform , reconfigure , setDescription , setLocation , setOwningTarget , setRuntimeConfigurableWrapper , setTaskName , setTaskType |
createVAJProject
public VAJProjectDescription createVAJProject()
Add a project description entry on the project list.
execute
public void execute()
Load specified projects.
- execute in interface Task
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.