Change By: Karel Piwko (20/Feb/13 6:36 AM)
Description: Come of the quickstarts have "jbossHome" property in arquillian.xml commented out, some of not.

This makes usage of external env variable JBOSS_HOME unusable.

I suggest to use:

{code:xml}
<property name="jbossHome">${env.JBOSS_HOME:/path/to/jboss/as}</property>
{code}

A temporary solution is to comment out all "jbossHome" properties.

List of examples not-propagating jbossHome correctly:

{code}
./kitchensink-ml/src/test/resources/arquillian.xml:        <!--<property name="jbossHome">/path/to/jboss/as</property> -->
[kpiwko@kapy-ntb-x220 jboss-as-quickstart]$ grep -IR '/path/to/jboss/as' . | grep -v '<!--'
./richfaces-validation/src/test/resources/arquillian.xml:         <property name="jbossHome">/path/to/jboss/as</property>
./kitchensink-rf/src/test/resources/arquillian.xml:         <property name="jbossHome">/path/to/jboss/as</property>
./kitchensink-deltaspike/src/test/resources/arquillian.xml:         <property name="jbossHome">/path/to/jboss/as</property>
{code}

Also, you could update Kitchensink Guide and README.md if you update the way how property is specified.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira