Bugs item #1682062, was opened at 2007-03-16 09:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1682062&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: candle
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Richard J Foster (richardjfoster)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error CNDL0149 should be more descriptive.

Initial Comment:
The current message related to CNDL0149 [Ill-formed preprocessor variable 
'{VariableName}'. Variables must have a prefix (like 'var.', 'env.', or 'sys.') 
and a name at least 1 character long.] can be confusing if the user is actually 
attempting to use a string with a literal $({whatever}) sequence. The message 
should be changed to something like the following:

Ill-formed preprocessor variable '$({VariableName})'. 
Variables must have a prefix (like 'var.', 'env.', or 'sys.') and a name at 
least 1 character long.
If the literal string '$({VariableName})' is required the source should read 
'$$({VariableName})'.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1682062&group_id=105970

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to