fixed some bugs in tv BLD200407111800
authorlebedkov@netbeans.org
Sat, 03 Jul 2004 15:51:11 +0000
changeset 153636fb0ce2b16a
parent 1535 35be1378f811
child 1537 efee1451beaa
fixed some bugs in tv
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Thu Jul 01 14:32:25 2004 +0000
     1.2 +++ b/tasklist/build.xml	Sat Jul 03 15:51:11 2004 +0000
     1.3 @@ -57,8 +57,8 @@
     1.4  
     1.5      <target name="try" depends="merge">        
     1.6          <echo message="Running on ${os.name} powered machine."/>
     1.7 -        <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.8 -        <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.9 +        <exec os="Linux" vmlauncher="false" command="../nbbuild/netbeans/bin/netbeans -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.10 +        <exec os="Windows 2000, Windows NT, Windows XP" vmlauncher="false" command="start ..\nbbuild\netbeans\bin\nb.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.11      </target>
    1.12  
    1.13      <target name="clean">