You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@locus.apache.org on 2000/02/22 21:51:48 UTC

cvs commit: xml-xalan Makefile README

curcuru     00/02/22 12:51:48

  Modified:    .        Makefile README
  Log:
  Updates for Xalan 0.19.4 upcoming build
  
  Revision  Changes    Path
  1.11      +2 -2      xml-xalan/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xalan/Makefile,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile	2000/02/17 19:32:01	1.10
  +++ Makefile	2000/02/22 20:51:48	1.11
  @@ -35,7 +35,7 @@
   #
   # Note that make.include also defines common targets
   ###########################################################
  -all: makesubdirs makejar makesamples
  +all: makesubdirs makejar makesamples makedocs
   
   build: makesubdirs makejar
   
  @@ -65,7 +65,7 @@
   	echo "done"
   
   XALAN     := xalan
  -XVERSION   = _0_19_3D03
  +XVERSION   = _0_19_4
   CPR = cp -Rvf
   .PHONY: makedist
   makedist:
  
  
  
  1.9       +10 -10    xml-xalan/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-xalan/README,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- README	2000/02/11 17:15:30	1.8
  +++ README	2000/02/22 20:51:48	1.9
  @@ -1,19 +1,19 @@
   README for xml-xalan project at xml.apache.org
   
   -- IMPORTANT NOTES:
  --- This Xalan build is 0.19.3D03.  It is a 'developer' release, meaning 
  -   that it has not necessarily been thoroughly tested, and may not be as stable or functional
  +-- This Xalan build is 0.19.4.  It is really a 'developer' release even though it
  +   has a maintenance number, to reduce confusion about which build is which.
  +   It has not necessarily been thoroughly tested, and may not be as stable or functional
      as previously posted normal releases.  Your mileage may vary, caveat emptor, etc.
  -   BUGS, DONE, STATUS are updated in the root dir only, not in the (hand)built doc.
  -   We've been fixing more bugs and made a number of minor performance updates, mainly for 
  -   speed, and some significant speed enhancements will come in the next couple of weeks.
  +   Plenty of bugfixes have gone in, and lots of stuff should have been cleaned up.
  +   Also, see our new ./samples and freshly-built ./build/docs!
   -- Note that we have performed only very basic testing against the Xerces-J-bin_1_0_1.jar
      distribution (not against the latest CVS), so we suggest using that version with this one.
  -   NOTE: Since Xerces is doing new SAX2 work, this build of Xalan probably won't work at all
  -   with the latest Xerces from CVS.  We'll be making updates to integrate with that over the 
  -   weekend and early next week.
  --- The documentation does not build from this distribution.  We have included a 'hand' built
  -   version for your use, but you won't be able to build new doc from this.
  +   We are ready to roll a Xalan build with the latest Xerces about one day after they post their
  +   next 1.0.2 release.
  +-- The documentation *does* build from this distribution, although you need to copy a number 
  +   of files from xml-site into the ./xdocs/style directory to get it to complete.
  +   A complete set of updated doc is provided in the ./build/docs directory.
      Compiled on NT4SP5 with Sun's JDK 1.1.8.
   -- IMPORTANT NOTES: