Changeset 158

Show
Ignore:
Timestamp:
06/26/2009 21:37:30 (13 months ago)
Author:
lpino
Message:

- Test to compile boot.ajr

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r48 r158  
    3939    <!-- compile SWT dll --> 
    4040    <target name="dll"> 
    41                 <mkdir dir="src/plugins/org.eclipse.swt.pm/os/os2/x86"/> 
    42         <exec executable="build.cmd" vmlauncher="false" 
    43             dir="src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library"> 
     41        <mkdir dir="src/plugins/org.eclipse.swt.pm/os/os2/x86"/> 
     42        <exec executable="build.cmd" vmlauncher="false" dir="src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library"> 
    4443        </exec> 
    4544    </target> 
     
    4746    <!-- run the cvs2cl script to generate ChangeLog --> 
    4847    <target name="changelog"> 
    49         <exec executable="cvs2cl.pl.cmd" vmlauncher="false" dir="."> 
     48        <exec executable="cvs2cl.pl.cmd" vmlauncher="false" dir="misc"> 
    5049            <arg value="--fsf"/> 
    5150        </exec> 
     
    6261        <ant antfile="build.xml" target="clean" dir="src/plugins/org.eclipse.swt.pm" /> 
    6362        <ant antfile="build.xml" target="clean" dir="tests/SWT" /> 
    64         <exec executable="build.cmd" vmlauncher="false" 
    65             dir="src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library"> 
    66             <arg value="clean"/> 
     63        <exec executable="build.cmd" vmlauncher="false" dir="src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library"> 
     64        <arg value="clean"/> 
    6765        </exec> 
    6866    </target> 
     
    7472    </target> 
    7573 
     74    <!-- original way of SWT compilation --> 
     75    <target name="boot.jar" depends="init,build.prp"> 
     76        <ant antfile="build.xml" target="clean" dir="src/plugins/org.eclipse.core.boot" /> 
     77        <ant antfile="build.xml" target="build.jars" dir="src/plugins/org.eclipse.core.boot" /> 
     78    </target> 
     79 
    7680    <!-- common point to run SWT testcase --> 
    7781    <target name="swt.test" depends="build.prp"> 
     
    208212    <target name="swt009_08" depends="init,build.prp"> 
    209213        <property name="test.step" value="009_08" /> 
     214        <antcall target="swt.test" /> 
     215    </target> 
     216     
     217    <target name="swt009_09" depends="init,build.prp"> 
     218        <property name="test.step" value="009_09" /> 
    210219        <antcall target="swt.test" /> 
    211220    </target>