]> source.dussan.org Git - poi.git/commitdiff
Fixed compilation for the separate jars, moved the centipede splash task under
authorNicola Ken Barozzi <nicolaken@apache.org>
Sat, 6 Apr 2002 17:36:35 +0000 (17:36 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Sat, 6 Apr 2002 17:36:35 +0000 (17:36 +0000)
the centipede cent and made the gui splash not load if the OS is unix type.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352345 13f79535-47bb-0310-9956-ffa450edef68

build.xml
tools/cents/centipede-20020405.cent.jar [deleted file]
tools/cents/centipede-20020406.cent.jar [new file with mode: 0644]

index d2245ec9452283063dfc26b34dc903c8c1605f3f..8d66fc5abdfed3d477c4c953eb1bc3e0c443f6c6 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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 @@ printed.
     <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                                       -->
   <!-- =================================================================== -->
@@ -211,6 +217,20 @@ printed.
     
   </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 @@ printed.
   </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 @@ printed.
          </fileset>  
        </path> 
      </classpath>
+     
       <doclet name="JP.co.esm.caddies.doclets.UMLDoclet"
              path="./tools/antipede/lib/UMLDoclet.jar">
         <param name="-d" value="docs/metrics"/>
diff --git a/tools/cents/centipede-20020405.cent.jar b/tools/cents/centipede-20020405.cent.jar
deleted file mode 100644 (file)
index c3ed4fc..0000000
Binary files a/tools/cents/centipede-20020405.cent.jar and /dev/null differ
diff --git a/tools/cents/centipede-20020406.cent.jar b/tools/cents/centipede-20020406.cent.jar
new file mode 100644 (file)
index 0000000..05d868a
Binary files /dev/null and b/tools/cents/centipede-20020406.cent.jar differ