| <?xml version="1.0" encoding="UTF-8"?> |
| <project name="org.eclipse.ajdt.ui.tests" default="build.jars" basedir="."> |
| |
| <property name="basews" value="${ws}"/> |
| <property name="baseos" value="${os}"/> |
| <property name="basearch" value="${arch}"/> |
| <property name="basenl" value="${nl}"/> |
| |
| <!-- Compiler settings. --> |
| <property name="javacFailOnError" value="true"/> |
| <property name="javacDebugInfo" value="on"/> |
| <property name="javacVerbose" value="true"/> |
| <property name="compilerArg" value=""/> |
| <property name="javacSource" value="1.3"/> |
| <property name="javacTarget" value="1.2"/> |
| <path id="path_bootclasspath"> |
| <fileset dir="${java.home}/lib"> |
| <include name="*.jar"/> |
| </fileset> |
| </path> |
| <property name="bootclasspath" refid="path_bootclasspath"/> |
| <property name="bundleJavacSource" value="${javacSource}"/> |
| <property name="bundleJavacTarget" value="${javacTarget}"/> |
| <property name="bundleBootClasspath" value="${bootclasspath}"/> |
| |
| <target name="init" depends="properties"> |
| <condition property="pluginTemp" value="${buildTempFolder}/plugins"> |
| <isset property="buildTempFolder"/> |
| </condition> |
| <property name="pluginTemp" value="${basedir}"/> |
| <condition property="build.result.folder" value="${pluginTemp}/org.eclipse.ajdt.ui.tests"> |
| <isset property="buildTempFolder"/> |
| </condition> |
| <property name="build.result.folder" value="${basedir}"/> |
| <property name="temp.folder" value="${basedir}/temp.folder"/> |
| <property name="plugin.destination" value="${basedir}"/> |
| </target> |
| |
| <target name="properties" if="eclipse.running"> |
| <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/> |
| |
| </target> |
| |
| <target name="build.update.jar" depends="init" description="Build the plug-in: org.eclipse.ajdt.ui.tests for an update site."> |
| <delete dir="${temp.folder}"/> |
| <mkdir dir="${temp.folder}"/> |
| <antcall target="build.jars"/> |
| <antcall target="gather.bin.parts"> |
| <param name="destination.temp.folder" value="${temp.folder}/"/> |
| </antcall> |
| <zip destfile="${plugin.destination}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT.jar" basedir="${temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT" filesonly="false" whenempty="skip" update="false"/> |
| <delete dir="${temp.folder}"/> |
| </target> |
| |
| <target name="ajdtuitests.jar" depends="init" unless="ajdtuitests.jar" description="Create jar: org.eclipse.ajdt.ui.tests ajdtuitests.jar."> |
| <delete dir="${temp.folder}/ajdtuitests.jar.bin"/> |
| <mkdir dir="${temp.folder}/ajdtuitests.jar.bin"/> |
| <path id="ajdtuitests.jar.classpath"> |
| <pathelement path="../../plugins/org.eclipse.ui_3.2.0.I20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.runtime_3.2.0.v20060601b.jar"/> |
| <pathelement path="../../plugins/org.eclipse.osgi_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.equinox.common_3.2.0.v20060601a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.jobs_3.2.0.v20060601a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.runtime.compatibility.registry_3.2.0.v20060602/runtime_registry_compatibility.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.runtime.compatibility.registry_3.2.0.v20060602"/> |
| <pathelement path="../../plugins/org.eclipse.equinox.registry_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.equinox.preferences_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.runtime.compatibility.registry_3.2.0.v20060602/@dot"/> |
| <pathelement path="../../plugins/org.eclipse.core.contenttype_3.2.0.v20060601a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.runtime.compatibility.auth_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.swt_3.2.0.v3232l.jar"/> |
| <pathelement path="../../plugins/org.eclipse.swt.gtk.linux.x86_3.2.0.v3232l.jar"/> |
| <pathelement path="../../plugins/org.eclipse.swt.win32.win32.x86_3.2.0.v3232l.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jface_3.2.0.I20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.commands_3.2.0.I20060511-0800a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.workbench_3.2.0.I20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20060511-2000/@dot"/> |
| <pathelement path="../../plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20060511-2000/compatibility.jar"/> |
| <pathelement path="../../plugins/com.ibm.icu_3.4.4.1.jar"/> |
| <pathelement path="../../plugins/org.eclipse.help_3.2.0.v20060518.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.expressions_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.resources_3.2.0.v20060601a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.resources.compatibility_3.2.0.v20060601a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.resources.win32_3.2.0.v20060601a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.runtime.compatibility_3.1.100.v20060601a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.update.configurator_3.2.0.v20060511.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ant.core_3.1.100.v20060531.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.variables_3.1.100.v20060517.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.filesystem_1.0.0.v20060601a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.filesystem.win32.x86_1.0.0.v20060601a.jar"/> |
| <pathelement path="../org.eclipse.ajdt.ui/bin/"/> |
| <pathelement path="../org.eclipse.ajdt.ui/@dot"/> |
| <pathelement path="../../plugins/org.eclipse.ui.forms_3.2.0.v20060530.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.ide_3.2.0.I20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.win32_3.2.0.I20060511-2000.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.views_3.2.0.I20060511-2000.jar"/> |
| <pathelement path="../../plugins/org.eclipse.update.core_3.2.0.v20060602.jar"/> |
| <pathelement path="../../plugins/org.eclipse.update.core.win32_3.2.0.v20060511.jar"/> |
| <pathelement path="../../plugins/org.eclipse.update.ui_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jface.text_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.text_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.workbench.texteditor_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.editors_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.core.filebuffers_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../org.aspectj.ajde/ajde.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-antlr.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-apache-bcel.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-apache-bsf.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-apache-log4j.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-apache-oro.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-apache-regexp.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-apache-resolver.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-commons-logging.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-commons-net.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-icontract.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-jai.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-javamail.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-jdepend.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-jmf.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-jsch.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-junit.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-launcher.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-netrexx.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-nodeps.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-starteam.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-stylebook.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-swing.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-trax.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-vaj.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-weblogic.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-xalan1.jar"/> |
| <pathelement path="../../plugins/org.apache.ant_1.6.5/lib/ant-xslp.jar"/> |
| <pathelement path="../org.aspectj.weaver/aspectjweaver.jar"/> |
| <pathelement path="../org.aspectj.runtime/aspectjrt.jar"/> |
| <pathelement path="../../plugins/org.eclipse.search_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.ui_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.console_3.1.100.v20060518.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.core_3.2.0.v_670.jar"/> |
| <pathelement path="../../plugins/org.eclipse.team.core_3.2.0.I200605181830.jar"/> |
| <pathelement path="../../plugins/org.eclipse.debug.core_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.debug.ui_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.launching_3.2.0.v20060525.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.debug_3.2.0.v20060601/jdi.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.debug_3.2.0.v20060601/jdimodel.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.debug_3.2.0.v20060601/tools.jar"/> |
| <pathelement path="../../plugins/org.eclipse.compare_3.2.0.v20060525.jar"/> |
| <pathelement path="../../plugins/org.eclipse.team.ui_3.2.0.I200606011710.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.navigator_3.2.0.I20060526-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.navigator.resources_3.2.0.I20060511-2000.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.views.properties.tabbed_3.2.0.I20060511-0800a.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ltk.core.refactoring_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ltk.ui.refactoring_3.2.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.core.manipulation_1.0.0.v20060602-0010.jar"/> |
| <pathelement path="../../plugins/org.eclipse.pde.core_3.2.0.v20060601b.jar"/> |
| <pathelement path="../../plugins/org.eclipse.pde.build_3.2.0.v20060601/pdebuild.jar"/> |
| <pathelement path="../../plugins/org.eclipse.pde.runtime_3.2.0.v20060511-0800.jar"/> |
| <pathelement path="../../plugins/org.eclipse.pde_3.2.0.v20060511-1200.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.debug.ui_3.2.0.v20060517.jar"/> |
| <pathelement path="../org.eclipse.contribution.visualiser/@dot"/> |
| <pathelement path="../../plugins/org.eclipse.pde.ui_3.2.0.v20060526-0010.jar"/> |
| <pathelement path="../../plugins/org.apache.lucene_1.4.103.v20060601/lucene-1.4.3.jar"/> |
| <pathelement path="../../plugins/org.apache.lucene_1.4.103.v20060601/parser.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ant.ui_3.2.0.v20060531.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.externaltools_3.1.100.v20060511.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.junit_3.2.0.v20060602-0010/junitsupport.jar"/> |
| <pathelement path="../../plugins/org.eclipse.jdt.junit.runtime_3.2.0.v20060602-0010/junitruntime.jar"/> |
| <pathelement path="../../plugins/org.junit_3.8.1/junit.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.intro_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.help.base_3.2.0.v20060601.jar"/> |
| <pathelement path="../../plugins/org.eclipse.help.appserver_3.1.100.v20060510b.jar"/> |
| <pathelement path="../../plugins/org.eclipse.ui.cheatsheets_3.2.0.v20060516.jar"/> |
| <pathelement path="../../plugins/org.eclipse.help.ui_3.2.0.v20060510b.jar"/> |
| <pathelement path="../org.eclipse.ajdt.core/bin/"/> |
| <pathelement path="../org.eclipse.ajdt.core/@dot"/> |
| <pathelement path="../org.eclipse.contribution.xref.core/bin/"/> |
| <pathelement path="../org.eclipse.contribution.xref.core/@dot"/> |
| <pathelement path="../org.eclipse.contribution.xref.ui/bin/"/> |
| <pathelement path="../org.eclipse.contribution.xref.ui/@dot"/> |
| <pathelement path="../org.eclipse.contribution.visualiser.tests/visualisertests.jar"/> |
| <pathelement path="../org.eclipse.contribution.xref.ui.tests/bin/"/> |
| <pathelement path="../org.eclipse.contribution.xref.ui.tests/xrefuitests.jar"/> |
| <pathelement path="../org.eclipse.contribution.xref.core.tests/bin/"/> |
| <pathelement path="../org.eclipse.contribution.xref.core.tests/xrefcoretests.jar"/> |
| </path> |
| <!-- compile the source code --> |
| <property name="aspectj.plugin.home" value="../../plugins/org.aspectj.ajde_1.5.2.20060626075446/"/> |
| <property name="aspectj.weaver.home" value="../../plugins/org.aspectj.weaver_1.5.2.20060626075446/"/> |
| <property name="aspectj.runtime.home" value="../../plugins/org.aspectj.runtime_1.5.2.20060626075446/"/> |
| <property name="eclipse.tools.home" value="../../plugins/org.eclipse.equinox.common_3.2.0.v20060601a.jar"/> |
| <taskdef resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties"> |
| <classpath> |
| <pathelement path="${aspectj.plugin.home}/ajde.jar"/> |
| <pathelement path="${aspectj.weaver.home}/aspectjweaver.jar"/> |
| </classpath> |
| </taskdef> |
| <iajc destDir="${temp.folder}/ajdtuitests.jar.bin" failonerror="true" verbose="true" fork="true" maxmem="512m" debug="${javacDebugInfo}" bootclasspath="${bundleBootClasspath}" source="${bundleJavacSource}" target="${bundleJavacTarget}"> |
| <forkclasspath refid="ajdtuitests.jar.classpath" /> |
| <forkclasspath> |
| <pathelement path="${aspectj.plugin.home}/ajde.jar"/> |
| <pathelement path="${aspectj.weaver.home}/aspectjweaver.jar"/> |
| <pathelement path="${aspectj.runtime.home}/aspectjrt.jar"/> |
| <pathelement path="${eclipse.tools.home}"/> |
| </forkclasspath> |
| <src path="src/" /> |
| </iajc> |
| <!-- Copy necessary resources --> |
| <copy todir="${temp.folder}/ajdtuitests.jar.bin" failonerror="true" overwrite="false"> |
| <fileset dir="src/" excludes="**/*.aj, **/*.java, **/package.htm*,null" /> |
| </copy> |
| <mkdir dir="${build.result.folder}"/> |
| <jar destfile="${build.result.folder}/ajdtuitests.jar" basedir="${temp.folder}/ajdtuitests.jar.bin"/> |
| <delete dir="${temp.folder}/ajdtuitests.jar.bin"/> |
| </target> |
| |
| <target name="ajdtuitestssrc.zip" depends="init" unless="ajdtuitestssrc.zip"> |
| <mkdir dir="${build.result.folder}"/> |
| <zip destfile="${build.result.folder}/ajdtuitestssrc.zip" filesonly="false" whenempty="skip" update="false"> |
| <fileset dir="src/" includes="**/*.java, **/*.aj" /> |
| </zip> |
| </target> |
| |
| <target name="build.jars" depends="init" description="Build all the jars for the plug-in: org.eclipse.ajdt.ui.tests."> |
| <available property="ajdtuitests.jar" file="${build.result.folder}/ajdtuitests.jar"/> |
| <antcall target="ajdtuitests.jar"/> |
| </target> |
| |
| <target name="build.sources" depends="init"> |
| <available property="ajdtuitestssrc.zip" file="${build.result.folder}/ajdtuitestssrc.zip"/> |
| <antcall target="ajdtuitestssrc.zip"/> |
| </target> |
| |
| <target name="gather.bin.parts" depends="init" if="destination.temp.folder"> |
| <mkdir dir="${destination.temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT"/> |
| <copy todir="${destination.temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT" failonerror="true" overwrite="false"> |
| <fileset dir="${build.result.folder}" includes="ajdtuitests.jar" /> |
| </copy> |
| <copy todir="${destination.temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT" failonerror="true" overwrite="false"> |
| <fileset dir="${basedir}" includes="plugin.xml,ajdtuitests.jar,META-INF/,doc/,test.xml,workspace/" /> |
| </copy> |
| </target> |
| |
| <target name="build.zips" depends="init"> |
| </target> |
| |
| <target name="gather.sources" depends="init" if="destination.temp.folder"> |
| <mkdir dir="${destination.temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT"/> |
| <copy file="${build.result.folder}/ajdtuitestssrc.zip" todir="${destination.temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT" failonerror="false" overwrite="false"/> |
| <copy todir="${destination.temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT" failonerror="false" overwrite="false"> |
| <fileset dir="${basedir}" includes="src/" /> |
| </copy> |
| </target> |
| |
| <target name="gather.logs" depends="init" if="destination.temp.folder"> |
| <mkdir dir="${destination.temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT"/> |
| <copy file="${temp.folder}/ajdtuitests.jar.bin.log" todir="${destination.temp.folder}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT" failonerror="false" overwrite="false"/> |
| </target> |
| |
| <target name="clean" depends="init" description="Clean the plug-in: org.eclipse.ajdt.ui.tests of all the zips, jars and logs created."> |
| <delete file="${build.result.folder}/ajdtuitests.jar"/> |
| <delete file="${build.result.folder}/ajdtuitestssrc.zip"/> |
| <delete file="${plugin.destination}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT.jar"/> |
| <delete file="${plugin.destination}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT.zip"/> |
| <delete dir="${temp.folder}"/> |
| </target> |
| |
| <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder."> |
| <eclipse.convertPath fileSystemPath="E:/AJDTversions/eclipse-SDK-3.2RC7-win32/eclipse/workspace/org.eclipse.ajdt.ui.tests" property="resourcePath"/> |
| <eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/> |
| </target> |
| |
| <target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: org.eclipse.ajdt.ui.tests."> |
| <delete dir="${temp.folder}"/> |
| <mkdir dir="${temp.folder}"/> |
| <antcall target="build.jars"/> |
| <antcall target="build.sources"/> |
| <antcall target="gather.bin.parts"> |
| <param name="destination.temp.folder" value="${temp.folder}/"/> |
| </antcall> |
| <antcall target="gather.sources"> |
| <param name="destination.temp.folder" value="${temp.folder}/"/> |
| </antcall> |
| <delete> |
| <fileset dir="${temp.folder}" includes="**/*.bin.log" /> |
| </delete> |
| <zip destfile="${plugin.destination}/org.eclipse.ajdt.ui.tests_1.4.1.DEVELOPMENT.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/> |
| <delete dir="${temp.folder}"/> |
| </target> |
| |
| </project> |