Bug #6357 2006-02-11 07:52

maxgaspa

Macro name bug in tools

I am observing the following bug.

In the Tools menu I created a tool to run an external executable. I am using the parameter

${PROJECT_NAME}.rcs

Basically I run an RCS application that needs the name of the RCS archive as argument. My RCS archive is the project

name followed by .rcs.

OK now the bug.

1) Open Codeblocks

2) open an existing project, say Project1

3) run the tool. Everything is correct, OK.

4) Close the Project1

5) Open another existing project, say NewProject

6) run the tool.... now the exe starts but using the old Project1 RCS database (Project1.rcs)

It seems that ${PROJECT_NAME} is pointing to the previous projects.

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2006-02-12 08:43
Assigned to
 
mandrav 2006-02-12 08:43

This bug is now fixed in HEAD.

Thank you for reporting it.