holtdl 2002/06/20 09:45:00
Modified: docs/manual Tag: ANT_15_BRANCH conceptstypeslist.html
index.html
docs/manual/CoreTasks Tag: ANT_15_BRANCH mail.html
docs/manual/OptionalTasks Tag: ANT_15_BRANCH ejb.html
test.html
Log:
Add some links and do a few tweaks.
Revision Changes Path
No revision
No revision
1.5.2.2 +1 -0 jakarta-ant/docs/manual/conceptstypeslist.html
Index: conceptstypeslist.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/conceptstypeslist.html,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- conceptstypeslist.html 10 May 2002 15:40:31 -0000 1.5.2.1
+++ conceptstypeslist.html 20 Jun 2002 16:45:00 -0000 1.5.2.2
@@ -24,6 +24,7 @@
<a href="CoreTypes/filterchain.html">FilterChains and FilterReaders</a><br>
<a href="CoreTypes/filterset.html">FilterSet</a><br>
<a href="CoreTypes/patternset.html">PatternSet</a><br>
+<a href="using.html#path">Path-like Structures</a><br>
<a href="CoreTypes/selectors.html">Selectors</a><br>
<a href="CoreTypes/xmlcatalog.html">XMLCatalog</a><br>
1.5.2.1 +1 -1 jakarta-ant/docs/manual/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/index.html,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -r1.5 -r1.5.2.1
--- index.html 28 Feb 2002 22:40:18 -0000 1.5
+++ index.html 20 Jun 2002 16:45:00 -0000 1.5.2.1
@@ -5,7 +5,7 @@
<title>Apache Ant User Manual</title>
</head>
-<frameset cols="25%,75%">
+<frameset cols="26%,74%">
<frame src="toc.html" name="navFrame">
<frame src="cover.html" name="mainFrame">
</frameset>
No revision
No revision
1.10.2.3 +6 -1 jakarta-ant/docs/manual/CoreTasks/mail.html
Index: mail.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/mail.html,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -r1.10.2.2 -r1.10.2.3
--- mail.html 5 Jun 2002 22:51:42 -0000 1.10.2.2
+++ mail.html 20 Jun 2002 16:45:00 -0000 1.10.2.3
@@ -10,9 +10,14 @@
<h2><a name="mail">Mail</a></h2>
<h3>Description</h3>
<p>A task to send SMTP email. This task can send mail using either plain
-text, uu encoding or Mime format mail depending on what is available.
+text, UU encoding, or MIME format mail, depending on what is available.
Attachments may be sent using nested
<a href="../CoreTypes/fileset.html">fileset</a> elements.</p>
+<p><strong>Note:</strong> This task may depend on external libraries
+that are not included
+in the Ant distribution. See <a href="../install.html#librarydependencies">
+Library Dependencies</a> for more information.
+</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
No revision
No revision
1.23.2.6 +12 -6 jakarta-ant/docs/manual/OptionalTasks/ejb.html
Index: ejb.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/ejb.html,v
retrieving revision 1.23.2.5
retrieving revision 1.23.2.6
diff -u -r1.23.2.5 -r1.23.2.6
--- ejb.html 14 Jun 2002 16:26:16 -0000 1.23.2.5
+++ ejb.html 20 Jun 2002 16:45:00 -0000 1.23.2.6
@@ -560,9 +560,12 @@
any of these files are newer than the jar file the jar will be rebuilt
otherwise
a message is logged that the jar file is up to date.</p>
-<p>The task uses the jakarta-bcel framework, to extract all dependent
classes. This
-means, that beside the classes, that are mentioned in the deployment
descriptor, also
-all classes, that these depend on, are automatically included in the jar
file.</p>
+<p>The task uses the
+<a href="http://jakarta.apache.org/bcel"> jakarta-BCEL </a> framework
+to extract all dependent classes. This
+means that, in addition to the classes that are mentioned in the
+deployment descriptor, any classes that these depend on are also
+automatically included in the jar file.</p>
<h3>Naming Convention</h3>
@@ -645,7 +648,9 @@
classes had to be loaded into Ant's JVM. This was not always possible due to
class dependencies.
</p>
-<p>The ejbjar task in Ant 1.5 uses the jakarta-BCEL library to analyze the
bean's class
+<p>The ejbjar task in Ant 1.5 uses the
+<a href="http://jakarta.apache.org/bcel"> jakarta-BCEL </a> library
+to analyze the bean's class
files directly, rather than loading them into the JVM. This also allows
ejbjar to add all
of the required support classes for a bean and not just super classes.
</p>
@@ -661,7 +666,8 @@
<li><code>full</code> - In this mode all classes used by the bean's classes
and interfaces
are added to the jar</li>
</ul>
-<p>The <code>super</code> and <code>full</code> values require the
jakarta-BCEL library
+<p>The <code>super</code> and <code>full</code> values require the
+<a href="http://jakarta.apache.org/bcel"> jakarta-BCEL </a> library
to be available. If it is not, ejbjar will drop back to the behaviour
corresponding to
the value <code>none</code>.</p>
1.7.2.1 +4 -0 jakarta-ant/docs/manual/OptionalTasks/test.html
Index: test.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/test.html,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -r1.7 -r1.7.2.1
--- test.html 25 Mar 2002 10:50:09 -0000 1.7
+++ test.html 20 Jun 2002 16:45:00 -0000 1.7.2.1
@@ -10,6 +10,10 @@
<h2><a name="test">Test</a></h2>
<h3>Description</h3>
<p>This is a primitive task to execute a unit test in the org.apache.testlet
framework.</p>
+<p><strong>Note:</strong> This task depends on external libraries not
included
+in the Ant distribution. See <a href="../install.html#librarydependencies">
+Library Dependencies</a> for more information.
+</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>