Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Re: [eclipse-dev] 答复: [eclipse-dev] projects within projects





Eclipse doesn't support nesting projects per se, however you could
configure sibling projects to meet your requirements.
See the documentation on project configuration (Help>Java Development User
Guide>Getting Started>Project configuration tutorial).
I recommend looking at scenario entitled "Overlapping products in a common
source tree".



                                                                           
             alain.bonnefoy@ri                                             
             eter.com                                                      
             Sent by:                                                   To 
             eclipse-dev-admin         eclipse-dev@xxxxxxxxxxx             
             @eclipse.org                                               cc 
                                                                           
                                                                   Subject 
             09/03/2004 02:26          [eclipse-dev] Re: [eclipse-dev] 答  
             PM                        复: [eclipse-dev] projects within   
                                       projects                            
                                                                           
             Please respond to                                             
                eclipse-dev                                                
                                                                           
                                                                           
                                                                           





Just because I develop with eclipse for QNX projects and before eclipse, we
used to organize our projects like (for example):

PRODUCT/
        PROJECT_API /
                OS/
                        CPU/
                                VARIANT/
        PROJECT_SVR/
                OS/
                        CPU/
                                VARIANT/
        PROJECT_UTIL/
                OS/
                        CPU/
                                VARIANT/



The different sub-project could build exe or libraries.


Before I used SlickEdit, and it was easy to create a super-project as a
workspace containing several projects. But that's no more possible with
eclipse.

This morning I found a quite comfortable way with a QNX gui to use our yet
existing projects.

I just wanted to know if the project/sub-project concept was an idea to
develop in Eclipse.

regards,
Alain.
~~~~~~~~~~~¤¤¤¤¤¤¤¤¤¤¤~~~~~~~~~~~~
Do like some yet famous providers. Host spammers and belong to my black
list, mails from your domain will be thrown to trash.
hotmail.com msn.com aol.com aol.net tiscali.fr yahoo.com freemail.com
worldcom.ch

eclipse-dev-admin@xxxxxxxxxxx wrote on 03/09/2004 11:40:12:

> I think it can't so. Why will you do that?
>
> 发件人: eclipse-dev-admin@xxxxxxxxxxx
[mailto:eclipse-dev-admin@xxxxxxxxxxx]
> 代表 alain.bonnefoy@xxxxxxxxxx
> 发送时间: 2004年9月3日 16:46
> 收件人: eclipse-dev@xxxxxxxxxxx
> 主题: [eclipse-dev] projects within projects

>
> Hi,
> I'd like to know if eclipse 3.0 allows to create projects within
projects.
>
> regards,
> Alain.
> ~~~~~~~~~~~¤¤¤¤¤¤¤¤¤¤¤~~~~~~~~~~~~
> Do like some yet famous providers. Host spammers and belong to my
> black list, mails from your domain will be thrown to trash.
> hotmail.com msn.com aol.com aol.net tiscali.fr yahoo.com freemail.
> com worldcom.ch

Back to the top