Unable to export Working Set in Eclipse

eclipse

Solution

This will only export projects which have been added to a source control system (SVN, GIT, CVS...). Eclipse will try and check out the projects listed in the `psf` when it is imported.

There is no simple Export Working Set in Eclipse but see this answer for a plug-in that adds this.

Problem

I can't export my Working Set in Eclipse Juno. How to reproduce: - Start with a blank workspace. - Create a Java project. - Assign the project to a new Java Working Set. - File -> Export -> Team -> Team Project Set. - Check "Export working sets". - Click "Select All". Then I get the following error: "None of the selected working sets have an available project to export." What does it mean? Have I missed something? I thought that "Export Team Project Set" was the official way to share a Working Set.

Original source