WALA/com.ibm.wala.j2ee/build.xml

277 lines
16 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="com.ibm.wala.j2ee" default="build.jars" basedir=".">
<property name="basews" value="${ws}"/>
<property name="baseos" value="${os}"/>
<property name="basearch" value="${arch}"/>
<property name="basenl" value="${nl}"/>
<property name="bundleId" value="com.ibm.wala.j2ee"/>
<property name="bundleVersion" value="1.0.0"/>
<!-- Compiler settings. -->
<property name="javacFailOnError" value="true"/>
<property name="javacDebugInfo" value="on"/>
<property name="javacVerbose" value="false"/>
<property name="logExtension" value=".log"/>
<property name="compilerArg" value=""/>
<property name="javacSource" value="1.5"/>
<property name="javacTarget" value="1.5"/>
<condition property="dir_bootclasspath" value="${java.home}/../Classes">
<os family="mac"/>
</condition>
<property name="dir_bootclasspath" value="${java.home}/lib"/>
<path id="path_bootclasspath">
<fileset dir="${dir_bootclasspath}">
<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}/com.ibm.wala.j2ee_1.0.0">
<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: com.ibm.wala.j2ee 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>
<jar destfile="${plugin.destination}/com.ibm.wala.j2ee_1.0.0.jar" basedir="${temp.folder}/com.ibm.wala.j2ee_1.0.0" filesetmanifest="merge"/>
<delete dir="${temp.folder}"/>
</target>
<target name="@dot" depends="init" unless="@dot" description="Create jar: com.ibm.wala.j2ee @dot.">
<delete dir="${temp.folder}/@dot.bin"/>
<mkdir dir="${temp.folder}/@dot.bin"/>
<path id="@dot.classpath">
<pathelement path="../com.ibm.wala.core/bin/"/>
<pathelement path="../com.ibm.wala.core/@dot"/>
<pathelement path="../com.ibm.wala.emf/bin/"/>
<pathelement path="../com.ibm.wala.emf/@dot"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.osgi_3.3.0.v20070530.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.jobs_3.3.0.v20070423.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316/runtime_registry_compatibility.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.equinox.registry_3.3.0.v20070522.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.equinox.preferences_3.2.100.v20070522.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316/@dot"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.contenttype_3.2.100.v20070319.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.equinox.app_1.0.0.v20070606.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.osgi.services_3.1.200.v20070605.jar"/>
<pathelement path="${eclipse.root}/plugins/javax.servlet_2.4.0.v200706111738.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.emf.ecore_2.3.0.v200706262000.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.emf.common_2.3.0.v200706262000.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.resources.compatibility_3.2.100.v20070502.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.resources.win32_3.3.0.v20070226.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.ant.core_3.1.200.v20070522.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.variables_3.2.0.v20070426.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.expressions_3.3.0.v20070606-0010.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.filesystem_1.1.0.v20070606.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.filesystem.win32.x86_1.1.0.v20070510.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.emf.ecore.xmi_2.3.0.v200706262000.jar"/>
<pathelement path="../com.ibm.wala.shrike/bin/"/>
<pathelement path="../com.ibm.wala.shrike/@dot"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jface_3.3.0.I20070606-0010.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.swt_3.3.0.v3346.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.swt.win32.win32.x86_3.3.0.v3346.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.commands_3.3.0.I20070605-0010.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jdt.compiler.apt_1.0.0.v20070510-2000.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jdt.compiler.tool_1.0.0.v_771.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.text_3.3.0.v20070606-0010.jar"/>
<pathelement path="${eclipse.root}/plugins/com.ibm.icu_3.6.1.v20070417.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.team.core_3.3.0.I20070607.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jem_2.0.0.v200705302225.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jem.proxy_2.0.0.v200705302225.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jdt.launching_3.3.0.v20070510.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.debug.core_3.3.0.v20070607-1800.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jdt.debug_3.3.0.v20070530a/jdi.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jdt.debug_3.3.0.v20070530a/jdimodel.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jdt.debug_3.3.0.v20070530a/tools.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jem.util_2.0.0.v200705302225.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.pde.core_3.3.0.v20070608-1300.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.update.configurator_3.2.100.v20070615.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.filebuffers_3.3.0.v20070606-0010.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.pde.build_3.3.0.v20070612/pdebuild.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.update.core_3.2.100.v20070615.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.update.core.win32_3.2.100.v20070615.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.net_1.0.0.I20070531.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.runtime.compatibility_3.1.200.v20070502.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.ui_3.3.0.I20070614-0800.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010/@dot"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010/compatibility.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.help_3.3.0.v20070524.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jface.databinding_1.1.0.I20070606-0010.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.core.databinding_1.0.0.I20070606-0010.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jst.j2ee.core_1.1.102.v200706111630.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.common.frameworks_1.1.102.v200706071630.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.common.environment_1.0.200.v200705302225.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.osgi.util_3.1.200.v20070605.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.common.emf_1.1.103.v200706071630.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.validation_1.1.101.v200706071630.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.common.project.facet.core_1.2.0.v200706071740.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.xml.core_1.1.200.v200706120811.jar"/>
<pathelement path="${eclipse.root}/plugins/org.apache.xerces_2.8.0.v200705301630.jar"/>
<pathelement path="${eclipse.root}/plugins/org.apache.xml.resolver_1.1.0.v200705310020.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.common.uriresolver_1.1.201.v200705302225.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.sse.core_1.1.201.v200706212223.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.emf.ecore.edit_2.3.0.v200706262000.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.emf.edit_2.3.0.v200706262000.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.emf.ecore.change_2.3.0.v200706262000.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.103.v200706071630.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.common.core_1.1.101.v200706120315.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.wst.common.modulecore_1.1.102.v200706071630.jar"/>
<pathelement path="${eclipse.root}/plugins/org.eclipse.jem.workbench_2.0.0.v200705302225.jar"/>
</path>
<!-- compile the source code -->
<javac destdir="${temp.folder}/@dot.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bundleBootClasspath}" source="${bundleJavacSource}" target="${bundleJavacTarget}" >
<compilerarg line="${compilerArg}" compiler="${build.compiler}"/>
<classpath refid="@dot.classpath" />
<src path="dat/" />
<src path="src/" />
<src path="lib/" />
<exclude name="**/bak/"/>
<compilerarg value="@${basedir}/javaCompiler...args" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
<compilerarg line="-log '${temp.folder}/@dot.bin${logExtension}'" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
</javac>
<!-- Copy necessary resources -->
<copy todir="${temp.folder}/@dot.bin" failonerror="true" overwrite="false">
<fileset dir="dat/">
<exclude name="**/*.java"/>
<exclude name="**/package.htm*"/>
</fileset>
<fileset dir="src/">
<exclude name="**/*.java"/>
<exclude name="**/package.htm*"/>
</fileset>
<fileset dir="lib/">
<exclude name="**/*.java"/>
<exclude name="**/package.htm*"/>
</fileset>
</copy>
<mkdir dir="${build.result.folder}"/>
<copy todir="${build.result.folder}/@dot" failonerror="true" overwrite="false">
<fileset dir="${temp.folder}/@dot.bin">
</fileset>
</copy>
<delete dir="${temp.folder}/@dot.bin"/>
</target>
<target name="src.zip" depends="init" unless="src.zip">
<mkdir dir="${build.result.folder}"/>
<zip destfile="${build.result.folder}/src.zip" filesonly="false" whenempty="skip" update="false">
<fileset dir="dat/">
<include name="**/*.java"/>
</fileset>
<fileset dir="src/">
<include name="**/*.java"/>
</fileset>
<fileset dir="lib/">
<include name="**/*.java"/>
</fileset>
</zip>
</target>
<target name="build.jars" depends="init" description="Compile classes and build nested jars for the plug-in: com.ibm.wala.j2ee.">
<available property="@dot" file="${build.result.folder}/@dot"/>
<antcall target="@dot"/>
</target>
<target name="build.sources" depends="init">
<available property="src.zip" file="${build.result.folder}/src.zip"/>
<antcall target="src.zip"/>
</target>
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/com.ibm.wala.j2ee_1.0.0"/>
<copy todir="${destination.temp.folder}/com.ibm.wala.j2ee_1.0.0" failonerror="true" overwrite="false">
<fileset dir="${build.result.folder}/@dot">
<include name="**"/>
</fileset>
</copy>
<copy todir="${destination.temp.folder}/com.ibm.wala.j2ee_1.0.0" failonerror="true" overwrite="false">
<fileset dir="${basedir}">
<include name="dat/DefaultWebsphereModules.xml"/>
<include name="dat/SyntheticContainerModel.xml"/>
<include name="dat/benignext.xml"/>
<include name="META-INF/"/>
</fileset>
</copy>
</target>
<target name="build.zips" depends="init">
</target>
<target name="gather.sources" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/com.ibm.wala.j2ee_1.0.0"/>
<copy file="${build.result.folder}/src.zip" todir="${destination.temp.folder}/com.ibm.wala.j2ee_1.0.0" failonerror="false" overwrite="false"/>
</target>
<target name="gather.logs" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/com.ibm.wala.j2ee_1.0.0"/>
<copy todir="${destination.temp.folder}/com.ibm.wala.j2ee_1.0.0" failonerror="false" overwrite="false">
<fileset dir="${temp.folder}">
<include name="@dot.bin${logExtension}"/>
</fileset>
</copy>
</target>
<target name="clean" depends="init" description="Clean the plug-in: com.ibm.wala.j2ee of all the zips, jars and logs created.">
<delete dir="${build.result.folder}/@dot"/>
<delete file="${build.result.folder}/src.zip"/>
<delete file="${plugin.destination}/com.ibm.wala.j2ee_1.0.0.jar"/>
<delete file="${plugin.destination}/com.ibm.wala.j2ee_1.0.0.zip"/>
<delete dir="${temp.folder}"/>
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="C:/Data/Projects/Safe/workspaces/safe-build/com.ibm.wala.j2ee" 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: com.ibm.wala.j2ee.">
<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}">
<include name="**/*.bin${logExtension}"/>
</fileset>
</delete>
<zip destfile="${plugin.destination}/com.ibm.wala.j2ee_1.0.0.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
</project>