You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nicolas De Loof <ni...@capgemini.com> on 2006/08/17 10:24:11 UTC

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a projectsupport.

I use hierarchical projects in eclipse myself. Import wizard doesn't 
search sub-directories if the top-directory has a .project file.
I had to delete the .project generated during checkout before importing 
all sub-projects in one click. Then I can restore the .project and 
import the top level project. Please notice this creates a freeze when 
using SVN and subclipse. This bug has been reported to subclipse devs 
but doesn't seem to get more interest.

Max Cooper a écrit :
> I, too, have been anxiously awaiting hierarchical project support in 
> Eclipse. And I thought that it was going to be available in Eclipse 3.2.
>
> But this feature was omitted from the Eclipse 3.2 release. The feature 
> is not available yet.
>
> -Max
>
> Barrie Treloar wrote:
>> With Eclipse 3.2 I was lead to believe you could create projects
>> within projects, so that I could checkout a maven project that
>> contains modules and wire that up in Eclipse correctly.  Instead of
>> manually checking out the modules as I did under Eclipse 3.1.
>>
>> I am able to manually add the project in Eclipse via File -> Import ->
>> General -> Existing Projects into Workspace and use the module
>> directoy as the value for "Select root directory".
>> The project then appears in the "Projects" list for importing.
>>
>> If I select the project root then there are no projects to choose from.
>>
>> I thought that the snapshot version of the eclipse:eclipse plugin had
>> the functionality to do this for me, but it is not working how I
>> expect.  I assume I am doing something wrong. Should mvn
>> eclipse:eclipse at the project root do what I expect?
>>
>> Any help appreciated.
>> Bae
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a projectsupport.

Posted by Nicolas De Loof <ni...@capgemini.com>.
I've just tested it and it works fine with sub-projects. It also looks 
better than sublcipse IMHO, and has a better handling of renamed/moved 
files (specific icon) that subclipse handles as removed+added.
>> In the meantime, it might be worth giving Subversive a try ( 
>> http://www.polarion.org/index.php?page=overview&project=subversive ). 
>> It's an open source subversion plugin for eclipse, just like subclipse.
>>
>> Cheers,
>> -Ralph.
>

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a projectsupport.

Posted by Nicolas De Loof <ni...@capgemini.com>.

> Are you talking about subclipse issue 511( 
> http://subclipse.tigris.org/issues/show_bug.cgi?id=511 ) ? If so, 
> people interested in having this fixed should probably create an 
> account on tigris.org and vote for this issue.
You're right. Please vote !

>
> In the meantime, it might be worth giving Subversive a try ( 
> http://www.polarion.org/index.php?page=overview&project=subversive ). 
> It's an open source subversion plugin for eclipse, just like subclipse.
>
> Cheers,
> -Ralph.
>
>
>> Max Cooper a écrit :
>>> I, too, have been anxiously awaiting hierarchical project support in 
>>> Eclipse. And I thought that it was going to be available in Eclipse 
>>> 3.2.
>>>
>>> But this feature was omitted from the Eclipse 3.2 release. The 
>>> feature is not available yet.
>>>
>>> -Max
>>>
>>> Barrie Treloar wrote:
>>>> With Eclipse 3.2 I was lead to believe you could create projects
>>>> within projects, so that I could checkout a maven project that
>>>> contains modules and wire that up in Eclipse correctly.  Instead of
>>>> manually checking out the modules as I did under Eclipse 3.1.
>>>>
>>>> I am able to manually add the project in Eclipse via File -> Import ->
>>>> General -> Existing Projects into Workspace and use the module
>>>> directoy as the value for "Select root directory".
>>>> The project then appears in the "Projects" list for importing.
>>>>
>>>> If I select the project root then there are no projects to choose 
>>>> from.
>>>>
>>>> I thought that the snapshot version of the eclipse:eclipse plugin had
>>>> the functionality to do this for me, but it is not working how I
>>>> expect.  I assume I am doing something wrong. Should mvn
>>>> eclipse:eclipse at the project root do what I expect?
>>>>
>>>> Any help appreciated.
>>>> Bae
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a projectsupport.

Posted by Ralph Pöllath <li...@poellath.org>.
On 17.08.2006, at 10:24, Nicolas De Loof wrote:
> I use hierarchical projects in eclipse myself. Import wizard  
> doesn't search sub-directories if the top-directory has a .project  
> file.
> I had to delete the .project generated during checkout before  
> importing all sub-projects in one click. Then I can restore  
> the .project and import the top level project. Please notice this  
> creates a freeze when using SVN and subclipse. This bug has been  
> reported to subclipse devs but doesn't seem to get more interest.

Are you talking about subclipse issue 511( http:// 
subclipse.tigris.org/issues/show_bug.cgi?id=511 ) ? If so, people  
interested in having this fixed should probably create an account on  
tigris.org and vote for this issue.

In the meantime, it might be worth giving Subversive a try ( http:// 
www.polarion.org/index.php?page=overview&project=subversive ). It's  
an open source subversion plugin for eclipse, just like subclipse.

Cheers,
-Ralph.


> Max Cooper a écrit :
>> I, too, have been anxiously awaiting hierarchical project support  
>> in Eclipse. And I thought that it was going to be available in  
>> Eclipse 3.2.
>>
>> But this feature was omitted from the Eclipse 3.2 release. The  
>> feature is not available yet.
>>
>> -Max
>>
>> Barrie Treloar wrote:
>>> With Eclipse 3.2 I was lead to believe you could create projects
>>> within projects, so that I could checkout a maven project that
>>> contains modules and wire that up in Eclipse correctly.  Instead of
>>> manually checking out the modules as I did under Eclipse 3.1.
>>>
>>> I am able to manually add the project in Eclipse via File ->  
>>> Import ->
>>> General -> Existing Projects into Workspace and use the module
>>> directoy as the value for "Select root directory".
>>> The project then appears in the "Projects" list for importing.
>>>
>>> If I select the project root then there are no projects to choose  
>>> from.
>>>
>>> I thought that the snapshot version of the eclipse:eclipse plugin  
>>> had
>>> the functionality to do this for me, but it is not working how I
>>> expect.  I assume I am doing something wrong. Should mvn
>>> eclipse:eclipse at the project root do what I expect?
>>>
>>> Any help appreciated.
>>> Bae


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org