installanywhere to a destination location
authorjprocter <Jim Procter>
Sat, 9 Aug 2008 14:27:17 +0000 (14:27 +0000)
committerjprocter <Jim Procter>
Sat, 9 Aug 2008 14:27:17 +0000 (14:27 +0000)
utils/InstallAnywhere/jalview_buildinstaller.xml

index dfdb201..816db2d 100644 (file)
@@ -5,6 +5,7 @@
   <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