Changeset 2158 for trunk/builder/scripts/main.tcl
- Timestamp:
- Mar 27, 2011 3:14:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/builder/scripts/main.tcl
r2155 r2158 190 190 191 191 if {$what == "-new"} { 192 set xmlobj [Rappture::LibraryObj ::#auto "<?xml version=\"1.0\"?><run/>"] 193 $xmlobj put tool.command "" 192 set xmlobj [Rappture::LibraryObj ::#auto "<?xml version=\"1.0\"?><run><tool/></run>"] 194 193 } else { 195 194 if {$what == "-file"} { … … 1031 1030 1032 1031 # copy the ToolXml object and pass to analyzer to show outputs 1033 set synthrun [Rappture::LibraryObj ::#auto "<?xml version=\"1.0\"?><run />"]1032 set synthrun [Rappture::LibraryObj ::#auto "<?xml version=\"1.0\"?><run><tool/></run>"] 1034 1033 $synthrun copy "" from $ToolXml "" 1035 1034 $f.analyze load $synthrun … … 1246 1245 } 1247 1246 lappend atargs -$key $val 1247 } 1248 1249 # add any tooltip info for this attribute 1250 if {[info exists info(-tooltip)] && $info(-tooltip) ne ""} { 1251 lappend atargs -tooltip $info(-tooltip) 1248 1252 } 1249 1253
Note: See TracChangeset
for help on using the changeset viewer.