projectImport
This task imports an existing file system project into a workspace.
Parameters
Attribute Description Required ProjectName Name of project to be imported Yes ProjectLocation The fully qualified location of the project (either under the workspace, or elsewhere on the file system). No, default is ${worspaceLocation}/${projectName} Examples
- Import a project which is under the workspace directory, but not presently in the workspace:
<projectImport ProjectName="myProject"/>- Import a project which is elsewhere on the file system into the current workspace:
<projectImport ProjectName="myProject" ProjectLocation="${MyProjectLocation} />
Parent topic
Working with Ant
Related tasks
captureBuildMessages
compileWorkspace
getJavacErrorCount
getProjectData
projectBuild
projectGetErrors
projectSetBuild
projectSetImport
setDebugInfo
workspaceBuild
workspaceGetErrors
workspacePreferenceFile
workspacePreferenceGet
workspacePreferenceSet