cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gjandris
Level 5

Execute Command Action stdout

I am trying to execute a script in execute command action, it fails or hangs for some reason. The stdout and stderr go to variables that default to $EXECUTE_STDOUT$ and $EXECUTE_STDERR$, I have tried setting this to a file that doesn't work. How can I see the output so I know what is going on? Thank you in advance.
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

First, rename each $EXECUTE_STD***$ to something unique.

At the end of the installation, a file "installvariables.properties" should be generated in you uninstall folder. This file will contain the output of your script.

--Jerome
0 Kudos