Re: can a starkit create starkits?
jemptymethod <[email protected]> Sat, 7 Aug 2010 06:18:54 -0700 (PDT)
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <0e8cf6a6-5336-49c1-ba39-1fbe53387931@x25g2000yqj.googlegroups.com> |
Thanks for the guidance/suggestions. To 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] -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/starkit?hl=en