Changeset 683

Show
Ignore:
Timestamp:
05/29/07 21:28:25 (2 years ago)
Author:
schst
Message:

Make sure, that examples work in the build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/stubbles/build.xml

    r676 r683  
    102102    <!-- Copy classes, that are used in the examples --> 
    103103    <echo>-----------------------------</echo> 
    104     <echo>| Copying example classes   |</echo> 
     104    <echo>| Copying examples          |</echo> 
    105105    <echo>-----------------------------</echo> 
    106106    <mkdir dir="${build.src.dir}/src/main/php/net" /> 
     
    116116        <include name="**/*"/> 
    117117        <exclude name="**/yui/**"/> 
     118        <exclude name="**/examples.properties"/> 
     119        <exclude name="**/config-dist.php"/> 
    118120      </fileset> 
    119121    </copy> 
    120  
     122    <copy file="${project.basedir}/../../examples/config/php/config-dist.php" tofile="${build.src.dir}/examples/config/php/config.php" overwrite="true"/> 
    121123  </target> 
    122124 
     
    182184 
    183185  <target name="check-style" description="check coding standards"> 
     186    <echo>----------------------------------</echo> 
     187    <echo>| Checking CS of source files    |</echo> 
     188    <echo>----------------------------------</echo> 
    184189    <checkStyle failonerror="true"> 
    185190      <fileset dir="${project.basedir}/../../src/main/php">