Getting Started Example - Part 4

Generate Code

Now it's time to generate the code.



If no valid IDE project is set inside the property "RXF::Deployer::IDEProject" on the active configuration, a deployer window will pop-up to request the specification of a valid IDE project.



The relative path from the chosen IDE project to the Rhapsody model project folder will be saved in the property "RXF::Deployer::IDEProject" of your active component. So make sure that your component have write access. Again, this will only be done, if the path changes.
Optionally you can also use absolute paths in the property.

Make

The next step is to deploy the generated code into the IDE project.


By clicking on this button following things happen: One useful option is to set the generated source code folder from the active configuration in Rhapsody to the same folder where you want to deploy.



This has following advantages:

Run

The run button will have no effect, because the execution of the final build will be triggered inside the IDE. So feel free to use the property CPP_CG::RXF::InvokeExecutable on the active configuration for your own purposes.

Please continue to the next Part 5