Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » How to optimize build process(Project contains many classes but not all of these need to rebuild)
How to optimize build process [message #1816733] Wed, 06 November 2019 00:26
Eclipse UserFriend
Hello!

I work with a large project and use third-party php libraries that are located in one "vendors" folder inside my project. I want Eclipse to rebuild only my own php classes and files, and ignore all vendors files. Because libraries never changed. I don't even need the vendors folder to be visible in the project tree. But if I exclude this folder via resource filter, compilation errors occur because my classes use vendor libraries. And I can't add vendors to build path because this folder already exists in project

How can I make vendors classes not to rebuild, but their contents will used by my own classes? Now everything builds in my workspace and it takes a lot of time
Previous Topic:Best PHP Development Tool
Next Topic:Find Function within PHP project
Goto Forum:
  


Current Time: Wed Mar 19 09:52:31 EDT 2025

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

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

Back to the top