antlets/init/src xbuild.xml,NONE,1.1

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/antlets/init/src
In directory sc8-pr-cvs1:/tmp/cvs-serv27928/init/src

Added Files:
	xbuild.xml 
Log Message:
Init stub.

--- NEW FILE: xbuild.xml ---
<?xml version="1.0"?>
<!-- $Header: /cvsroot/metamorphosis/antlets/init/src/xbuild.xml,v 1.1 2003/10/31 08:18:47 chalko Exp $ -->
<project default="clean" basedir="." name="init.antlet">

   <description> Krysalis Centipede Build System</description>
        
    <!-- =================================================================== -->
    <!--  Initialize                                                         -->
    <!-- =================================================================== -->     
       
    <!-- set date property -->       
    <tstamp>
      <format property="YEAR" pattern="yyyy" locale="en"/>
    </tstamp>
   
    <!-- increment build number -->
    <buildnumber/>    
   
    <!-- load properties from environment -->
    <property environment="env"/>
    
    
    <!-- :TODO: MAke this detect jdk1.2/jdk1.3/jdk1.4 .... -->
    <available property="jdk.1.4.present"
               classname="java.util.logging.Logger"/>
	
    <echo>
              * ===================================== *
              |   Krysalis Centipede Build System     |
              * ===================================== *
                       
    --------------------------------------------------------------

      Using ${ant.version}
      Build file ${ant.file}
      Centipede dir ${ant.home}
      Build number ${build.number}
      Project Name ${ant.project.name}
      Java Version ${ant.java.version}      
      Timestamp ${DSTAMP}${TSTAMP}
      Base Directory ${basedir}

    --------------------------------------------------------------
   </echo>
   			         
   			         
 		         
    <!-- =================================================================== -->
    <!-- Define Properties                                                   -->
    <!-- =================================================================== -->

        
    <!--
      Give user a chance to override for the current project
    -->
    <xmlproperty file="user-properties.xml"                   
    			 keeproot="false" 
    			 collapseAttributes="true"
    			 semanticAttributes="true"
                 includeSemanticAttribute="true" />

    <!--
      Give user a chance to override for all his builds
    -->			 
    <xmlproperty file="${user.home}/.centipede.user-properties.xml"                   
    			 keeproot="false" 
    			 collapseAttributes="true"
    			 semanticAttributes="true"
                 includeSemanticAttribute="true" />

    <!--
      Give users a chance to override for all using this centipede install
    -->	 
    <xmlproperty file="${ant.home}/user-properties.xml"                   
    			 keeproot="false" 
    			 collapseAttributes="true"
    			 semanticAttributes="true"
                 includeSemanticAttribute="true" />

    <!--
      The project defined properties
    -->		 
    <xmlproperty file="properties.xml"                   
    			 keeproot="false" 
    			 collapseAttributes="true"
    			 semanticAttributes="true"
                 includeSemanticAttribute="true" />
                 			         
    <!--   The location of tools.jar, relative to the JAVA_HOME home. -->
    <property name="tools.jar" value="${java.home}/../lib/tools.jar"/>
    <available file="${tools.jar}" property="tools.jar.present"/>

    <!-- base centipede dirs -->
    <property name="antlets.dir"      value="${centipede.home}/tools/antlets"/>
    <property name="jars.dir"       value="${centipede.home}/tools/jars"/>
    
    <!-- project dirs -->
    <property name="dist.dir"       value="./dist"/>
    <dirname property="build.dir"   file="./build/build.xml"/>    
    <property name="work.dir"       value="${build.dir}/work"/>
    <property name="temp.dir"       value="${work.dir}/temp"/>
    <property name="lib.dir"		value="${basedir}/lib" />
    
    <echo message="Build Directory: ${build.dir}" />
    
    <mkdir dir="${temp.dir}"/>
    <mkdir dir="${antlets.dir}"/>
    <mkdir dir="${jars.dir}"/>
    <mkdir dir="${dist.dir}"/>
    <mkdir dir="${build.dir}"/>
    <mkdir dir="${work.dir}"/>
    <mkdir dir="${temp.dir}"/>
    
    
 
   <echo>
                =====================================
                   building  ${project.name} ${project.version}
                ===================================== 
                
   </echo>
    
</project>  




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.