User: user57  
  Date: 02/02/27 18:01:01

  Modified:    .        build.xml
  Log:
   o no more docs-pdf
  
  Revision  Changes    Path
  3.3       +1 -32     manual/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 3.2
  retrieving revision 3.3
  diff -u -r3.2 -r3.3
  --- build.xml 6 Dec 2001 02:16:07 -0000       3.2
  +++ build.xml 28 Feb 2002 02:01:01 -0000      3.3
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 3.2 2001/12/06 02:16:07 user57 Exp $ -->
  +<!-- $Id: build.xml,v 3.3 2002/02/28 02:01:01 user57 Exp $ -->
   
   <project default="main" name="JBoss/Manual">
   
  @@ -100,9 +100,6 @@
              value="${HACK.win32.url.prefix}${TEMP.oasis.docbook.xsl.root}"/>
       <property name="oasis.docbook.xsl.chunker.quiet" value="0"/>
   
  -    <!-- FOP -->
  -    <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop"/>
  -
       <!-- The combined library classpath -->
       <path id="library.classpath">
       </path>
  @@ -135,7 +132,6 @@
       <property name="build.html.fancy" value="${build.html}/fancy"/>
       <property name="build.html.plain" value="${build.html}/plain"/>
       <property name="build.html.printable" value="${build.html}/printable"/>
  -    <property name="build.pdf" value="${module.output}/pdf"/>
       <property name="build.lib" value="${module.output}/lib"/>
       <property name="build.reports" value="${module.output}/reports"/>
   
  @@ -360,33 +356,6 @@
            <include name="**/*"/>
          </fileset>
        </copy>
  -  </target>
  -
  -  <!-- 
  -     | Generate the PDF manual.
  -     |
  -     | This currently does not work very well, your mileage will vary.
  -   -->
  -  <target name="docs-pdf" depends="compile">
  -
  -    <!-- Force the use of SAXON XSLT -->
  -    <property system="true" 
  -           name="javax.xml.transform.TransformerFactory"
  -           value="com.icl.saxon.TransformerFactoryImpl"/>
  -
  -    <mkdir dir="${build.pdf}"/>
  -    <style style="${oasis.docbook.xsl.root}/fo/docbook.xsl" 
  -        processor="trax"
  -        extension=".fo"
  -        basedir="${build.xdocs}"
  -           destdir="${build.pdf}">
  -       <include name="jbossdocs.xml"/>
  -    </style>
  -
  -    <fop basedir="${build.pdf}"
  -      fofile="${build.pdf}/jbossdocs.fo" 
  -      pdffile="${build.pdf}/manual.pdf"
  -      messagelevel="info"/>
     </target>
   
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to