Bugs item #1907071, was opened at 2008-03-04 10:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110857&aid=1907071&group_id=10857Please 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: Architecture
Group: Inconvenience
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bernie Velivis (velivis)
Assigned to: Nobody/Anonymous (nobody)
Summary: DEFAULT_HEADERS "Source Line is Too Long" error
Initial Comment:
After recording a script, the SCL generated produces source code that will not compile due to the source line being too long. Only occurs when the contents of the DEFAULT_HEADER string is sufficiently long.
Example:
CONSTANT DEFAULT_HEADERS = "Host: www.google.com^J" &
"User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14,52 from:
http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)"
Workaround:
Manually break the line into a multi-line statement
CONSTANT DEFAULT_HEADERS = "Host: www.google.com^J" &
"User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;" &
" EmbeddedWB 14,52 from:
http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.1;" &
" .NET CLR 2.0.50727)"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110857&aid=1907071&group_id=10857-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
OpenSTA-devel mailing list
OpenSTA-devel@...
https://lists.sourceforge.net/lists/listinfo/opensta-devel