You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2002/01/29 19:04:52 UTC

cvs commit: xml-xerces/java/docs faq-general.xml install.xml

elena       02/01/29 10:04:52

  Modified:    java/docs faq-general.xml install.xml
  Log:
  update installation docs
  
  Revision  Changes    Path
  1.22      +1 -1      xml-xerces/java/docs/faq-general.xml
  
  Index: faq-general.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-general.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- faq-general.xml	17 Dec 2001 21:11:13 -0000	1.21
  +++ faq-general.xml	29 Jan 2002 18:04:52 -0000	1.22
  @@ -18,7 +18,7 @@
           </li>
           </ul>
           <p>For backwards compatibility, we have retained the ability
  -        to generate old-style jarfiles.  For instructions, see <link
  +        to generate xerces.jar.  For instructions, see <link
           idref="install">the installation documentation</link>.
           </p>
       </a>
  
  
  
  1.13      +22 -6     xml-xerces/java/docs/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/install.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- install.xml	10 Dec 2001 22:35:34 -0000	1.12
  +++ install.xml	29 Jan 2002 18:04:52 -0000	1.13
  @@ -67,6 +67,9 @@
      download the source package and have the contents of the tools
      package (or equivalent) available.
     </note>
  +  <note>
  +    xerces.jar is no longer available in the main distribution. You can still download this jar from deprecated distribution. xerces.jar is a Jar file that contains all the parser class files. 
  +   </note>
    </s2>
    <s2 title='Files in the Source Package'>
     <table>
  @@ -151,17 +154,30 @@
    was done so that, if your XSLT processor ships with API&apos;s at the
    same level as those supported by &ParserName;, you can avoid putting
    <code>xmlParserAPIs.jar</code> on your classpath.</p>
  - <p>Should you wish to use the old form of the jarfiles, we have
  +
  + <p>Should you wish to use the <code>xerces.jar</code> instead, we have
    included several ant targets for backward compatibility.  An
    &quot;ant target&quot; is an argument given to ant, our build tool,
    that tells it which portions of the <code>build.xml</code> file to
  - apply.  If you are on a Windows system and you wish to get only the
  - old xerces jar files, you would execute <code>build.bat
  - oldjars</code>.  If you want to regenerate new versions of the xerces
  + apply. 
  +</p>
  +
  + <p> 
  + If you are on a Windows system and you wish to get only the
  + xerces.jar file, you would execute <code>build.bat
  + deprecatedjars</code>.  
  + </p>
  + <p>
  + If you want to regenerate new versions of the xerces
    binary, source and tools distributions with the old-style jarfiles,
  - you would execute <code>build.bat oldall</code>.  The situation is
  + you would execute <code>build.bat deprecatedall</code>.  
  +
  + The situation is
    analogous for Unix users, except that <code>build.sh</code> would be
  - used instead of <code>build.bat</code>.  For further information and
  + used instead of <code>build.bat</code>.  
  + </p>
  + <p>
  + For further information and
    more options, please look inside build.xml itself; all possibilities
    are documented there.
    </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org