Book a Demo

Author Topic: Can't generate C++ from state diagrams  (Read 3280 times)

P Glaubitz

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Can't generate C++ from state diagrams
« on: October 21, 2009, 01:52:26 am »
I'm running System Eng Ed Build 849.
My project is stored in a SQL database so that several people can work in different portions of the model at once. I can't generate code for state machines. If I export the code to a local project it generates code for the state machine.

Wowbagger

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
    • View Profile
Re: Can't generate C++ from state diagrams
« Reply #1 on: October 23, 2009, 07:37:19 am »
(Paul and I work together....)

More data: the DB is MySQL. We are working on making a small demo case to submit.


Wowbagger

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
    • View Profile
Re: Can't generate C++ from state diagrams
« Reply #2 on: October 28, 2009, 03:50:01 am »
Update: we found the database had old code templates in it. Exporting the model doesn't capture the templates (you have to export the resources), so when we did an export from DB/import XMI we didn't pick up the old templates, and so it worked.