[JBoss-user] [JBoss Getting Started Documentation] - Compilation error

2004-10-25 Thread tomb_fish
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=bbop=viewtopicp=3852587#3852587

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852587


---
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


[JBoss-user] [JBoss Getting Started Documentation] - compilation error

2004-10-25 Thread tomb_fish
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=bbop=viewtopicp=3852591#3852591

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852591


---
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


[JBoss-user] [JBoss Getting Started Documentation] - Compilation error while running

2004-10-07 Thread fkhwaja
Hi,
I have downloaded Jboss 4 and trying to compile/deploy dukes bank application. 
however, when i try to compile it gives me error:

compile:
[javac] Compiling 3 source files to C:\khwaja\java\projects\j2eetutorial\exa
mples\bank\build
[javac] C:\khwaja\java\projects\j2eetutorial\examples\bank\src\com\jboss\eba
nk\TellerBean.java:15: package com.sun.ebank.ejb.account does not exist
[javac] import com.sun.ebank.ejb.account.AccountController;
[javac]  ^
[javac] C:\khwaja\java\projects\j2eetutorial\examples\bank\src\com\jboss\eba
nk\TellerBean.java:16: package com.sun.ebank.ejb.account does not exist
[javac] import com.sun.ebank.ejb.account.AccountControllerHome;
[javac]  ^.ejb.account.AccountControllerHome;

seems like I am missing some jar filescan anyone help

thanks in advance
Faisal

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850650#3850650

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850650


---
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