Skip to main content
January 23, 2010
Question

How do you delete a project from CFB b3.

  • January 23, 2010
  • 1 reply
  • 1270 views

I created a project and then deleted it from the

navigator pane thinking I might have done it

wrong. I tried to create a new one but every time I try to point it to the ColdFusion8/wwroot dirrectory CFB tells me a project already exists, but Open Project is always greyed out so I can't seem to create one or open the one it seems to think is there.

Ed

This topic has been closed for replies.

1 reply

January 23, 2010

Deleting a project from the navigator pane doesn't delete the project from the location. If you physically go to the location you will see a .project and settings.xml which indicate that a project has been created on the folder.

If you wish to work on this project you can import this Project by Right-Click in Navigator Pane -> Import... -> ColdFusion -> Import Existing Project. In this wizard specify the location(in your case, ColdFusion8/wwwroot) and your project will be imported again.

Hope this helps.

-Bhakti

Inspiring
January 23, 2010

DELETE should mean "it gets deleted". I can see how there might be grounds for there to be a UI option to not delete the files from disk, but given there isn't one, it's a bug that the files don't get removed, and accordingly subsequent attempts to create a project of the same name gives "unexpected results".

--

Adam

January 27, 2010

When I go to delete a project I see this dialog:

Checking the 'Delete project contents on disk' option causes the project to be removed from disk.

As already suggested if you don't check this box then you can either manually delete the project from disk (probably in C:\Documents and Settings\<username>\Adobe ColdFusion Builder workspace) or reimport the project.

To reimport, right click in the Navigator pane and choose Import. Then expand the ColdFusion folder and choose 'Import existing Projects'

I don't think it is an unexpected result that you cannot create a file of the same name in the same location as an existing one. That's just the way a file system works.