From 7d1a567e21657c5381f8c954e7cb540f28813feb Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Wed, 19 Mar 2003 13:49:18 +0000 Subject: [PATCH] Missing merge from 1.5 branch :-( git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274290 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/ejb.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html index 3a65d2b72..adb95d7ab 100644 --- a/docs/manual/OptionalTasks/ejb.html +++ b/docs/manual/OptionalTasks/ejb.html @@ -1258,7 +1258,7 @@ sun jdk.

For the websphere element to work, you have to provide a complete classpath, that contains all classes, that are required to reflect the bean classes. For ejbdeploy to work, you must also provide -the classpath of the ejbdeploy tool (look at the examples below). +the classpath of the ejbdeploy tool and set the websphere.home property (look at the examples below).

@@ -1344,6 +1344,7 @@ the classpath of the ejbdeploy tool (look at the examples below). in the descriptor dir:

+     <property name="webpshere.home" value="${was4.home}"/>
      <ejbjar srcdir="${build.class}" descriptordir="etc/ejb">
       <include name="*-ejb-jar.xml"/>
       <websphere dbvendor="DB2UDBOS390_V6"