You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by sb...@apache.org on 2001/12/15 21:17:20 UTC

cvs commit: jakarta-ant/docs/manual/OptionalTasks javacc.html jjtree.html maudit.html mmetrics.html

sbailliez    01/12/15 12:17:20

  Modified:    docs/manual/OptionalTasks javacc.html jjtree.html
                        maudit.html mmetrics.html
  Log:
  Fixed some external links.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-ant/docs/manual/OptionalTasks/javacc.html
  
  Index: javacc.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/javacc.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- javacc.html	2001/02/13 12:31:56	1.2
  +++ javacc.html	2001/12/15 20:17:20	1.3
  @@ -10,7 +10,7 @@
   <h2><a name="javacc">JavaCC</a></h2>
   <h3>Description</h3> 
   <p>
  -  Invokes the <a HREF="http://www.metamata.com/javacc/" target="_top">JavaCC</a> compiler 
  +  Invokes the <a HREF="http://www.webgain.com/products/java_cc/" target="_top">JavaCC</a> compiler 
     compiler on a grammar file.
   </p>
   <p>
  
  
  
  1.4       +1 -1      jakarta-ant/docs/manual/OptionalTasks/jjtree.html
  
  Index: jjtree.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/jjtree.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jjtree.html	2001/09/08 01:05:18	1.3
  +++ jjtree.html	2001/12/15 20:17:20	1.4
  @@ -12,7 +12,7 @@
   
   <h3>
   Description</h3>
  -Invokes the <a href="http://www.metamata.com/javacc/">JJTree</a> preprocessor
  +Invokes the <a href="http://www.webgain.com/products/java_cc/">JJTree</a> preprocessor
   for the JavaCC compiler compiler. It inserts parse tree building actions
   at various places in the JavaCC source that it generates. The output of
   JJTree is run through JavaCC to create the parser.
  
  
  
  1.3       +2 -2      jakarta-ant/docs/manual/OptionalTasks/maudit.html
  
  Index: maudit.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/maudit.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maudit.html	2001/09/08 01:05:18	1.2
  +++ maudit.html	2001/12/15 20:17:20	1.3
  @@ -14,8 +14,8 @@
   </ul>
   <h3>Requirements</h3>
   <p>This task requires Metamata Development environment 2.0/Webgain Quality Analyzer 2.0.
  -An evaluation version is available at <a href="http://www.webgain.com/products/quality_analyzer">Webgain</a>.
  -, <a href="http://jakarta.apache.org/oro">Jakarta Oro</a> and a XML parser (via JAXP).</p>
  +An evaluation version is available at <a href="http://www.webgain.com/products/quality_analyzer/">Webgain</a>.
  +, <a href="http://jakarta.apache.org/oro/">Jakarta Oro</a> and a XML parser (via JAXP).</p>
   <h3>Description</h3> 
   <p>
     Invokes the Metamata Audit/ Webgain Quality Analyzer on a set of Java files.
  
  
  
  1.3       +2 -2      jakarta-ant/docs/manual/OptionalTasks/mmetrics.html
  
  Index: mmetrics.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/mmetrics.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mmetrics.html	2001/09/08 01:05:18	1.2
  +++ mmetrics.html	2001/12/15 20:17:20	1.3
  @@ -14,9 +14,9 @@
   </ul>
   <h3>Requirements</h3>
   <p>This task requires Metamata Development environment 2.0/Webgain Quality Analyzer 2.0.
  -An evaluation version is available at <a href="http://www.webgain.com/products/quality_analyzer">Webgain</a>.
  +An evaluation version is available at <a href="http://www.webgain.com/products/quality_analyzer/">Webgain</a>.
   (Though you will not be able to use Metrics from the command line if you do not have a registered version).
  -You also need a TRaX compliant processor(such as <a href="http://xml.apache.org/xalan-j">Xalan 2.x</a>) via JAXP 1.1</p>
  +You also need a TRaX compliant processor(such as <a href="http://xml.apache.org/xalan-j/">Xalan 2.x</a>) via JAXP 1.1</p>
   <h3>Description</h3> 
   <p>
     Invokes the Metamata Metrics / WebGain Quality Analyzer source code 
  
  
  

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