Hi, I discovered that my var - JBOSS_ROOT - is not substitued in (for example) this file below.
$ grep JBOSS_ROOT /data/pobj/jboss-as-7.1.1/fake-amd64/usr/local/jboss-as/bin/standalone.sh RUN_CONF="${JBOSS_ROOT}/standalone/configuration/standalone.conf" ^^^^^^^^^^^^^ - after fake Although it is defined in Makefile to be substitued. $ grep JBOSS_ROOT Makefile JBOSS_ROOT = /var/jboss-as SUBST_VARS += JBOSS_ROOT JBOSS_LOG_ROOT $ grep JBOSS_ROOT patches/patch-bin_standalone_sh + RUN_CONF="${JBOSS_ROOT}/standalone/configuration/standalone.conf" PEBKAC or where can be problem? 2 weeks old amd64 snapshot. jirib