This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Change project name



Hi!

I have asked this question before, but didn't get a solution. I'll try to make ti clearer here.

I imported the image_processing demo project from "C:\TI\mcsdk_2_00_05_17\demos\image_processing\ipc\evmc6678l\master", and try to change project name using the right-click menu "Rename". Then I got an error message: "An exception has been caught while processing the refactoring Rename Resource". No modifications are made to the project files what so ever.

Me and my colleague are having the same error, and we are using ccsv5.

Anyone can help?

BR

Chunjian

  • Hi Chunjian,

    I have been able to reproduce this, so please let me have a look into this.  As soon as I have feedback I will post it.

    Best Regards,

    Lisa

  • Hi Chunjian,

    unfortunately there does not seem to be a work around and I have filed this as a bug.

    The ID is SDSCM00043023 and you should be able to track it here

    https://cqweb.ext.ti.com/cqweb/main?command=GenerateMainFrame&service=CQ&schema=SDo-Web&contextid=SDOWP&rmsessionid=42cebdc8-da5e-432a-a5f7-c0a8f08f4205

    Sorry for any inconvenience.

    Best Regards,
    Lisa

  • There is a way to do this, but you have to cheat. TI probably wouldn't recommend this method, but it works for me. I've done this successfully in CCSv5 and in other Eclipse-based development environments.

    1. Clean the project

    2. Remove the project from the workspace.

    3. Make a copy of the project directory and delete the Debug or other output directory from the new project directory.

    4. Edit the .project and .cproject files and replace the old name with the new name.

    5. Import the project from the new directory into the workspace.

    The project name appears in a couple of places in those files. If the name conflicts with some other string in the files, then look at the file from another project to find the lines to change.