Menu

#1 RENAME: Rename placeholder in REPLACE part missing

open-later
nobody
None
1
2004-02-09
2003-07-21
Jens Engel
No

VERSION-INFO: frameprocessor-0.9.5 (supplied Win32
fp.exe)

It is not possible that a part that is inserted via the
REPLACE statement at a variation point contains
placeholders (or slots) that are replaced later via the
RENAME command.

EXAMPLE:
# -- file:MyFrame.spc ----------------------
ADAPT MyFrame.frame
OUTFILE MyOutfile.txt

REPLACE MyVarPoint
Value="${MY_PLACEHOLDER}";

RENAME ${MY_PLACEHOLDER} MamboJambo

# -- END-OF-FILE. ---------------------

EXPECTED: MyVarPoint should look like this:
Value="MamboJambo";

CURRENT-BEHAVIOUR:
Value="${MY_PLACEHOLDER}";

Discussion

  • Thomas Patzke

    Thomas Patzke - 2004-02-09
    • status: open --> open-later
     
  • Thomas Patzke

    Thomas Patzke - 2004-02-09
    • priority: 5 --> 1
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.