Changeset 6176 for branches/1.6/examples
- Timestamp:
- Mar 22, 2016 7:16:03 AM (7 years ago)
- Location:
- branches/1.6/examples/zoo/string
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/examples/zoo/string/string.tcl
r6131 r6176 20 20 $driver put output.string(outi).about.label "Echo of input" 21 21 $driver put output.string(outi).current $indeck 22 puts stderr "This is an error message."23 exit 1024 22 25 23 # save the updated XML describing the run... 26 24 Rappture::result $driver 25 exit 0 -
branches/1.6/examples/zoo/string/tool.xml
r6131 r6176 11 11 </about> 12 12 <command> 13 tclsh @tool/string.tcl@driver13 python @tool/string_test.py @driver 14 14 </command> 15 15 </tool>
Note: See TracChangeset
for help on using the changeset viewer.