org.apache.tools.ant.taskdefs.optional.ide
public class VAJAntTool extends Object
Method Summary | |
---|---|
static VAJBuildInfo | loadBuildData(String projectName)
Loads the BuildInfo for the specified VAJ project from the
tool data for this project.
|
static void | main(String[] args)
Starts the application.
|
static void | saveBuildData(VAJBuildInfo info)
Saves the BuildInfo for a project in the VAJ repository.
|
Parameters: projectName String project name
Returns: BuildInfo buildInfo build info for the specified project
Parameters: args an array of command-line arguments. VAJ puts the VAJ project name into args[1] when starting the tool from the project context menu
Parameters: info BuildInfo build info to save