On Thu, Apr 23, 2009 at 3:45 PM, Barrie Treloar <[email protected]> wrote:
> On Thu, Apr 23, 2009 at 12:56 PM, Vladimir Blagojevic
> <[email protected]> wrote:
>> It allows one to group related projects in eclipse. So, theoretically, after
>> creating all projects from pom files in eclipse:eclipse can create psf file.
>> Users would them import all these projects in workspace by selecting
>> Import->Team Project Set and selecting the psf file.
>>
>> Should be very cool. I was surprised that this is not implemented already :(
>
> Yes it would.
> I could find no JIRAs raised for this request.
>
> This would resolve one of my problems with Import existing projects as
> there are proof of concept projects in our code base which eclipse
> picks up and I have to remember not to select them.
>
> If I had one file to import that selected the correct projects that
> would be better.
> I'll see if I have time to look at it.
>

In the Eclipse Help under Team Project Sets: Programmer's Guide > Team
support > Rich Team Integration > Project Sets

"In 3.0, API was added to ProjectSetCapability to allow repository
providers to declare a class that implements project saving for
projects under their control.  When the user chooses to export project
sets, only the projects configured with repositories that define
project sets are shown as candidates for export. This API replaces the
old project set serialization API (see below)."

Unless I am mistaken it appears the project needs to define a
repository, which may not always be the case - and will vary across
eclipse plugins installed to support the repository.

So mvn eclipse:eclipse can't generate these files.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to