Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 05:26
Natalie Mogilka is currently offline Natalie MogilkaFriend
Messages: 27
Registered: August 2010
Location: Kazakhstan, Almaty
Junior Member
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: Thu Mar 28 09:54:32 GMT 2024

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

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

Back to the top