Bug 289186 - [fiximprove]: User defined symbol sets not exported during antenna export for MTJ 1.0.1RC3
Summary: [fiximprove]: User defined symbol sets not exported during antenna export for...
Status: CLOSED FIXED
Alias: None
Product: MTJ (Archived)
Classification: Tools
Component: MTJ projects (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: 1.0.1   Edit
Assignee: Diego Madruga Sandin CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2009-09-11 06:03 EDT by developer CLA
Modified: 2009-10-28 08:46 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description developer CLA 2009-09-11 06:03:43 EDT
Overview: Device symbols (including custom device symbols are exported to the .symbols file corresponding to the configuration name during Antenna export, enabling. However user defined symbols are no longer exported.

Steps to Reproduce: (Minimized, easy-to-follow steps that will trigger the bug)

    1) From the application descriptor form, select or create a runtime configuration, (using edit or add buttons)
    2) Using the 'Manage symbol sets' button create a symbol set definition, and ensure it has some values
    3) in the edit configuration page ensure this symbol set is selected
    4) From the application descriptor form click on the Export Antenna Files url

Actual Results: (What MTJ did after performing the above steps)
    an [configuration].symbols file will be generated in the mtj build directory   populated with the configuration-based symbols, but no symbols from the selected user defined symbol set


Expected Results: (What MTJ should have done, were the bug not present)

   The symbols file should have included the values from the selected user defined symbols set

Build Date & Platform: (update with the correct values from your workspace)
 
 Installation : Pulsar (20090619-0625) 
 MTJ install  : 1.0.1RC3
 java.runtime : Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
 os.name:     : Windows XP Professional, Service Pack 3
Comment 1 Diego Madruga Sandin CLA 2009-09-11 08:36:51 EDT
Hi,

The symbols should be exported if you enable preprocessing in the project. Did you enabled preprocessing in the project creation or from the context menu?

I only reproduced the error reported if the preprocessor support was not add to the project.

Thanks,
Diego
Comment 2 Diego Madruga Sandin CLA 2009-09-11 08:40:49 EDT
Sorry, my mistake. I manage to reproduce the error. I'll work on that.
Comment 3 Diego Madruga Sandin CLA 2009-09-11 09:15:55 EDT
Fixed. Will be available in N20090911 Nightly Build.
Comment 4 Diego Madruga Sandin CLA 2009-10-28 08:46:37 EDT
Released