<property name="ABS_PATH" value="/homes/ws-dev1/jalview"/>\r
<property name="CUR_PATH" location="." />\r
<property name="USER_HOME" location="~" />\r
+ <property name="DEST_IADIR" location="${CUR_PATH}/utils/InstallAnywhere/JalviewBuild" />\r
<taskdef name="buildinstaller" classname="com.zerog.ia.integration.ant.InstallAnywhereAntTask"/>\r
<target name="build">\r
<copy file="${IA_PROJECT}" tofile="${IA_PROJECT}_reloc.iap_xml"/>\r
<buildinstaller \r
IAlocation="${IA_LOCATION}"\r
IAProjectFile="${IA_PROJECT}_reloc.iap_xml"\r
+ BuildOutputLocation="${DEST_IADIR}"\r
/>\r
- <copy todir="${DEST_IADIR}">\r
- <fileset dir="${IA_PROJECT}_reloc.iap_xml_Build_Output">\r
- <include name="**/*"/>\r
- <include name="*.*"/>\r
- </fileset>\r
-</copy>\r
</target>\r
-<!-- additionalparameter=""\r
- failonerror="true"\r
- BuildLinuxWithVM="true"\r
- BuildMacOSX="true"\r
- BuildWebInstallers="true"\r
- OptimizeWebInstallers="true" -->\r
</project>\r