Book a Demo

Author Topic: Wrong (old) filenames while generating source code  (Read 3651 times)

gillmaus

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Wrong (old) filenames while generating source code
« on: August 05, 2008, 06:27:16 pm »
Hello Everyone!

We are currently evaluating EA-Professionel 7.1.831 and we have a serious problem which we can not solve:

If we rename some classes in our php-project, the program keeps the old names of the classes somewhere inside the save-file !?

Then, if we generate the source code, the file names are the old class-names and the extension is also the old type. (.java instead of .php)

But it's everything set differently in the class-properties.

Is this a bug or is it some configuration stuff?

Please help.

gillmaus

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Wrong (old) filenames while generating source
« Reply #1 on: August 06, 2008, 01:28:04 am »
I did a workaround:

I saved a copy of the project and chose tools->manage->repair with the copy.

After this I opened the copy and voila... the file names were set correctly.

Regards.