Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » how to create subproject?
how to create subproject? [message #264883] Sat, 31 July 2004 19:14 Go to next message
Eclipse UserFriend
Originally posted by: haibin_li.hotmail.com

How can I create a subproject in eclipse just like in visual studio.
Re: how to create subproject? [message #264890 is a reply to message #264883] Sat, 31 July 2004 21:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chris.eclipsefaq.org

lihaibin wrote:

> How can I create a subproject in eclipse just like in visual studio.

Eclipse has no sub-projects. If you develop a plugin, the closest
equivalent would be a plugin fragment.

Chris
Re: how to create subproject? [message #265020 is a reply to message #264883] Mon, 02 August 2004 05:20 Go to previous messageGo to next message
Eclipse UserFriend
lihaibin schrieb:

> How can I create a subproject in eclipse just like in visual studio.

Why would you need such a thing? Everything is built all the time so you
can use projects on the uppermost level.

But have a look at the project properties, there you can define
referenced projects and you can define build dependencies, if that is
what you are looking for...

Ciao, Michael.
Re: how to create subproject? [message #265115 is a reply to message #265020] Mon, 02 August 2004 16:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: oli.kfs.org

Michael Keppler wrote:

> Why would you need such a thing? Everything is built all the time so you
> can use projects on the uppermost level.

I suspect its more of an organisational thing for people coming from other
projects.

If you have a large number of targets, most people tend to want to
organize those into seperate projects to some degree so that they have the
ability to select "rebuild the stick jiggler".

Referenced projects are slightly annoying because of the way you're not
allowed to have overlapping projects.
Re: how to create subproject? [message #265132 is a reply to message #265115] Mon, 02 August 2004 18:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

You can use workingsets instead to see a subset of the projects.


--
Thanks, Rich Kulp

Re: how to create subproject? [message #266288 is a reply to message #264883] Tue, 10 August 2004 11:46 Go to previous message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

If it is for organization purposes, a single Java project can have any
number of top level source folders. This allows you to separate
different sets of packages into different hierarchies. See the Source
tab of the Java Build Path properties page.
--

lihaibin wrote:
> How can I create a subproject in eclipse just like in visual studio.
>
>
Previous Topic:RCP and right_to_left
Next Topic:JobManager and UIJob
Goto Forum:
  


Current Time: Fri Jul 18 00:47:29 EDT 2025

Powered by FUDForum. Page generated in 0.08627 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top