jlabbe-processia / mxupdate

Automatically exported from code.google.com/p/mxupdate
1 stars 1 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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).

Original issue reported on code.google.com by tim.mox...@googlemail.com on 24 May 2010 at 9:02

GoogleCodeExporter commented 8 years ago
solved with r799

Original comment by tim.mox...@googlemail.com on 24 May 2010 at 9:57

GoogleCodeExporter commented 8 years ago
version 0.10.0 is released

Original comment by tim.mox...@googlemail.com on 30 May 2010 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@innobix.com on 7 Feb 2014 at 8:27

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@innobix.com on 7 Feb 2014 at 8:28