Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Project inside another project
Project inside another project [message #691114] Thu, 30 June 2011 18:23 Go to next message
techsupport is currently offline techsupportFriend
Messages: 3
Registered: June 2011
Junior Member
Hi,

I use the php version of Eclipse IDE.

I'm wondering if I can have a project inside another project.

I host my websites on hostgator shared account. The main folder (called 'main') keeps my main domain as well as subfolders, which are completely different domains (like another_domain).

Now - can I have a project pointing to the 'main' folder, and another project pointing to the 'another_domain' which is a subfolder of the main folder?

And another question - how can I exclude a few folders from the project? I found project properties->resource filters but when I searched it in google, I it turns out, that it only excludes files/folders from the view, but Eclipse still parses these files/folders to support code completion based on these files, is this true?
Re: Project inside another project [message #691143 is a reply to message #691114] Thu, 30 June 2011 19:50 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 30-Jun-11 12:23, forums-noreply@eclipse.org wrote:
> Hi,
>
> I use the php version of Eclipse IDE.
>
> I'm wondering if I can have a project inside another project.
> I host my websites on hostgator shared account. The main folder (called
> 'main') keeps my main domain as well as subfolders, which are completely
> different domains (like another_domain).
>
> Now - can I have a project pointing to the 'main' folder, and another
> project pointing to the 'another_domain' which is a subfolder of the
> main folder?
>
> And another question - how can I exclude a few folders from the project?
> I found project properties->resource filters but when I searched it in
> google, I it turns out, that it only excludes files/folders from the
> view, but Eclipse still parses these files/folders to support code
> completion based on these files, is this true?

Unless there's something different about Eclipse PDT, the answer is no.
The way you simulate hierarchy between projects is by making one
dependent upon another.

You might get help here on this issue, but you might get a more
PHP-tailored answer in that forum.
Re: Project inside another project [message #691247 is a reply to message #691143] Fri, 01 July 2011 04:59 Go to previous messageGo to next message
techsupport is currently offline techsupportFriend
Messages: 3
Registered: June 2011
Junior Member
Hi,

I understand your answered my question about project inside another project?

If so, then I don't really want to create any time of "hierarchy", the projects are completely independent.

So, can I have this type of structure?
Re: Project inside another project [message #691502 is a reply to message #691247] Fri, 01 July 2011 15:11 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 30-Jun-11 22:59, forums-noreply@eclipse.org wrote:
> Hi,
>
> I understand your answered my question about project inside another
> project?
>
> If so, then I don't really want to create any time of "hierarchy", the
> projects are completely independent.
>
> So, can I have this type of structure?

Eclipse does not support placing one project underneath another.
Re: Project inside another project [message #691548 is a reply to message #691502] Fri, 01 July 2011 17:33 Go to previous messageGo to next message
techsupport is currently offline techsupportFriend
Messages: 3
Registered: June 2011
Junior Member
OK, thank you.
Re: Project inside another project [message #696057 is a reply to message #691114] Wed, 13 July 2011 07:26 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 30.06.2011 20:23, forums-noreply@eclipse.org wrote:
> Hi,
>
> I use the php version of Eclipse IDE.
>
> I'm wondering if I can have a project inside another project.
No.

Dani
> I host my websites on hostgator shared account. The main folder
> (called 'main') keeps my main domain as well as subfolders, which are
> completely different domains (like another_domain).
>
> Now - can I have a project pointing to the 'main' folder, and another
> project pointing to the 'another_domain' which is a subfolder of the
> main folder?
>
> And another question - how can I exclude a few folders from the
> project? I found project properties->resource filters but when I
> searched it in google, I it turns out, that it only excludes
> files/folders from the view, but Eclipse still parses these
> files/folders to support code completion based on these files, is this
> true?
Re: Project inside another project [message #698473 is a reply to message #691114] Tue, 19 July 2011 14:15 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 6/30/11 2:23 PM, forums-noreply@eclipse.org wrote:
> And another question - how can I exclude a few folders from the project?
> I found project properties->resource filters but when I searched it in
> google, I it turns out, that it only excludes files/folders from the
> view, but Eclipse still parses these files/folders to support code
> completion based on these files, is this true?

Open the project properties and select the PHP Build Path section. There
you can expand the source folder and edit the "Excluded" element.

Eric
Previous Topic:web share eclispe interface
Next Topic:Disable all validations and checks in eclipse
Goto Forum:
  


Current Time: Sat Apr 20 03:49:54 GMT 2024

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

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

Back to the top