From b9421dc80af485591a9c50cc8921f912e0def11e Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:05:40 -0700 Subject: Removing sources to replace with download links instead. Change-Id: Ie28789a725051aec0d1b04dd291b7690a7898668 Signed-off-by: Ashlee Young --- .../manual/Tasks/BorlandGenerateClient.html | 90 ---------------------- 1 file changed, 90 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Tasks/BorlandGenerateClient.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Tasks/BorlandGenerateClient.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/BorlandGenerateClient.html b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/BorlandGenerateClient.html deleted file mode 100644 index 01956b25..00000000 --- a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/BorlandGenerateClient.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - -BorlandGenerateClient Task - - - - -

BorlandGenerateClient

-

by Benoit Moussaud (benoit.moussaud@criltelecom.com)

-

Description

-

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

-

Parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescriptionRequired
ejbjarejb jar fileyes
debugIf true, turn on the debug mode for each borland - tools (java2iiop, iastool ...) default = falseno
clientjarclient jar file name. If missing the client jar - file name is build using the ejbjar file name: ejbjar = hellobean-ejb.jar - => hellobean-ejbclient.jarno
modechoose the command launching mode. Two values: - java or fork. default = fork. java is not supported for version=5.Possibility to specify a classpath.no
versionset the Borland Application Version. -
    -
  • 4 means B.A.S (Borland Application Server 4.x)
  • -
  • 5 means B.E.S (Borland Application Server 5.x)
  • -
-
No, defaults to 4
- -

Examples

-

The following build.xml snippet is an example of how to use Borland element - into the ejbjar task using the java mode.

-
-<blgenclient ejbjar="lib/secutest-ejb.jar" clientjar="lib/client.jar" debug="true" mode="fork"> version="5">
-    <classpath>
-        <pathelement location="mymodule.jar"/>
-    </classpath>
-</blgenclient>
-
-
 
- - - - -- cgit 1.2.3-korg