You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by um...@apache.org on 2002/10/02 16:48:49 UTC

cvs commit: jakarta-ant/docs/manual/OptionalTasks ejb.html

umagesh     2002/10/02 07:48:49

  Modified:    .        Tag: ANT_15_BRANCH WHATSNEW build.xml
               docs/manual Tag: ANT_15_BRANCH cover.html install.html
               docs/manual/OptionalTasks Tag: ANT_15_BRANCH ejb.html
  Log:
  Version updates for Ant 1.5.1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.263.2.84 +2 -2      jakarta-ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
  retrieving revision 1.263.2.83
  retrieving revision 1.263.2.84
  diff -u -r1.263.2.83 -r1.263.2.84
  --- WHATSNEW	27 Sep 2002 09:38:22 -0000	1.263.2.83
  +++ WHATSNEW	2 Oct 2002 14:48:48 -0000	1.263.2.84
  @@ -1,5 +1,5 @@
  -Changes from Ant 1.5.1Beta1 to the current CVS version
  -======================================================
  +Changes from Ant 1.5.1Beta1 to 1.5.1
  +====================================
   
   Fixed bugs:
   -----------
  
  
  
  1.304.2.34 +2 -2      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.304.2.33
  retrieving revision 1.304.2.34
  diff -u -r1.304.2.33 -r1.304.2.34
  --- build.xml	26 Sep 2002 12:33:42 -0000	1.304.2.33
  +++ build.xml	2 Oct 2002 14:48:48 -0000	1.304.2.34
  @@ -20,8 +20,8 @@
   
     <property name="Name" value="Apache Ant"/>
     <property name="name" value="ant"/>
  -  <property name="version" value="1.5.1beta1"/>
  -  <property name="manifest-version" value="1.5.0.1"/>
  +  <property name="version" value="1.5.1"/>
  +  <property name="manifest-version" value="1.5.1"/>
   
     <property name="debug" value="true"/>
     <property name="chmod.fail" value="true"/>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.2   +8 -8      jakarta-ant/docs/manual/cover.html
  
  Index: cover.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/cover.html,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- cover.html	3 May 2002 09:40:28 -0000	1.3.2.1
  +++ cover.html	2 Oct 2002 14:48:48 -0000	1.3.2.2
  @@ -2,18 +2,18 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  -<title>Apache Ant 1.5 User Manual - Credits</title>
  +<title>Apache Ant 1.5.1 User Manual - Credits</title>
   </head>
   
   <body bgcolor="#FFFFFF">
  -<div align="center"> 
  +<div align="center">
     <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
  -  <h1>Apache Ant 1.5 Manual</h1>
  -  <p align="left">This is the manual for version 1.5 of 
  -  <a href="http://jakarta.apache.org/ant/index.html">Apache Ant</a>. 
  -    If your version 
  -    of Ant (as verified with <tt>ant -version</tt>) is older or newer than this 
  -    version then this is not the correct manual set. Please use the documentation 
  +  <h1>Apache Ant 1.5.1 Manual</h1>
  +  <p align="left">This is the manual for version 1.5.1 of
  +  <a href="http://jakarta.apache.org/ant/index.html">Apache Ant</a>.
  +    If your version
  +    of Ant (as verified with <tt>ant -version</tt>) is older or newer than this
  +    version then this is not the correct manual set. Please use the documentation
       appropriate to your current version. Also, if you are using a version
       older than the most recent release, we recommend an upgrade to fix bugs
       as well as provide new functionality </p>
  
  
  
  1.29.2.9  +42 -42    jakarta-ant/docs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/install.html,v
  retrieving revision 1.29.2.8
  retrieving revision 1.29.2.9
  diff -u -r1.29.2.8 -r1.29.2.9
  --- install.html	19 Jul 2002 18:29:26 -0000	1.29.2.8
  +++ install.html	2 Oct 2002 14:48:48 -0000	1.29.2.9
  @@ -17,17 +17,17 @@
   <h3>Source Edition</h3>
   
   <p>If you prefer the source edition, you can download the source for the latest Ant release from <a
  -href="http://jakarta.apache.org/builds/ant/release/v1.5/src/">
  -http://jakarta.apache.org/builds/ant/release/v1.5/src/</a>.
  +href="http://jakarta.apache.org/builds/ant/release/v1.5.1/src/">
  +http://jakarta.apache.org/builds/ant/release/v1.5.1/src/</a>.
   
  -Again, if you prefer the edge, you can access 
  -the code as it is being developed via CVS. The Jakarta website has details on 
  -<a href="http://jakarta.apache.org/site/cvsindex.html" target="_top">accessing CVS</a>. Please checkout the 
  -jakarta-ant module. 
  +Again, if you prefer the edge, you can access
  +the code as it is being developed via CVS. The Jakarta website has details on
  +<a href="http://jakarta.apache.org/site/cvsindex.html" target="_top">accessing CVS</a>. Please checkout the
  +jakarta-ant module.
   
   See the section <a href="#buildingant">Building Ant</a> on how to
   build Ant from the source code.
  -You can also access the 
  +You can also access the
   <a href="http://cvs.apache.org/viewcvs/jakarta-ant/" target="_top">
   Ant CVS repository</a> on-line. </p>
   
  @@ -35,27 +35,27 @@
   <h2><a name="sysrequirements">System Requirements</a></h2>
   Ant has been used successfully on many platforms, including Linux,
   commercial flavours of Unix such as Solaris and HP-UX,
  -Windows 9x and NT, Novell Netware 6 and MacOS X. 
  +Windows 9x and NT, Novell Netware 6 and MacOS X.
   <p>
  -To build and use Ant, you must have a JAXP-compliant XML parser installed and 
  +To build and use Ant, you must have a JAXP-compliant XML parser installed and
   available on your classpath.</p>
   <p>
   The binary distribution of Ant includes the latest version of the
  -<a href="http://xml.apache.org/xerces2-j/index.html">Apache Xerces2</a> XML parser. 
  -Please see 
  -<a href="http://java.sun.com/xml/" target="_top">http://java.sun.com/xml/</a> 
  -for more information about JAXP. 
  +<a href="http://xml.apache.org/xerces2-j/index.html">Apache Xerces2</a> XML parser.
  +Please see
  +<a href="http://java.sun.com/xml/" target="_top">http://java.sun.com/xml/</a>
  +for more information about JAXP.
   If you wish to use a different JAXP-compliant parser, you should remove
   <code>xercesImpl.jar</code> and <code>xmlParserAPIs.jar</code>
   from Ant's <code>lib</code> directory.
   
  -You can then either put the jars from your preferred parser into Ant's 
  +You can then either put the jars from your preferred parser into Ant's
   <code>lib</code> directory or put the jars on the system classpath.</p>
   
   <p>
   For the current version of Ant, you will also need a JDK installed on
   your system, version 1.1 or later. Some tasks work better on post-1.1 systems;
  -some tasks only work on Java 1.2 and successors. 
  +some tasks only work on Java 1.2 and successors.
   A future version of Ant -Ant 2.0- will require JDK 1.2 or later, though
   Ant 1.x strives to retain 1.1 compatibility.
   </p><p>
  @@ -64,7 +64,7 @@
   </p>
   <p>
   <strong>Note #2: </strong>If a JDK is not present, only the JRE runtime, then many tasks will not work.
  -</p>  
  +</p>
   <hr>
   <h2><a name="installing">Installing Ant</a></h2>
   <p>The binary distribution of Ant consists of the following directory layout:
  @@ -87,33 +87,33 @@
               //   - ... and more ;-)
   </pre>
   
  -Only the <code>bin</code> and <code>lib</code> directories are 
  -required to run Ant. 
  +Only the <code>bin</code> and <code>lib</code> directories are
  +required to run Ant.
   
   To install Ant, choose a directory and copy the distribution
  -file there. This directory will be known as ANT_HOME. 
  +file there. This directory will be known as ANT_HOME.
   </p>
   
   <table width="80%">
   <tr>
     <td colspan="2">
  -    <b>Windows 95 and Windows 98 Note:</b> 
  +    <b>Windows 95 and Windows 98 Note:</b>
     </td>
   </tr>
   <tr>
     <td width="5%">&nbsp;</td>
     <td><i>
  -On these systems, the script used to launch Ant will have 
  -problems if ANT_HOME is a long filename. This is due to 
  -limitations in the OS's handling of the <code>&quot;for&quot;</code> 
  -batch-file statement. It is recommended, therefore, that Ant be 
  +On these systems, the script used to launch Ant will have
  +problems if ANT_HOME is a long filename. This is due to
  +limitations in the OS's handling of the <code>&quot;for&quot;</code>
  +batch-file statement. It is recommended, therefore, that Ant be
   installed in a <b>short</b> path, such as C:\Ant.</i>
     </td>
   </tr>
   </table>
   
   <p>
  -Before you can run ant there is some additional set up you 
  +Before you can run ant there is some additional set up you
   will need to do:</p>
   <ul>
   <li>Add the <code>bin</code> directory to your path.</li>
  @@ -126,19 +126,19 @@
   This should be set to the directory where your JDK is installed.</li>
   </ul>
   <p><strong>Note:</strong> Do not install Ant's ant.jar file into the lib/ext
  -directory of the JDK/JRE. Ant is an application, whilst the extension 
  -directory is intended for JDK extensions. In particular there are security 
  +directory of the JDK/JRE. Ant is an application, whilst the extension
  +directory is intended for JDK extensions. In particular there are security
   restrictions on the classes which may be loaded by an extension.</p>
   
   <h3><a name="optionalTasks">Optional Tasks</a></h3>
   <p>Ant supports a number of optional tasks. An optional task is a task which
  -typically requires an external library to function. The optional tasks are 
  +typically requires an external library to function. The optional tasks are
   packaged together with the core Ant tasks.</p>
   
   <p>The external libraries required by each of the optional tasks is detailed
   in the <a href="#librarydependencies">Library Dependencies</a> section. These external
   libraries may either be placed in Ant's lib directory, where they will be picked up
  -automatically, or made available on the system CLASSPATH environment variable. 
  +automatically, or made available on the system CLASSPATH environment variable.
   </p>
   
   <h3>Windows</h3>
  @@ -166,19 +166,19 @@
   <p>There are lots of variants that can be used to run Ant. What you need is at
   least the following:</p>
   <ul>
  -<li>The classpath for Ant must contain <code>ant.jar</code> and any jars/classes 
  +<li>The classpath for Ant must contain <code>ant.jar</code> and any jars/classes
   needed for your chosen JAXP-compliant XML parser.</li>
   <li>When you need JDK functionality
   (such as for the <a href="CoreTasks/javac.html">javac</a> task or the
   <a href="CoreTasks/rmic.html">rmic</a> task), then for JDK 1.1, the <code>classes.zip</code>
   file of the JDK must be added to the classpath; for JDK 1.2 or JDK 1.3, <code>tools.jar</code>
   must be added. The scripts supplied with Ant,
  -in the <code>bin</code> directory, will add 
  +in the <code>bin</code> directory, will add
   the required JDK classes automatically, if the <code>JAVA_HOME</code>
   environment variable is set.</li>
   
  -<li>When you are executing platform-specific applications, such as the 
  -<a href="CoreTasks/exec.html">exec</a> task or the 
  +<li>When you are executing platform-specific applications, such as the
  +<a href="CoreTasks/exec.html">exec</a> task or the
   <a href="CoreTasks/cvs.html">cvs</a> task, the property <code>ant.home</code>
   must be set to the directory containing where you installed Ant. Again
   this is set by the Ant scripts to the value of the ANT_HOME environment
  @@ -190,7 +190,7 @@
   in the users home directory, which can be used to set such options. Look
   at the source for your platform's invocation script for details.
   
  -<hr>  
  +<hr>
   <h2><a name="buildingant">Building Ant</a></h2>
   <p>To build Ant from source, you can either install the Ant source distribution
   or checkout the jakarta-ant module from CVS.</p>
  @@ -211,7 +211,7 @@
   Note that this will make the auxiliary jars
   available for the building of Ant only. For running Ant you will
   still need to
  -make the jars available as described under 
  +make the jars available as described under
   <a href="#installing">Installing Ant</a>.</p>
   
   <p>Your are now ready to build Ant:</p>
  @@ -225,11 +225,11 @@
   <p>The above action does the following:</p>
   <ul>
   
  -<li>If necessary it will bootstrap the Ant code. Bootstrapping involves the manual 
  +<li>If necessary it will bootstrap the Ant code. Bootstrapping involves the manual
   compilation of enough Ant code to be able to run Ant. The bootstrapped Ant is
   used for the remainder of the build steps. </li>
   
  -<li>Invokes the bootstrapped Ant with the parameters passed to the build script. In 
  +<li>Invokes the bootstrapped Ant with the parameters passed to the build script. In
   this case, these parameters define an Ant property value and specify the &quot;dist&quot; target
   in Ant's own <code>build.xml</code> file.</li>
   </ul>
  @@ -252,9 +252,9 @@
     <p><code>build install-lite</code>&nbsp;&nbsp;&nbsp;&nbsp;(<i>Windows</i>)</p>
     <p><code>build.sh install-lite</code>&nbsp;&nbsp;&nbsp;&nbsp;(<i>Unix</i>)</p>
   </blockquote>
  -This will only install the <code>bin</code> and <code>lib</code> directories. 
  -<p>Both the <code>install</code> and 
  -<code>install-lite</code> targets will overwrite 
  +This will only install the <code>bin</code> and <code>lib</code> directories.
  +<p>Both the <code>install</code> and
  +<code>install-lite</code> targets will overwrite
   the current Ant version in <code>ANT_HOME</code>.</p>
   
   <hr>
  @@ -277,7 +277,7 @@
       <td>An XSL transformer like Xalan or XSL:P</td>
       <td>style task</td>
       <td><a href="http://xml.apache.org/xalan-j/index.html"
  -    target="_top">http://xml.apache.org/xalan-j/index.html</a> for Xalan.<br> 
  +    target="_top">http://xml.apache.org/xalan-j/index.html</a> for Xalan.<br>
       XSL:P used to live at <a href="http://www.clc-marketing.com/xslp/"
       target="_top">http://www.clc-marketing.com/xslp/</a>, but the link
       doesn't work any longer and we are not aware of a replacement site.</td>
  @@ -357,7 +357,7 @@
     </tr>
     <tr>
       <td>bcel.jar</td>
  -    <td>classfileset data type, 
  +    <td>classfileset data type,
           JavaClassHelper used by the ClassConstants filter reader and
           optionally used by ejbjar for dependency determination
       </td>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.23.2.13 +2 -2      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.12
  retrieving revision 1.23.2.13
  diff -u -r1.23.2.12 -r1.23.2.13
  --- ejb.html	4 Sep 2002 11:21:14 -0000	1.23.2.12
  +++ ejb.html	2 Oct 2002 14:48:48 -0000	1.23.2.13
  @@ -657,7 +657,7 @@
   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
  +<p>The ejbjar task in Ant releases 1.5 and later 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
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>