You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by gl...@apache.org on 2003/04/17 08:06:39 UTC

cvs commit: jakarta-poi/src/documentation skinconf.xml

glens       2003/04/16 23:06:39

  Modified:    .        Tag: BUILD_BRANCH build.xml
               src/documentation Tag: BUILD_BRANCH skinconf.xml
  Log:
  Added check to make sure forrest is installed.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.35.4.3  +11 -5     jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.35.4.2
  retrieving revision 1.35.4.3
  diff -u -r1.35.4.2 -r1.35.4.3
  --- build.xml	15 Apr 2003 14:01:37 -0000	1.35.4.2
  +++ build.xml	17 Apr 2003 06:06:38 -0000	1.35.4.3
  @@ -13,9 +13,7 @@
   
       TO BE COMPLETED:
   
  -    * Fix logo's in site build.
  -    * Add gump build
  -    * Add jar target
  +    NONE
    -->
   <project name="POI Build" default="compile" basedir=".">
   
  @@ -300,20 +298,28 @@
           </uptodate>
       </target>
   
  +    <target name="-check-forrest-installed" unless="env.FORREST_HOME">
  +        <echo>
  +            Please install apache forrest and set the
  +            FORREST_HOME environment variable.
  +        </echo>
  +        <fail/>
  +    </target>
  +
       <!--    <target name="check-docs">-->
       <!--        <uptodate property="main.docs.notRequired" targetfile="${build.site}/index.html" >-->
       <!--            <srcfiles dir= "${build.site.src}"/>-->
       <!--        </uptodate>-->
       <!--    </target>-->
   
  -    <target name="docs" depends="init,-check-docs" unless="main.docs.notRequired"
  +    <target name="docs" depends="init,-check-forrest-installed,-check-docs" unless="main.docs.notRequired"
           description="Builds the POI website">
   
           <mkdir dir="${build.site.src}/src/documentation/content/apidocs"/>
           <copy todir="${build.site.src}/src/documentation/content/apidocs">
               <fileset dir="${apidocs.report.dir}"/>
           </copy>
  -        <copy tofile="${build.site.src}/src/documentation/content/jdepend.ehtml" file="${jdepend.report.dir}/index.html"/>
  +        <copy tofile="${build.site.src}/src/documentation/content/jdepend.ehtml" file="${jdepend.report.dir}/index.html" failonerror="false"/>
           <mkdir dir="${build.site.src}/src/documentation/content/junit"/>
           <copy todir="${build.site.src}/src/documentation/content/junit">
               <fileset dir="${junit.report.dir}"/>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      jakarta-poi/src/documentation/Attic/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/Attic/skinconf.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- skinconf.xml	8 Apr 2003 04:32:41 -0000	1.1.2.1
  +++ skinconf.xml	17 Apr 2003 06:06:39 -0000	1.1.2.2
  @@ -57,13 +57,13 @@
          skin: forrest-site renders it at the top -->
     <project-name>POI</project-name>
     <project-url>http://jakarta.apache.org/poi/</project-url>
  -  <project-logo>images/project-logo.gif</project-logo>
  +  <project-logo>resources/images/project-logo.gif</project-logo>
   
     <!-- optional group logo
          skin: forrest-site renders it at the top-left corner -->
     <group-name>Jakarta</group-name>
     <group-url>http://jakarta.apache.org</group-url>
  -  <group-logo>images/group-logo.gif</group-logo>
  +  <group-logo>resources/images/group-logo.gif</group-logo>
   
     <!-- optional host logo (e.g. sourceforge logo)
          skin: forrest-site renders it at the bottom-left corner -->