Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] VS like view in eclipse.

IMO Eclipse does support "sub projects" (the question remains, how you
define the term), both logical (project references) and physical
(nested) - that's at least my definition. However, if one wants to write
a wizard creating multiple projects at a time, AFAIK nothing prohibits
him from doing so. I did as well...

Cheers,

Walter

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Subs
> Sent: Montag, 17. November 2008 13:05
> To: CDT General developers list.
> Subject: Re: [cdt-dev] VS like view in eclipse.
> 
> Eclipse doesn't support sub-projects. However, you can have 
> multiple projects in a workspace. It is normally possible to 
> structure you projects so that you can obtain what you want.
> 
> BTW: This is not a group for user questions - this is for 
> developers of CDT. You will be better off asking your 
> questions on news.eclipse.org/eclipse.tools.cdt
> 
> padam chamoli wrote:
> > Hi All
> > 
> > Is it possible to have a project solution having more than 
> 1 projects, 
> > in eclipse.
> > I want to create a project wizard which should create 2 
> projects under 
> > common root.
> > Also i should be able to build the two projects separately.
> > 
> > I am successful for creating a single project one at a time, but no 
> > clues on how to perform the above.
> > 
> > Any Help?
> > 
> > Thanks
> > Padam
> > 
> > 
> > 
> ----------------------------------------------------------------------
> > -- Add more friends to your messenger and enjoy! Invite them now.
> > 
> <http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.co
> > m/invite/>
> > 
> > 
> > 
> > 
> ----------------------------------------------------------------------
> > --
> > 
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 
> --
> Subs
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top