On 08/18/2010 03:22 PM, Kevin Flynn wrote: > > Running on linux, the shell process command doesn't inherit my user > environment (specifically, it doesn't inherit my PATH). Is there any way > to fix this, so I can easily run locally installed programs. Is this > behavior the same on Windows (only the global PATH is visible)? >
In principle, the processes created by XXE inherit the environment of XXE (whatever the platform running XXE). Therefore, if you start XXE from a terminal, a shell process command should inherit your PATH. We'll investigate this problem and fix any bug we may find. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

