Re: can a starkit create starkits?
jemptymethod <[email protected]> Sat, 7 Aug 2010 06:22:24 -0700 (PDT)
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <77f9e9a2-c425-4e55-b860-7e119845e76d@z28g2000yqh.googlegroups.com> |
PS...within the starkit, I can successfully exec a simple command such as ls (and log its stdout/ stderr) On Aug 7, 9:18=A0am, jemptymethod <[email protected]> wrote: > Thanks for the guidance/suggestions. =A0To begin with I have decided to > embed both a cli and gui tclkit within my starkit, but then I cannot > "exec" the following command for creating a starkit: > > C:/opt/deskwideweb/platform/DeskMLKit/dexygen.vfs/dxapp/bin/tclkit-cli > C:/opt/deskwideweb/platform/DeskMLKit/dexygen.vfs/dxapp/bin/sdx.kit > wrap appname.exe -runtime C:/opt/deskwideweb/platform/DeskMLKit/ > dexygen.vfs/dxapp/bin/tclkit-gui > > The above command will however run from: > > a) shell prompt > b) using exec in a tcl script with my customary tcl interpreter, > i.e.: /usr/bin/tclsh (on cygwin) > > Any ideas why the command won't run from within the starkit itself? > I've tried trapping/logging stderr/stdout as follows but it generates > an empty zero-byte sized file: > > exec $cmd >& [file join $root_home log exec.log] --=20 You received this message because you are subscribed to the "starkit" group= . To post to this group, send email to [email protected] To unsubscribe from this group, send email to starkit-unsubscribe@googlegro= ups.com For more options, visit this group at http://groups.google.com/group/starki= t?hl=3Den