You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by gm...@apache.org on 2005/03/01 00:38:25 UTC

cvs commit: xml-fop README build.bat build.sh

gmazza      2005/02/28 15:38:25

  Modified:    .        README
  Removed:     .        build.bat build.sh
  Log:
  Updated README file, removed build.bat and build.sh.  Builds
  can be done by typing "ant" at command line.
  
  Revision  Changes    Path
  1.19      +17 -1     xml-fop/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-fop/README,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- README	21 Feb 2005 23:10:09 -0000	1.18
  +++ README	28 Feb 2005 23:38:24 -0000	1.19
  @@ -1,4 +1,4 @@
  -FOP readme
  +FOP README
   
       What is FOP?
       FOP is the world's first print formatter driven by XSL formatting
  @@ -20,3 +20,19 @@
       http://xml.apache.org/fop/fo.html.
   
   
  +Instructions for building FOP from source code:
  +
  +    FOP uses Apache Ant as its build system.  You can download Apache Ant
  +    from http://ant.apache.org.
  +    
  +    Ant installation instructions:
  +    1. Download and install Ant
  +    2. Set the ANT_HOME environment variable to the directory where you've
  +       placed Ant.
  +    3. Add "%%ANT_HOME%%\bin" to your PATH so the "ant.bat" batch file
  +       can be executed from wherever needed.
  +    4. (optional) Download JUnit and place junit-*.jar in %%ANT_HOME%%\lib.
  +       This enables the JUnit test cases.
  +	
  +    After Ant is installed, you can build FOP simply by navigating to
  +    the FOP base directory and typing "ant".
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org