Export to GitHub

mxupdate - issue #127

Embedded TCL update code of MQL programs must be removed in MX


Posted on May 24, 2010 by Quick Camel

What steps will reproduce the problem? 1. define a MQL program without extension (add program TEST code "tcl;puts Works";) 2. add property (modify program TEST property TEST value TEST;) 3. execute program (execute program TEST;) 4. export program using MxUpdate tool (exec program MxUpdate --export --path "C:/TEMP" --program TEST;) 4. update program using MxUpdate tool (exec program MxUpdate --update --path "C:/TEMP" --program TEST;) 5. execute program (execute program TEST;)

What is the expected output? What do you see instead? Message from steps 3 and 5 like "Works" Using step #3 it work, but not when step #5 is executed.

Resolution? The embedded TCL code must be removed for the update itself. So the code in MX does not include any TCL update code (and the programs works as expected).

Comment #1

Posted on May 24, 2010 by Quick Camel

solved with r799

Comment #2

Posted on May 30, 2010 by Quick Camel

version 0.10.0 is released

Comment #3

Posted on Feb 7, 2014 by Quick Lion

(No comment was entered for this change.)

Comment #4

Posted on Feb 7, 2014 by Quick Lion

(No comment was entered for this change.)

Status: Done

Labels:
Type-Enhancement Component-Update Priority-High Version-0.10.0 Status-Done MigrationStatus-Done