nicolaken    02/04/06 09:36:35

  Modified:    .        build.xml
  Added:       tools/cents centipede-20020406.cent.jar
  Removed:     tools/cents centipede-20020405.cent.jar
  Log:
  Fixed compilation for the separate jars, moved the centipede splash task under
  the centipede cent and made the gui splash not load if the OS is unix type.
  
  Revision  Changes    Path
  1.9       +30 -29    jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 6 Apr 2002 09:33:53 -0000       1.8
  +++ build.xml 6 Apr 2002 17:36:35 -0000       1.9
  @@ -3,6 +3,12 @@
   <!DOCTYPE project [
     <!-- antipede -->    
     <!ENTITY import-antipede  SYSTEM "./tools/antipede/build.xtarget"> 
  +
  +  <!ELEMENT project  ANY>
  +  <!ATTLIST project default CDATA #REQUIRED
  +                    basedir CDATA #IMPLIED
  +                    name CDATA #IMPLIED>  
  +                    
   ]>
   <project default="interactive" basedir="." name="project build file">
   
  @@ -124,17 +130,17 @@
       <property name="input.selection" value="compile"/>        
       <centipede-user-input name="input.selection">Please select a target 
</centipede-user-input>   
   
  -    <pathconvert pathsep="," property="antipede.gif.url">
  -      <path>
  -        <filelist dir="./tools/antipede/resources/images" files="antipede.gif"/>
  -      </path>
  -    </pathconvert>
  -   <splash imageurl="file:/${antipede.gif.url}" showduration="100"/>  
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="centipede"/> 
  +      <param name="cent-target" value="splash"/> 
  +    </antcall>
    
       <antcall target="${input.selection}"/>
       
     </target>
   
  +
  +
     <!-- =================================================================== -->
     <!-- Interactive scratchpad builds                                       -->
     <!-- =================================================================== -->
  @@ -212,6 +218,20 @@
     </target>               
   
     <!-- ================================== -->
  +  <!--           Run build gui            -->
  +  <!-- ================================== -->
  +
  +  <target  name="gui"   depends="-init"
  +           description="Run build gui">
  +           
  +    <antcall target="call-cent">
  +      <param name="cent-name"   value="antidote"/> 
  +      <param name="cent-target" value="run"/> 
  +    </antcall>
  +    
  +  </target>     
  +  
  +  <!-- ================================== -->
     <!--             Build jars             -->
     <!-- ================================== -->
   
  @@ -316,36 +336,16 @@
     </target>     
   
     <!-- ================================== -->
  -  <!--       Generate UML                 -->
  +  <!--       Generate UML -WIP-           -->
     <!-- ================================== -->
     
     <target  name="uml"   depends="-init"
              description="generate-uml">
  -  <!--
  -  <javadoc packagenames="org.apache.poi.*"
  -           sourcepath="./src/java"
  -           destdir="docs/metrics">
  -
  -     <doclet name="JP.co.esm.caddies.doclets.UMLDoclet"
  -             path="./tools/antipede/lib/UMLDoclet.jar">
  -        <param name="-d" value="docs/metrics"/>
  -     </doclet>
  -
  -  </javadoc>
  -    -->
       
  -        <javadoc packagenames="${xgump.module.project.package}.*"
  +    <javadoc packagenames="${xgump.module.project.package}.*"
                sourcepath="${xlayout.build.java.dir}"
                destdir="${xlayout.build.documentation.javadocs.dir}"
  -             author="true"
  -             version="true"
  -             use="true"
  -             failonerror="true"
  -             noindex="true"
  -             windowtitle="${package-name} ${package-version}  API"
  -             doctitle="${package-name} ${package-version}  API"
  -             bottom="Copyright &#169; ${YEAR} Apache ${package-name} project. All 
Rights Reserved."
  -             
stylesheetfile="${centipede.cent.dir}/resources/stylesheets/javadoc.css">
  +             failonerror="true">
    
        <classpath>
          <path>
  @@ -357,6 +357,7 @@
            </fileset>  
          </path> 
        </classpath>
  +     
         <doclet name="JP.co.esm.caddies.doclets.UMLDoclet"
                path="./tools/antipede/lib/UMLDoclet.jar">
           <param name="-d" value="docs/metrics"/>
  
  
  
  1.1                  jakarta-poi/tools/cents/centipede-20020406.cent.jar
  
        <<Binary file>>
  
  


Reply via email to