Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do you delete a project from CFB b3.

Guest
Jan 22, 2010 Jan 22, 2010

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

TOPICS
Builder
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 22, 2010 Jan 22, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 23, 2010 Jan 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 27, 2010 Jan 27, 2010

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

delete_resource.gif

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 03, 2010 Feb 03, 2010
LATEST

Yes you're quite right.  I was thinking that was a reference to the source code within the project, not the project files themselves.  My bad.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources