From dc9feca6e3cfd907b1b88683ea8481cf61a1e0e6 Mon Sep 17 00:00:00 2001
From: Magesh Umasankar
Date: Sun, 3 Feb 2002 21:26:18 +0000
Subject: [PATCH] Misspelt words corrected.
PR: 6203
Submitted by: cyrille_list@ingenosya.com (Cyrille Morvan)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271129 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/OptionalTasks/ejb.html | 36 ++++++++++----------
docs/manual/OptionalTasks/jdepend.html | 4 +--
docs/manual/OptionalTasks/propertyfile.html | 16 ++++-----
docs/manual/OptionalTasks/replaceregexp.html | 8 ++---
docs/manual/OptionalTasks/sos.html | 9 +++--
5 files changed, 38 insertions(+), 35 deletions(-)
diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html
index c3c0ee7cf..236c80fe1 100644
--- a/docs/manual/OptionalTasks/ejb.html
+++ b/docs/manual/OptionalTasks/ejb.html
@@ -48,9 +48,9 @@ In general these tasks are specific to the particular vendor's EJB Server.
jboss 2.1 and above EJB servers
Weblogic
4.5.1, 5.1, and 6.0 EJB servers
- JOnAS
+ JOnAS
2.4 Open Source EJB server
- IBM WebSphere 4.0
+ IBM WebSphere 4.0
Over time we expect further optional tasks to support additional EJB Servers.
@@ -65,11 +65,11 @@ In general these tasks are specific to the particular vendor's EJB Server.
iplanet-ejbc | iPlanet Application Server 6.0 |
ejbjar | Nested Elements |
borland | Borland Application Server 4.5 |
- jBoss | jBoss |
iPlanet | iPlanet Application Server 6.0 |
+ jBoss | jBoss |
+ jonas | JOnAS 2.4 |
weblogic | Weblogic 5.1 & 6.0 |
websphere | IBM WebSphere 4.0 |
- jonas | JOnAS 2.4 |
wlrun | Weblogic 4.5.1, 5.1 & 6.0 |
wlstop | Weblogic 4.5.1, 5.1 & 6.0 |
@@ -97,7 +97,7 @@ is based on the standard Ant include and exclude selection mechanisms.
dest |
- The directory where the serialised deployment descriptors will be written |
+ The directory where the serialized deployment descriptors will be written |
Yes |
@@ -118,20 +118,20 @@ is based on the standard Ant include and exclude selection mechanisms.
Description:
-The ejbc task will run Weblogic's ejbc tool. This tool will take a serialised deployment descriptor,
+
The ejbc task will run Weblogic's ejbc tool. This tool will take a serialized deployment descriptor,
examine the various EJB interfaces and bean classes and then generate the required support classes
necessary to deploy the bean in a Weblogic EJB container. This will include the RMI stubs and skeletons
as well as the classes which implement the bean's home and remote interfaces.
The ant task which runs this tool is able to compile several beans in a single operation. The beans to be
-compiled are selected by including their serialised deployment descriptors. The standard ant
+compiled are selected by including their serialized deployment descriptors. The standard ant
include
and exclude
constructs can be used to select the deployment descriptors
to be included.
Each descriptor is examined to determine whether the generated classes are out of date and need to be
regenerated. The deployment descriptor is de-serialized to discover the home, remote and
implementation classes. The corresponding source files are determined and checked to see their
-modification times. These times and the modification time of the serialised descriptor itself are
+modification times. These times and the modification time of the serialized descriptor itself are
compared with the modification time of the generated classes. If the generated classes are not present
or are out of date, the ejbc tool is run to generate new versions.
Parameters:
@@ -143,7 +143,7 @@ or are out of date, the ejbc tool is run to generate new versions.
descriptors |
- This is the base directory from which the serialised deployment descriptors are selected. |
+ This is the base directory from which the serialized deployment descriptors are selected. |
Yes |
@@ -165,7 +165,7 @@ or are out of date, the ejbc tool is run to generate new versions.
classpath |
This classpath must include both the weblogic.ejbc class and the
- classfiles of the bean, home interface, remote interface, etc of the bean being
+ class files of the bean, home interface, remote interface, etc of the bean being
processed. |
No |
@@ -578,8 +578,8 @@ following values
name of the deployment descriptor. For an Account bean, for example, the deployment
descriptor would be named Account-ejb-jar.xml
. Vendor specific descriptors are
located using the same naming convention. The weblogic bean, for example, would be named
-Account-weblogic-ejb-jar.xml
. Under this arrangment, the deployment descriptors
-can be separated from the code implementing the beans, which can be useful whe the same bean code
+Account-weblogic-ejb-jar.xml
. Under this arrangement, the deployment descriptors
+can be separated from the code implementing the beans, which can be useful when the same bean code
is deployed in separate beans.
@@ -792,7 +792,7 @@ deployment element are detailed here.
The jboss element searches for the jboss specific deployment descriptors and adds them
to the final ejb jar file. Jboss has two deployment descriptors jboss.xml and jaws.xml
-(for container manager persistance only). The Jboss server uses hot deployment and does
+(for container manager persistence only). The Jboss server uses hot deployment and does
not require compilation of additional stubs and skeletons.
@@ -1140,7 +1140,7 @@ This will create only one TOPLink-enabled ejb jar file - 'Address.jar'.
The websphere element searches for the websphere specific deployment descriptors and
-adds them to the final ejb jar file. Websphere has two specific desriptors for session
+adds them to the final ejb jar file. Websphere has two specific descriptors for session
beans:
- ibm-ejb-jar-bnd.xmi
@@ -1201,7 +1201,7 @@ the classpath of the ejbdeploy tool (look at the examples below).
alwaysrebuild |
This controls whether ejbdeploy is called although no changes
- have occured. |
+ have occurred.
No, defaults to false |
@@ -1287,7 +1287,7 @@ the task will fail) and a JAR file named ejb/Account.jar will be written
in the destination directory. Note that when the EJB descriptors
are added to the JAR file, they are automatically renamed META-INF/ejb-jar.xml
and META-INF/ias-ejb-jar.xml.
-Of course, this naming behavior can be modified by specifying attributes
+
Of course, this naming behaviour can be modified by specifying attributes
in the ejbjar task (for example, basejarname, basenameterminator, and flatdestdir)
as well as the iplanet element (for example, suffix). Refer to the
appropriate documentation for more details.
@@ -1450,7 +1450,7 @@ up to date, and it will do the minimum amount of work required.
ejb/Account.jar will be written in the destination directory.
-Of course, this naming behavior can be modified by specifying attributes
+
Of course, this naming behaviour can be modified by specifying attributes
in the ejbjar task (for example, basejarname, basenameterminator, and flatdestdir)
as well as the iplanet element (for example, suffix). Refer to the appropriate
documentation for more details.
@@ -1531,7 +1531,7 @@ source files will be retained. If omitted, it defaults to "no".
secpropag |
Modify the RMI Skel. and Stub. to implement the
implicit propagation of the security context (note that
- the transactionnal context is always provided).
+ the transactional context is always provided).
|
No, defaults to false. |
diff --git a/docs/manual/OptionalTasks/jdepend.html b/docs/manual/OptionalTasks/jdepend.html
index 17ef1c9b8..134700add 100644
--- a/docs/manual/OptionalTasks/jdepend.html
+++ b/docs/manual/OptionalTasks/jdepend.html
@@ -42,7 +42,7 @@ effectively manage and control package dependencies."
format |
- The fomat to write the output in. The default is "text", the alternative is "xml" |
+ The format to write the output in. The default is "text", the alternative is "xml" |
No |
@@ -117,7 +117,7 @@ This invokes JDepend in a separate VM on the src
and testsrc<
The classpath is defined using nested elements.
-Copyright © 2001 Apache Software Foundation. All rights
+
Copyright © 2001-2002 Apache Software Foundation. All rights
Reserved.