Brian Stansberry [
http://community.jboss.org/people/bstansberry%40jboss.com] commented on
the document
"JBoss AS7 User Guide"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-16068#comment-4920
--------------------------------------------------
I suspect you are passing -Dexample=domain.configs to the build script when you build the
entire AS. If that's it, first build the AS and then cd into the demos dir and run
the demos. from the root of the source checkout:
$ ./build.sh
$ cd demos
$ mvn install -Dexample=domain.configs
--------------------------------------------------