You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/03/30 21:40:10 UTC

cvs commit: avalon-excalibur/configuration build.xml

leosimons    2003/03/30 11:40:10

  Modified:    configuration build.xml
  Log:
  always test
  
  Revision  Changes    Path
  1.17      +16 -18    avalon-excalibur/configuration/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/configuration/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	24 Mar 2003 20:23:36 -0000	1.16
  +++ build.xml	30 Mar 2003 19:40:10 -0000	1.17
  @@ -14,17 +14,15 @@
           <pathelement location="${build.classes}"/>
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
  +        <pathelement location="${isorelax.jar}"/>
  +        <pathelement location="${jing.jar}"/>
  +
           <pathelement path="${java.class.path}"/>
  -        <fileset dir="${lib.dir}">
  -            <include name="*.jar" />
  -        </fileset>
       </path>
   
       <path id="tools.class.path">
           <pathelement location="${junit.jar}"/>
           <pathelement location="${tools.jar}"/>
  -        <fileset dir="${tools.dir}/lib"/>
  -        <fileset dir="${tools.dir}/ext"/>
       </path>
   
       <path id="test.class.path">
  @@ -34,7 +32,7 @@
       </path>
       <property name="cp" refid="test.class.path"/>
   
  -    <target name="main" depends="jar" description="Build the project"/>
  +    <target name="main" depends="test,jar" description="Build the project"/>
       <target name="rebuild" depends="clean,main" description="Rebuild the project"/>
   
       <target name="dependencies" description="Check dependencies" unless="skip.dependencies">
  @@ -296,8 +294,8 @@
               <fileset dir="${build.lib}">
                   <include name="*.jar"/>
               </fileset>
  -        </copy> 
  -    </target>   
  +        </copy>
  +    </target>
   
       <!-- Creates a minimal distribution -->
       <target name="dist.lite"
  @@ -335,8 +333,8 @@
         <filter token="LOGKIT_BASE" value="${logkit.base}"/>
         <filter token="TESTLET_BASE" value="${testlet.base}"/>
       </target>
  -    
  -    
  +
  +
       <!-- Prepares the documentation directory -->
       <target name="docs" depends="setup-filters"> <!-- depends="javadocs" description="Generates the Docs" -->
         <mkdir dir="${docs.dir}"/>
  @@ -347,22 +345,22 @@
           <fileset dir="${build.docs}">
             <include name="**"/>
           </fileset>
  -      </copy>    
  +      </copy>
   
         <!-- hack for stupid transport on api link -->
         <replace file="${docs.dir}/index.html" token="index.html.xml" value="index.html"/>
  -     
  +
       </target>
  -    
  -    <target name="site" depends="docs" description=" Places Docs ready for hosting on website">  
  -  
  -      <mkdir dir="../site/dist/docs/${dir-name}"/>     
  +
  +    <target name="site" depends="docs" description=" Places Docs ready for hosting on website">
  +
  +      <mkdir dir="../site/dist/docs/${dir-name}"/>
         <copy todir="../site/dist/docs/${dir-name}">
           <fileset dir="${docs.dir}">
             <include name="**"/>
           </fileset>
  -      </copy>        
  -  
  +      </copy>
  +
       </target>
   
       <!-- Cleans up build and distribution directories -->
  
  
  

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