Am kinda new to learning JBoss. I am following the start guide for JBoss 4.0. URL : http://www.jboss.org/jbossas/docs/
I am facing issues in deploying the Duke's Bank application. I first extracted the j2ee-1_4-doc-tutorial_7.zip
Then extracted jbossj2ee-src.zip in the folder j2eetutorial14 as per page 21 of the guide.
I made the changes in the jboss-build.properties file,eg: D:\Jboss\jboss-4.0.0 (Thats is where my JBoss is installed)
Ran ant -f jboss-build.xml compile to compile and below is the error message that I am getting:
compile:
[javac] Compiling 60 source files to D:\Jboss\jboss-4.0.0\j2eetutorial14\examples\bank\build
BUILD FAILED
D:\Jboss\jboss-4.0.0\j2eetutorial14\examples\bank\jboss-build.xml:55: D:\Jboss\jboss-4.0.0\j2eetutorial14\examples\bank\
Jbossjboss-4.0.0\client not found.
Total time: 1 second
D:\Jboss\jboss-4.0.0\j2eetutorial14\examples\bank>