projectSetImport

This task imports an existing Eclipse team Project Set File ("PSF") into a workspace. The PSF must have been first created using an Eclipse team "Project Set Export" command.

Parameters

Attribute Description Required
ProjectSetFileName The fully quallified path to the Eclipse PSF file to be imported Yes
PropertyImportedProjectNames Property to receive a String[] of the names of the projects which were imported No, default is ImportedProjectNames
AutoDeleteExistingProjects Whether or not any existing project (with the same name) will be deleted (replaced) by a new project with the same name No, default is true
FailOnError Whether on not the Ant build should fail if there is an import error No, default is true

Examples

Manually creating a non-team PSF

 

Parent topic

Working with Ant

 

Related tasks

captureBuildMessages
compileWorkspace
getJavacErrorCount
getProjectData
projectBuild
projectGetErrors
projectImport
projectSetBuild
setDebugInfo
workspaceBuild
workspaceGetErrors
workspacePreferenceFile
workspacePreferenceGet
workspacePreferenceSet