--- BorlandGenerateClient.html.orig	Wed May 29 12:58:35 2002
+++ BorlandGenerateClient.html	Wed May 29 15:07:10 2002
@@ -8,6 +8,7 @@
 <body>
 
 <h2><a name="log">BorlandGenerateClient</a></h2>
+<p>by Benoit Moussaud (<a href="mailto:benoit.moussaud@criltelecom.com">benoit.moussaud@criltelecom.com</a>)</p>
 <h3>Description</h3>
 <p>The BorlandGenerateClient is a task dedicated to Borland Application Server 
   v 4.5. It offers to generate the client jar file corresponding to an ejb jar 
@@ -40,16 +41,26 @@
   <tr>
     <td valign="top" width="63">mode</td>
     <td valign="top" width="915">choose the command launching mode. Two values: 
-      java or fork. default = java. Possibility to specify a classpath.</td>
+      java or fork. default = fork. java is not supported for version=5.Possibility to specify a classpath.</td>
     <td align="center" valign="middle" width="62">no</td>
   </tr>
+  <tr>
+    <td valign="top" width="63">version</td>
+    <td valign="top" width="915">set the Borland Application Version.
+            <ul>
+              <li>4 means B.A.S (Borland Application Server 4.x)</li>
+              <li>5 means B.E.S (Borland Application Server 5.x)</li>
+            </ul>
+          </td>
+    <td align="center" valign="middle" width="62">yes</td>
+  </tr>
 </table>
 
 <h3>Examples</h3>
 <p>The following build.xml snippet is an example of how to use Borland element 
    into the ejbjar task using the java mode.</p>
 <pre>
-&lt;blgenclient ejbjar=&quot;lib/secutest-ejb.jar&quot; clientjar=&quot;lib/client.jar&quot; debug=&quot;true&quot; mode=&quot;java&quot;&gt;
+&lt;blgenclient ejbjar=&quot;lib/secutest-ejb.jar&quot; clientjar=&quot;lib/client.jar&quot; debug=&quot;true&quot; mode=&quot;fork&quot;&gt; version=&quot;5&quot;&gt;
     &lt;classpath&gt;
         &lt;pathelement locacation=&quot;mymodule.jar&quot;/&gt;
     &lt;/classpath&gt;
