Its running again after this change:
commit -m "Make sure all of the ServerConfig values are accessed to set
the associated system property"
/Users/svn/JBossHead/jboss-head/bootstrap/src/main/org/jboss/bootstrap/AbstractServerImpl.java
Sending
/Users/svn/JBossHead/jboss-head/bootstrap/src/main/org/jboss/bootstrap/AbstractServerImpl.java
Transmitting file data ...
Committed revision 80920.
Scott Stark wrote:
It has to do with the -Djboss.server.home.dir being set on the server
command line. We only set the jboss.server.base.dir as a side effect
of building the jboss.server.home.dir in getServerHomeDir(). If the
jboss.server.home.dir is already set, then nothing is calling
getServerBaseDir() to set the jboss.server.base.dir. All of these
values need to be set during the BaseServerConfig initialization.