H!
While building my jbosstest, I found that in my nvironment the build fails
beacuse of the line
<property name="docs.dir" value="${basedir}/src/docs"/>
in build.xml (there is no jbosstest/src/docs dir). Changing it to
<property name="docs.dir" value="${basedir}/docs"/>
makes the build complete ok.
Hugo
