This is really a symptom of how badly we need to get CI running again. The hello world workflow being broken is completely unacceptable.
On Tue, Dec 3, 2013 at 5:08 PM, Josh Soref <[email protected]> wrote: > One quibble with the bug report: > > > echo $JAVA_HOME > > Is not proof that the variable is set correctly. It's proof that someone > doesn't understand Unix shells. > > You can use 'export' to see the exported variables. > > > http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.baseadmn/doc/baseadmndita/cmd_shell_var_export.htm > > Is fairly reasonable as documentation goes. > > The right approach is to try to run Java and only offer help with Java if > it doesn't work. > --------------------------------------------------------------------- > This transmission (including any attachments) may contain confidential > information, privileged material (including material protected by the > solicitor-client or other applicable privileges), or constitute non-public > information. Any use of this information by anyone other than the intended > recipient is prohibited. If you have received this transmission in error, > please immediately reply to the sender and delete this information from > your system. Use, dissemination, distribution, or reproduction of this > transmission by unintended recipients is not authorized and may be unlawful. >
