Bugs item #1682062, was opened at 2007-03-16 06:15
Message generated for change (Settings changed) made by pmarcu
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: Pending
>Resolution: Fixed
Priority: 1
Private: No
Submitted By: Richard J Foster (richardjfoster)
Assigned to: pmarcu (pmarcu)
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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to