You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/05/03 12:48:24 UTC

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

bodewig     02/05/03 03:48:24

  Modified:    docs/manual Tag: ANT_15_BRANCH install.html platform.html
                        tasksoverview.html
               docs/manual/OptionalTasks Tag: ANT_15_BRANCH
                        junitreport.html
  Log:
  Remove references to Crimson.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.29.2.3  +3 -3      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.2
  retrieving revision 1.29.2.3
  diff -u -r1.29.2.2 -r1.29.2.3
  --- install.html	3 May 2002 09:40:28 -0000	1.29.2.2
  +++ install.html	3 May 2002 10:48:24 -0000	1.29.2.3
  @@ -41,12 +41,12 @@
   available on your classpath.</p>
   <p>
   The binary distribution of Ant includes the latest version of the
  -<a href="http://xml.apache.org/crimson/index.html">Apache Crimson</a> XML parser. 
  +<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>jaxp.jar</code> and <code>crimson.jar</code>
  +<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 
  @@ -319,7 +319,7 @@
           www2.hursley.ibm.com/netrexx</a></td>
     </tr>
     <tr>
  -    <td>js.jar</td>
  +    <td>rhino.jar</td>
       <td>javascript with script task</td>
       <td><a href="http://www.mozilla.org/rhino/" target="_top">www.mozilla.org/rhino</a></td>
     </tr>
  
  
  
  1.3.2.1   +3 -2      jakarta-ant/docs/manual/platform.html
  
  Index: platform.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/platform.html,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- platform.html	7 Mar 2002 16:10:39 -0000	1.3
  +++ platform.html	3 May 2002 10:48:24 -0000	1.3.2.1
  @@ -50,14 +50,15 @@
   <p>To give the same level of sophisticated control as Ant's startup scripts on other platforms, it was decided to make the main ant startup on NetWare be via a Perl Script, "runant.pl".  This is found in the bin directory (for instance - bootstrap\bin or dist\bin).</p>
   
   <p>One important item of note is that you need to set up the following to run ant:</p>
  -<ul><li><code>CLASSPATH</code> - put ant.jar, crimson.jar, optional.jar, and any other needed jars on the system classpath.</li>
  +<ul><li><code>CLASSPATH</code> - put ant.jar, xercesImpl.jar, xmlParserAPIs.jar and any other needed jars on the system classpath.</li>
      <li><code>ANT_OPTS</code> - On NetWare, <code>ANT_OPTS</code> needs to include a parameter of the form, <nobr>"-envCWD=<code>ANT_HOME</code>"</nobr>, with <code>ANT_HOME</code> being the fully expanded location of Ant, <b>not</b> an environment variable.  This is due to the fact that the NetWare System Console has no notion of a current working directory.</li>
   </ul>
   <p>It is suggested that you create up an ant.ncf that sets up these parameters, and calls <code>perl ANT_HOME/dist/bin/runant.pl</code></p>
   <p>The following is an example of such an NCF file(assuming ant is installed in <nobr>'sys:/jakarta-ant/'):</nobr></p>
   <code>
      &nbsp;&nbsp;&nbsp;envset CLASSPATH=SYS:/jakarta-ant/bootstrap/lib/ant.jar<br />
  -   &nbsp;&nbsp;&nbsp;envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/crimson.jar <br />
  +   &nbsp;&nbsp;&nbsp;envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/xercesImpl.jar <br />
  +   &nbsp;&nbsp;&nbsp;envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/xmlParserAPIs.jar <br />
      &nbsp;&nbsp;&nbsp;envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/optional/junit.jar <br />
      &nbsp;&nbsp;&nbsp;envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/bootstrap/lib/optional.jar <br />
   <br />
  
  
  
  1.14.2.1  +1 -1      jakarta-ant/docs/manual/tasksoverview.html
  
  Index: tasksoverview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/tasksoverview.html,v
  retrieving revision 1.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- tasksoverview.html	30 Apr 2002 17:31:05 -0000	1.14
  +++ tasksoverview.html	3 May 2002 10:48:24 -0000	1.14.2.1
  @@ -715,7 +715,7 @@
     <tr valign="top">
       <td nowrap><a href="OptionalTasks/xmlvalidate.html">XmlValidate</a></td>
       <td><p>Checks that XML files are valid (or only well-formed). This task
  -     uses the Crimson SAX2 parser implementation by default, but any SAX1/2
  +     uses the XML parser that is currently used by Ant by default, but any SAX1/2
        parser can be specified, if needed.</p></td>
     </tr>
   </table>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1   +1 -1      jakarta-ant/docs/manual/OptionalTasks/junitreport.html
  
  Index: junitreport.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/junitreport.html,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- junitreport.html	14 Mar 2002 01:43:35 -0000	1.9
  +++ junitreport.html	3 May 2002 10:48:24 -0000	1.9.2.1
  @@ -19,7 +19,7 @@
   <p>
   Note:<i>For a framed format Xalan 1.2.2 will need Xerces(xerces.jar) as well as BSF(bsf.jar)
   that can be found in the distribution archive. Xerces will need to be before any other
  -parser (such as the shipped crimson). It is *highly* recommended to use Xalan2 instead
  +parser (such as the shipped version of Xerces, which is too new). It is *highly* recommended to use Xalan2 instead
   because Xalan1 is no more supported.
   </i></p>
   <h3>Parameters</h3>
  
  
  

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