#39503, #39478 options dialog improvements. bowfixes_root
authorpkuzel@netbeans.org
Tue, 03 Feb 2004 13:13:11 +0000
changeset 14344053459d5520
parent 1433 c5436890f5fd
child 1435 8715f9f88ff0
#39503, #39478 options dialog improvements.
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Mon Feb 02 05:46:51 2004 +0000
     1.2 +++ b/tasklist/build.xml	Tue Feb 03 13:13:11 2004 +0000
     1.3 @@ -57,6 +57,16 @@
     1.4          <for-each locations="${submodules}"/>
     1.5      </target>
     1.6  
     1.7 +    <target name="merge" depends="netbeans">
     1.8 +        <echo message="TODO foreach copy $submodule/netbeans to ../nbbuild/netbeans"/>
     1.9 +    </target>
    1.10 +
    1.11 +    <target name="try" depends="merge">        
    1.12 +        <echo message="Running on ${os.name} powered machine."/>
    1.13 +        <exec os="Linux" vmlauncher="false" command="../nbbuild/netbeans/bin/runide.sh -userdir ${java.io.tmpdir}/try_tasklist_userdirectory -fontsize 12 -J-Xdebug -J-Xnoagent -J-Djava.compiler=NONE -J-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8888 &amp;"/>
    1.14 +        <exec os="Windows 2000, Windows NT, Windows XP" vmlauncher="false" command="start ..\nbbuild\netbeans\bin\runide.exe -userdir ${java.io.tmpdir}\try_tasklist_userdirectory -fontsize 12 -J-Xdebug -J-Xnoagent -J-Djava.compiler=NONE -J-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8888"/>
    1.15 +    </target>
    1.16 +
    1.17      <target name="clean">
    1.18          <delete file="tasklist-nbms.zip"/>
    1.19  	<delete dir="netbeans"/>