awips2/edexOsgi/com.raytheon.uf.edex.satellite.feature/build.xml
Steve Harris 98059f9ef1 12.9.1-5 baseline
Former-commit-id: 77cbd6c1e5 [formerly a1d931fd44] [formerly 61f269f54c] [formerly 77cbd6c1e5 [formerly a1d931fd44] [formerly 61f269f54c] [formerly f2fac39428 [formerly 61f269f54c [formerly d85b989f77196d20eb2d2a21cf4daa13d50474ae]]]]
Former-commit-id: f2fac39428
Former-commit-id: d9faed979f [formerly 7fb0b17bd5] [formerly 54140b7733222bbc423315196e9781453b12f896 [formerly 72824561cb]]
Former-commit-id: 84e9e52a92ae5e740b0daf680a98316f7435f7f7 [formerly 9b5c2094ed]
Former-commit-id: 2d928d328e
2012-08-21 15:27:03 -05:00

203 lines
9.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="com.raytheon.uf.edex.satellite.feature" default="build.update.jar" basedir=".">
<target name="init">
<property name="feature.temp.folder" value="${basedir}/feature.temp.folder"/>
<property name="feature.destination" value="${basedir}"/>
<property name="p2.build.repo" value="file:${buildDirectory}/buildRepo"/>
<condition property="p2.publish.parts" value="true" >
<istrue value="${p2.gathering}"/>
</condition>
</target>
<target name="all.plugins" depends="init">
<ant antfile="build.xml" dir="../com.raytheon.uf.common.dataplugin.satellite" target="${target}">
<property name="arch" value="x86"/>
<property name="ws" value="gtk"/>
<property name="os" value="linux"/>
</ant>
<ant antfile="build.xml" dir="../com.raytheon.edex.plugin.satellite" target="${target}">
<property name="arch" value="x86"/>
<property name="ws" value="gtk"/>
<property name="os" value="linux"/>
</ant>
<ant antfile="build.xml" dir="../com.raytheon.uf.edex.plugin.satellite.mcidas" target="${target}">
<property name="arch" value="x86"/>
<property name="ws" value="gtk"/>
<property name="os" value="linux"/>
</ant>
</target>
<target name="all.features" depends="init">
</target>
<target name="update.feature" depends="init">
</target>
<target name="all.children" depends="init,all.features,all.plugins,update.feature">
</target>
<target name="children" if="include.children">
<antcall target="all.children"/>
</target>
<target name="build.jars" depends="init" description="Build all the jars for the feature: com.raytheon.uf.edex.satellite.feature.">
<antcall target="all.children">
<param name="target" value="build.jars"/>
</antcall>
</target>
<target name="build.sources" depends="init">
<antcall target="all.children">
<param name="target" value="build.sources"/>
</antcall>
</target>
<target name="build.zips" depends="init">
<antcall target="all.children">
<param name="target" value="build.zips"/>
</antcall>
</target>
<target name="build.update.jar" depends="init" description="Build the feature jar of: com.raytheon.uf.edex.satellite.feature for an update site.">
<antcall target="all.children">
<param name="target" value="build.update.jar"/>
</antcall>
<property name="feature.base" value="${feature.temp.folder}"/>
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635"/>
<antcall target="gather.bin.parts" inheritAll="false">
<param name="os" value="*"/>
<param name="feature.base" value="${feature.temp.folder}"/>
<param name="updateJar.omitRootfiles" value="true"/>
<param name="ws" value="*"/>
<param name="arch" value="*"/>
<param name="nl" value="*"/>
</antcall>
<jar destfile="${feature.destination}/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635.jar" basedir="${feature.temp.folder}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="publish.bin.parts" depends="init" if="p2.publish.parts">
<mkdir dir="${feature.temp.folder}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635"/>
<copy todir="${feature.temp.folder}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635" failonerror="true" overwrite="true">
<fileset dir="${basedir}">
<include name="feature.xml"/>
</fileset>
</copy>
<eclipse.idReplacer featureFilePath="${feature.temp.folder}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635/feature.xml" selfVersion="1.0.0.201206061635" featureIds="" pluginIds="com.raytheon.edex.plugin.satellite:0.0.0,1.12.1174.201206061635,com.raytheon.uf.common.dataplugin.satellite:0.0.0,1.0.0.201206061635,com.raytheon.uf.edex.plugin.satellite.mcidas:0.0.0,1.12.1174.201206061635,"/>
<eclipse.gatherFeature
metadataRepository="${p2.build.repo}"
artifactRepository="${p2.build.repo}"
buildResultFolder="${feature.temp.folder}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635"
baseDirectory="${basedir}"
/>
</target>
<target name="gather.bin.parts" depends="init" if="feature.base">
<mkdir dir="${feature.base}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635"/>
<antcall target="children">
<param name="target" value="gather.bin.parts"/>
<param name="destination.temp.folder" value="${feature.base}/plugins"/>
</antcall>
<copy todir="${feature.base}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635" failonerror="true" overwrite="false">
<fileset dir="${basedir}">
<include name="feature.xml"/>
</fileset>
</copy>
<eclipse.idReplacer featureFilePath="${feature.base}/features/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635/feature.xml" selfVersion="1.0.0.201206061635" featureIds="" pluginIds="com.raytheon.edex.plugin.satellite:0.0.0,1.12.1174.201206061635,com.raytheon.uf.common.dataplugin.satellite:0.0.0,1.0.0.201206061635,com.raytheon.uf.edex.plugin.satellite.mcidas:0.0.0,1.12.1174.201206061635,"/>
<antcall target="rootFiles">
<param name="rootTarget" value="rootFiles${os}_${ws}_${arch}"/>
</antcall>
</target>
<target name="rootFiles" unless="updateJar.omitRootfiles">
<antcall target="${rootTarget}"/>
</target>
<target name="rootFileslinux_gtk_x86">
</target>
<target name="rootFilesgroup_group_group">
<antcall target="rootFileslinux_gtk_x86"/>
</target>
<target name="zip.distribution" depends="init" description="Create a zip containing all the plug-ins and features for the feature: com.raytheon.uf.edex.satellite.feature.">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="gather.bin.parts">
<param name="feature.base" value="${feature.temp.folder}"/>
<param name="os" value="*"/>
<param name="arch" value="*"/>
<param name="ws" value="*"/>
<param name="nl" value="*"/>
<param name="include.children" value="true"/>
</antcall>
<zip destfile="${feature.destination}/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="zip.sources" depends="init">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="all.children">
<param name="target" value="gather.sources"/>
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins/com.raytheon.uf.edex.satellite.feature.source_1.0.0.201206061635/src"/>
<param name="include.children" value="true"/>
</antcall>
<zip destfile="${feature.destination}/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="zip.logs" depends="init">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<condition property="logExtension.param" value="logExtension" else="logExtension.param" >
<isset property="logExtension"/>
</condition>
<antcall target="all.children" inheritAll="false">
<param name="target" value="gather.logs"/>
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
<param name="include.children" value="true"/>
<param name="${logExtension.param}" value="${logExtension}"/>
</antcall>
<zip destfile="${feature.destination}/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="clean" depends="init" description="Clean the feature: com.raytheon.uf.edex.satellite.feature of all the zips, jars and logs created.">
<delete file="${feature.destination}/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635.jar"/>
<delete file="${feature.destination}/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635.bin.dist.zip"/>
<delete file="${feature.destination}/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635.log.zip"/>
<delete file="${feature.destination}/com.raytheon.uf.edex.satellite.feature_1.0.0.201206061635.src.zip"/>
<delete dir="${feature.temp.folder}"/>
<antcall target="all.children">
<param name="target" value="clean"/>
</antcall>
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="/var/git/COMMON/edexOsgi/com.raytheon.uf.edex.satellite.feature/" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
<antcall target="all.children">
<param name="target" value="refresh"/>
</antcall>
</target>
<target name="gather.sources">
<antcall target="children">
<param name="target" value="gather.sources"/>
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins/com.raytheon.uf.edex.satellite.feature.source_1.0.0.201206061635/src"/>
</antcall>
</target>
<target name="gather.logs" depends="init">
<mkdir dir="${feature.temp.folder}/plugins"/>
<property name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
<condition property="logExtension.param" value="logExtension" else="logExtension.param" >
<isset property="logExtension"/>
</condition>
<antcall target="all.children" inheritAll="false">
<param name="target" value="gather.logs"/>
<param name="${logExtension.param}" value="${logExtension}"/>
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
</antcall>
</target>
</project>