Import code changes in Beekit

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Import code changes in Beekit

3,047 Views
CecchiSandrone
Contributor II
Hi all,

I have a simple question. Is it possible to import code changes in Beekit? Because if I modify a source file (e.g. BeeApps.c), when I export solution from Beekit (e. g. because I want to disable ZTC), it overwrites the old file. Is there a config file in which I can tell to Beekit what files to overwrite?


Message Edited by Cecchi Sandrone on 2008-01-06 11:48 AM
Labels (1)
0 Kudos
4 Replies

515 Views
Mads
Contributor V
Cecchi,
 
Beekit does not import or export code changes, but only changes in properties (header files)
you should use the Export properties feature as it does not overwrite any source code file (except for the endpointconfig.c).
Export solution will give you a new copy of all source code, export properties will not.
 
Note that changing the ZTC enable/disable function does require you to re-import the project file.
 
BR,
Mads
0 Kudos

515 Views
CecchiSandrone
Contributor II
So export solution (and resulting overwriting) is necessary only for enable/disable ZTC? Can all other parameters be modified only exporting properties?
0 Kudos

515 Views
Mads
Contributor V
No,
just use the Export/import properties functions which does not overwrite files.
BUT you must for certain properties re-import the project file. the ZTC property is one of them - as the help text states.
 
Br,
Mads
0 Kudos

515 Views
CecchiSandrone
Contributor II
Ok...thanks Mads.
0 Kudos