[jboss-cvs] jboss-seam/doc/reference ...

Shane Bryzak Shane_Bryzak at symantec.com
Thu Feb 8 05:49:03 EST 2007


  User: sbryzak2
  Date: 07/02/08 05:49:03

  Modified:    doc/reference  build.xml
  Log:
  JBSEAM-789
  
  Revision  Changes    Path
  1.4       +6 -6      jboss-seam/doc/reference/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	8 Sep 2005 20:05:32 -0000	1.3
  +++ build.xml	8 Feb 2007 10:49:03 -0000	1.4
  @@ -81,7 +81,7 @@
           </copy>
   
           <!-- Create the XSL/FO temporary file. -->
  -        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${basedir}" maxmemory="128m" >
  +        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${basedir}" maxmemory="192m" >
               <classpath refid="lib.classpath"/>
               <arg value="-o"/>
               <arg value="${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
  @@ -101,7 +101,7 @@
           </copy>
   
           <!-- Create a PDF from the XSL/FO, using customized fop userconfig.xml -->
  -        <java classname="org.apache.fop.apps.Fop" fork="true" dir="${basedir}" maxmemory="128m" >
  +        <java classname="org.apache.fop.apps.Fop" fork="true" dir="${basedir}" maxmemory="192m" >
               <classpath refid="lib.classpath"/>
               <arg value="-c"/>
               <arg value="${basedir}/${lang}/fop/userconfig.xml"/>
  @@ -112,7 +112,7 @@
   
       <target name="lang.docpdf.normal" depends="lang.docpdf.prepare" unless="custom.fop.userconfig.present">
           <!-- Create a PDF from the XSL/FO. -->
  -        <java classname="org.apache.fop.apps.Fop" fork="true" dir="${basedir}">
  +        <java classname="org.apache.fop.apps.Fop" fork="true" dir="${basedir}" maxmemory="192m">
               <classpath refid="lib.classpath"/>
               <arg value="${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
               <arg value="${build.dir}/${lang}/pdf/${docname}.pdf"/>
  @@ -133,7 +133,7 @@
   
           <mkdir dir="${build.dir}/${lang}/html/"/>
   
  -        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${build.dir}/${lang}/html">
  +        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${build.dir}/${lang}/html" maxmemory="192m">
               <classpath refid="lib.classpath"/>
               <arg value="${basedir}/${lang}/master.xml"/>
               <arg value="${basedir}/${lang}/styles/${db.style.html}"/>
  @@ -145,7 +145,7 @@
   
           <mkdir dir="${build.dir}/${lang}/html_single/"/>
   
  -        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${basedir}">
  +        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${basedir}" maxmemory="192m">
               <classpath refid="lib.classpath"/>
               <arg value="-o"/>
               <arg value="${build.dir}/${lang}/html_single/index.html"/>
  @@ -188,7 +188,7 @@
   
       <target name="lang.section-check" depends="lang.dochtml"
               description="Reports missing unique chapter/section identifiers (set lang)">
  -        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${build.dir}/${lang}/html">
  +        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${build.dir}/${lang}/html" maxmemory="192m">
               <classpath refid="lib.classpath"/>
               <arg value="${basedir}/${lang}/master.xml"/>
               <arg value="${support.dir}/section-check.xsl"/>
  
  
  



More information about the jboss-cvs-commits mailing list