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/03/03 00:48:55 UTC

cvs commit: xml-xalan/xdocs/sources/xalan BUGS DONE STATUS

curcuru     00/03/02 15:48:54

  Modified:    xdocs    Makefile
  Added:       xdocs/sources/xalan BUGS DONE STATUS
  Log:
  Update Makefile to ignore errors on copy; add BUGS, STATUS, DONE files to new xdocs area; PR: same as earlier doc build bug
  
  Revision  Changes    Path
  1.5       +5 -3      xml-xalan/xdocs/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/Makefile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile	2000/03/02 17:39:34	1.4
  +++ Makefile	2000/03/02 23:48:52	1.5
  @@ -42,21 +42,23 @@
   
   # Note these paths should work on WinXX or Unix-land
   makesbook: getxmlsite
  -	echo Making stylebook into $(OUTPUTDIR)
  +	echo Setting up for stylebook into $(OUTPUTDIR)
   	-mkdir $(OUTPUTDIR)
   	-mkdir $(OUTPUTDIR)/docs
   	-mkdir $(OUTPUTDIR)/docs/resources
  -	$(CP) style/resources/* $(OUTPUTDIR)/docs/resources
  +	-$(CP) style/resources/* $(OUTPUTDIR)/docs/resources
  +	echo Making stylebook into $(OUTPUTDIR)
   	$(JAVA12) -classpath "$(EXTRA_CLASSPATH)" $(STYLEBOOK) "targetDirectory=$(OUTPUTDIR)/docs/" sources/xalanLocal.xml style
   
   #To build javadoc from the xdocs directory
   makejavadoc: getxmlsite
  -	echo Making javadoc1.2 into $(OUTPUTDIR)
  +	echo Setting up for javadoc1.2 into $(OUTPUTDIR)
   	-mkdir $(OUTPUTDIR)
   	-mkdir $(OUTPUTDIR)/docs
   	-mkdir $(OUTPUTDIR)/docs/apidocs
   	$(JAVA12) -classpath "$(EXTRA_CLASSPATH)" $(STYLEBOOK) "loaderConfig=sbk:/style/loaderjdoc.xml" targetDirectory=$(SRCDIR) sources/javadocPackages.xml style
   	echo -public -overview $(SRCDIR)/javadocOverview.html -sourcepath $(SRCDIR) org.apache.xalan.xpath org.apache.xalan.xpath.xdom org.apache.xalan.xpath.dtm org.apache.xalan.xpath.xml org.apache.xalan.xslt org.apache.xalan.xslt.trace org.apache.xalan.xslt.client org.apache.xalan.xslt.extensions -windowtitle Xalan -d $(OUTPUTDIR)/docs/apidocs > $(JAVADOCARGFILE)
  +	echo Making javadoc1.2 into $(OUTPUTDIR)
   	$(JAVADOC12) @$(JAVADOCARGFILE)
   
   .PHONY: clean
  
  
  
  1.1                  xml-xalan/xdocs/sources/xalan/BUGS
  
  Index: BUGS
  ===================================================================
  <s3 title="Known bugs in the current Xalan version">
    <p>We are aware of the following bugs in the current version:</p>
    <ul>
      <li>Bug number here; Bug description here</li>
      <li>Bug number here; Bug description here</li>
    </ul>
    <p>Any additional notes here</p>
  </s3>    
  
  
  
  1.1                  xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  <s3 title="Bugs pended since the last Xalan version">
    <p>The following are Pending bugs (we think they're fixed but haven't tested them):</p>
    <ul>
      <li>Bug number here; Bug description here</li>
      <li>Bug number here; Bug description here</li>
    </ul>
  </s3>
  
  <s3 title="Bugs resolved since the last Xalan version">
    <p>The following are Resolved bugs (fixed and tested):</p>
    <ul>
      <li>Bug number here; Bug description here</li>
      <li>Bug number here; Bug description here</li>
    </ul>
  </s3>
  
  <s3 title="Bugs closed since the last Xalan version">
    <p>The following are Closed bugs (not really a bug; no longer applicable; etc.):</p>
    <ul>
      <li>Bug number here; Bug description here</li>
      <li>Bug number here; Bug description here</li>
    </ul>
  </s3>
  
  
  
  1.1                  xml-xalan/xdocs/sources/xalan/STATUS
  
  Index: STATUS
  ===================================================================
  <s3 title="To-do tasks for future Xalan versions">
    <p>Things wed like or are planning to do in Xalan:</p>
    <ul>
      <li>Updating this STATUS file regularly</li>
      <li>Other item were doing</li>
      <li>Other item we want a volunteer for</li>
    </ul>
  </s3>