Community
Participate
Working Groups
Ant importExistingProjects task cleans but does not build projects. Importing a set of projects with the importExistingProjects ASF Ant task does not fully build the projects in the workspace. Instead, the projects are cleaned. Example: <tptp:importExistingProjects> <fileset dir="${tptp.test.workspace}"> <include name="**/*.project"/> </fileset> </tptp:importExistingProjects> Regression caused by 217483.
Created attachment 152755 [details] Patch.
The workspace was cleaned and not rebuilt in org.eclipse.hyades.test.tools.core.services.ImportExistingProjects.importProject(File). The attached patch checked in to CVS (HEAD).
Created attachment 152899 [details] Patch (Part 2). Patch checked in to CVS (HEAD).
Updated hours worked.
Verified with the latest BVT run (see http://www.eclipse.org/tptp/home/downloads/BVT.php?version=4.6.2&buildID=TPTP-4.6.2-201001051032) since required to run the BVTs. Closing.