Author: nextgens
Date: 2006-06-19 14:47:39 +0000 (Mon, 19 Jun 2006)
New Revision: 9312

Modified:
   trunk/apps/installer/build-installer.xml
   trunk/apps/installer/build.xml
Log:
installer: maybe fix recent issues

Modified: trunk/apps/installer/build-installer.xml
===================================================================
--- trunk/apps/installer/build-installer.xml    2006-06-19 01:18:27 UTC (rev 
9311)
+++ trunk/apps/installer/build-installer.xml    2006-06-19 14:47:39 UTC (rev 
9312)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<project name="Create Demo Installer Zip Build"  default="installer"  
basedir=".">
+<project name="Create Demo Installer Zip Build"  default="selfextract"  
basedir=".">

        <path id="taskdef.cp">
        <fileset dir="../lib">
@@ -14,10 +14,10 @@
                classname="org.tp23.antinstaller.taskdefs.Installer"
                classpathref="taskdef.cp"/>

-       <target name="installer" depends="compile_sha1test,compile_browser">
-               <echo message="Building INSTALLER"/>
+       <target name="selfextract" depends="compile_sha1test,compile_browser">
+               <echo message="Building INSTALLER SELFEXTRACT"/>
                <installer file="./selfextractpack.jar" compress="true"
-                               extractType="NonExtractor"
+                               extractType="SelfExtractor"
                                installConfig="antinstall-config.xml"
                                buildFile="build.xml"
                                antInstallLib="../lib"

Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-06-19 01:18:27 UTC (rev 9311)
+++ trunk/apps/installer/build.xml      2006-06-19 14:47:39 UTC (rev 9312)
@@ -30,10 +30,6 @@
                <condition property="offline" value="true">
                        <equals arg1="${online}" arg2="1"/>
                </condition>
-
-               <!-- Antinstaller isn't able to deal with native encodings...
-                       it leads to problems on windows :( let's ask ant to do 
it on its own insteed -->
-               <unjar src="${antinstaller.jar}" dest="${basedir}" 
encoding="native-encoding"/>
        </target>

        <target name="darknet" if="is_darknet">


Reply via email to