Changeset 4862 for branches/1.4


Ignore:
Timestamp:
Dec 12, 2014, 12:38:33 PM (10 years ago)
Author:
ldelgass
Message:

merge r4849 from 1.3 branch (remove -simulate flag

Location:
branches/1.4
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

  • branches/1.4/gui/apps/launcher.tcl

    r4828 r4862  
    8484                }
    8585            }
    86             -simulate {
    87                 # accept a driver.xml file and simulate it
    88                 set driverxml [lindex $argv 0]
    89                 set argv [lrange $argv 1 end]
    90                 if {![file exists $driverxml]} {
    91                     puts stderr "file not found: $driverxml"
    92                     exit 1
    93                 }
    94                 package require Rappture
    95                 set langdir $Rappture::installdir
    96                 set mainscript [file join $langdir scripts simulate.tcl]
    97                 set reqpkgs ""
    98                 set alist "-driver $driverxml"
    99                 break
    100             }
    10186            default {
    10287                puts stderr "usage:"
     
    10489                puts stderr "  rappture -builder ?-tool toolFile?"
    10590                puts stderr "  rappture -tester ?-auto? ?-tool toolFile? ?-testdir directory?"
    106                 puts stderr "  rappture -simulate driverFile"
    10791                exit 1
    10892            }
  • branches/1.4/lang/tcl/scripts/Makefile.in

    r4828 r4862  
    4545                $(srcdir)/resources.tcl \
    4646                $(srcdir)/result.tcl \
    47                 $(srcdir)/simulate.tcl \
    4847                $(srcdir)/task.tcl \
    4948                $(srcdir)/units.tcl \
Note: See TracChangeset for help on using the changeset viewer.