function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tonantetonante 

Recursive Build of Workspace Occuring Within Force.com IDE When Saving a File.

HI,
Whenever I need to save static resource files my IDE starts the build and then goes into a recursive loop until I select the resource in the Package Explorer and do the menu selection Force.com > Save To Server which causes the build to sleep (stops the build looping)  so that changes can be made to this file.  This seems to be only occuring with Static Resources.  I tested this for both VF pages and Apex classes and there doesn't seem to be an infinite/cyclical build issue with those.

Possible Culprit: Recently I had used EGit as version control for my code updates and used two successive projects to better manage the code changes  per project in Git.  I wonder if I should have just used one mamoth project folder to upload changes instead of categorizing them in sub project folders in the upstream of Git? 

Thanks much for your help.