]> source.dussan.org Git - poi.git/commitdiff
Removed the jar-cent target (not for poi, it's for krysalis-centipede);
authorNicola Ken Barozzi <nicolaken@apache.org>
Thu, 18 Apr 2002 15:41:48 +0000 (15:41 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Thu, 18 Apr 2002 15:41:48 +0000 (15:41 +0000)
added javasrc to the javadocs execution and moved checkstyle under metrics target.

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

build.xml

index 42e4331371d72a956e571a3eba05c2142224f04d..92ebeebcc63eae3f0616febbfcfc2447f3e02987 100644 (file)
--- a/build.xml
+++ b/build.xml
   <target  name="test"   depends="-init, compile"
            description="Compile java source code">
 
-    <antcall target="call-cent">
+     <antcall target="call-cent">
       <param name="cent-name"   value="junit"/> 
       <param name="cent-target" value="test"/> 
     </antcall>
       <param name="cent-target" value="jdepend-html"/> 
     </antcall>
  
+    <antcall target="call-cent">
+      <param name="cent-name"   value="checkstyle"/> 
+      <param name="cent-target" value="check"/> 
+    </antcall>
+
  </target>     
 
   
       <param name="cent-name"   value="umldoclet"/> 
       <param name="cent-target" value="doclet"/> 
     </antcall>
-        
-  </target>     
-
-  <!-- ================================== -->
-  <!--       Check style                  -->
-  <!-- ================================== -->
-  
-  <target  name="checkstyle"  depends="-init"
-           description="generate-uml">
-    
-    <antcall target="call-cent">
-      <param name="cent-name"   value="checkstyle"/> 
-      <param name="cent-target" value="check"/> 
-    </antcall>
-
-  </target> 
-
-  <!-- ================================== -->
-  <!--       Generate records                -->
-  <!-- ================================== -->
-  
-  <target  name="try"   depends="-init">
 
     <antcall target="call-cent">
       <param name="cent-name"   value="javasrc"/> 
       <param name="cent-target" value="javasrc"/> 
     </antcall>
-    
+        
   </target>     
-    
+
   <!-- ================================== -->
   <!--       Generate records                -->
   <!-- ================================== -->
            depends="-init, jar, site"
            description="Generate all"/>
                       
-  <!-- ================================== -->
-  <!--   Create a cent.jar package        -->
-  <!--   using an already deployed cent   -->
-  <!-- ================================== -->
-  
-  <target  name="jar-cent"   depends="-init"
-           description="Compile java source code">
-
-    <antcall target="call-cent">
-      <param name="cent-name"   value="centipede"/> 
-      <param name="cent-target" value="jar-cent"/> 
-    </antcall>
-    
-  </target>     
-
   <!-- =================================================================== -->
   <!-- Import Ant-Centipede -init targets - sets up basic build stuff                          -->
   <!-- =================================================================== -->