Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Remove path from linked project in include path(How do I remove a specific path from an external project linked in the current project using the include path?)
Remove path from linked project in include path [message #643157] Sun, 05 December 2010 09:35 Go to next message
Eclipse UserFriend
Hi there,

I got the following situation:

  • I use symfony framework and have this one as its own project "symfony 1.4" in eclipse.
  • I got several project that have this project configured in their include path.
  • I got a project "My Project" which uses a newer version of a plugin bundled with the framework.

The question I have, how to accomplish this?
I want to exclude a path from the include path of "My Project" which is located in the "symfony 1.4" project.

Example:
"symfony 1.4" project contains folder "lib/plugins/sfPropelPlugin/".
"My Project" contains sfPropel15Plugin (newer version of vendor software)

They got the same class names.
Within "My Project" I don't want to have code assist for the "lib/plugins/sfPropelPlugin" of "symfony 1.4".

I tried to set up "access rules" for the "symfony 1.4" project in "My Project" include path settings, but didn't get it to work.

Anyone can help me, is it even possible?

Best Regards,
Toni Uebernickel
Re: Remove path from linked project in include path [message #643164 is a reply to message #643157] Sun, 05 December 2010 10:08 Go to previous messageGo to next message
Eclipse UserFriend
Seems like a bug. Can you add it to bugzilla please?

As an alternative solution can you try setup the base symphony as a separated project and exclude this directory, then add the project to MyProject.

Thanks for reporting.
Roy
Re: Remove path from linked project in include path [message #643177 is a reply to message #643164] Sun, 05 December 2010 13:09 Go to previous message
Eclipse UserFriend
I filed a bug, available at https://bugs.eclipse.org/bugs/show_bug.cgi?id=331876

Your workaround works (using Resource Filter), however this affects all other projects as well :)
Previous Topic:Newbie question: Script arguments pass does not work
Next Topic:Unable to flush output to console in PDT 2.0
Goto Forum:
  


Current Time: Wed Jul 23 01:32:47 EDT 2025

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

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

Back to the top