Skip to main content
Participant
July 14, 2009
Answered

Continuous building of workspace

  • July 14, 2009
  • 2 replies
  • 3028 views

When I open CF Builder it continuously builds the workspace, never going above 0%. This stops me from running extensions like SVN updates. It also means that when I close CF Builder, I have to use end task to close the building workspace.

For reference: I have my local CF8 server configured in CF Builder and my default workspace is in c:/htdocs

This topic has been closed for replies.
Correct answer mgw4jc

I've found that Eclipse will sometimes do this, for reasons I have not been able to determine.  If one just lets it get on with it (which can take several minutes), after that it's fine.  CFB might be doing the same thing.

I'm not sure what's going on (then again: I've never bothered to investigate, contenting myself with sitting there swearing at my screen instead).

--

Adam


Window -> Preferences -> General -> Workspace

Uncheck "Build automatically".

2 replies

Ram Kulkarni
Participating Frequently
July 15, 2009

Do you observe "collecting server setting" or "building workspace" in the status bar? We have not implemented building the entire workspace in  CF Builder. It only parses and shows errors for the files that are open in the editor.

Eclipse does call a job to "Refresh contents" whenever problems view is updated, but CF Builder does not compile any CFML files in response to this job.

Participant
July 15, 2009

The issue wasn't with the entire workspace being built, but more with it taking too long to complete and eclipse not letting me start a new process (like an SVN update through the subclipse plugin) until the original process was complete (opting instead to queue the processes).

Inspiring
July 15, 2009

I've found that Eclipse will sometimes do this, for reasons I have not been able to determine.  If one just lets it get on with it (which can take several minutes), after that it's fine.  CFB might be doing the same thing.

I'm not sure what's going on (then again: I've never bothered to investigate, contenting myself with sitting there swearing at my screen instead).

--

Adam

Participating Frequently
July 15, 2009

Do you have many files in your workspace/project? Are you using server mappings? Any other information that can help us investigate this?

Participant
July 15, 2009

The workspace did eventually finish building (i don't know how long, as I was not keeping track).

The project that I had open has 6,094 files and the workspace has 13,031 files (with the project folder sitting inside the workspace folder). The server does have mappings.

I may have been too quick to jump to a conclusion, however neither the progress bar nor the percentage of completion showed any signs of the building of the workspace as being completed within half an hour.