conor 2003/03/19 05:49:18
Modified: docs/manual/OptionalTasks ejb.html Log: Missing merge from 1.5 branch :-( Revision Changes Path 1.33 +3 -2 ant/docs/manual/OptionalTasks/ejb.html Index: ejb.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ejb.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -w -u -r1.32 -r1.33 --- ejb.html 17 Feb 2003 09:07:33 -0000 1.32 +++ ejb.html 19 Mar 2003 13:49:18 -0000 1.33 @@ -1258,7 +1258,7 @@ <p> 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 <i>websphere.home</i> property (look at the examples below). </p> <table border="1" cellpadding="2" cellspacing="0"> @@ -1344,6 +1344,7 @@ in the descriptor dir:</p> <pre> + <property name="webpshere.home" value="${was4.home}"/> <ejbjar srcdir="${build.class}" descriptordir="etc/ejb"> <include name="*-ejb-jar.xml"/> <websphere dbvendor="DB2UDBOS390_V6"