You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/07/06 02:46:33 UTC

cvs commit: xml-xerces/java build.xml

abagchi     00/07/05 17:46:32

  Modified:    java     build.xml
  Log:
  Now does not fork a new process for Stylebook docs, bug resolved
  
  Revision  Changes    Path
  1.16      +2 -2      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	2000/07/05 21:40:26	1.15
  +++ build.xml	2000/07/06 00:46:32	1.16
  @@ -51,7 +51,7 @@
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.15 2000/07/05 21:40:26 abagchi Exp $
  +   $Id: build.xml,v 1.16 2000/07/06 00:46:32 abagchi Exp $
   
   ==================================================================== -->
   
  @@ -231,7 +231,7 @@
     <!-- =================================================================== -->
     <target name="docs" depends="prepare, prepare-docs">
   	<echo message="Building docs for ${Name} ${version} ..." />
  -    <java fork="yes"
  +    <java fork="no"
             classpath="${java.class.path}:${doc.generator.package}"
             classname="${doc.generator}"
             args="targetDirectory=${build.docs} ${docs.book} ${doc.style}"/>