Hi, I am trying to deploy Duke's Bank app.  I've followed the Getting Started with 
JBoss 4.0 guide, but when I try to compile using ant -f jboss-build.xml compile on 
WinXP
I get following output:

 
  | Buildfile: ..\..\j2eetutorial14\examples\bank\jboss-build.xml
  | 
  | prepare:
  | 
  | compile:
  |     [javac] Compiling 56 source files to 
D:\ihk\game_design\j2eetutorial14\examples\bank\build
  | 
  | BUILD FAILED
  | D:\ihk\game_design\j2eetutorial14\examples\bank\jboss-build.xml:49: 
D:\ihk\game_design\j2eetutorial14\examples\bank${jboss.home}\client not found.

I have also point jboss.home to my installation directory of JBoss in build.properties 
file:

# Set the path to the JBoss directory containing the JBoss application server
  | # (This is the one containing directories like "bin", "client" etc.)
  | 
  | jboss.home=d:/ihk/jboss-4.0.0
  | 
  | #d:/ihk/jboss-4.0.0 
  | # Set the path to the JBoss server environment. For 3.2.x it is under JBoss Home
  | # in the server directory either "default" or "all"
  | #jboss.server=${jboss.home}
  | 
  | jboss.server=${jboss.home}/server/default
  | 
  | jboss.deploy.dir=${jboss.server}/deploy
  | 
  | # Set the path to the servlet archive
  | servlet.jar=${jboss.server}/lib/javax.servlet.jar
  | #servlet.jar=${jboss.home}/tomcat-4.1.x/common/lib/servlet.jar

What client should I point and where?  Does anybody know?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852584#3852584

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852584


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to