Hello out there..
I try to install the EJB-Classes on my JBoss-Server. For that I got the 
"jboss-EJB-3.0_RC9-FD.zip"-archive and unziped it. Then I tried to perform the 
installations-procedure according to the documentation:
anonymous wrote : EJB 3.0 Preview RC9 only works with JBoss 4.0.4.GA. An ANT 
build script has been supplied to patch an existing JBoss 4.0.4.GA distribution.
  | 
  | * download ANT from apache.org if you don't have it already
  | * set a JBOSS_HOME environment variable to point to the directory JBoss is 
installed in
  | 
  | $ cd jboss-EJB-3.0_RC9-FD
  | $ ant -f install.xml -Djboss.server.config=[server directory you want to 
patch]
  | 
  | jboss.server.config defaults to all

So I typed in:
anonymous wrote : ant -f install.xml -Djboss.server.config=default

and got:

anonymous wrote : Buildfile: install.xml
  | 
  | install:
  | [copy] Copying 1 file to 
/opt/public/jboss-EJB-3.0_RC9-FD/${env.JBOSS_HOME}/client
  | 
  | BUILD FAILED
  | /opt/public/jboss-EJB-3.0_RC9-FD/install.xml:21: Failed to copy 
/opt/public/jboss-EJB-3.0_RC9-FD/lib/jbossws-client.jar to 
/opt/public/jboss-EJB-3.0_RC9-FD/${env.JBOSS_HOME}/client/jbossws-client.jar 
due to 
/opt/public/jboss-EJB-3.0_RC9-FD/${env.JBOSS_HOME}/client/jbossws-client.jar 
(No such file or directory)
  | 
  | Total time: 1 second

Oh yes I have JBoss Version jboss-4.0.5.GA.
And it is installed on /opt/local/usr/jboss

Did I missed something?

Gruss Christian


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981133
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to