profile-memory target BLD200407201800
authorlebedkov@netbeans.org
Mon, 19 Jul 2004 18:15:40 +0000
changeset 1544a84a4432097d
parent 1543 7d999d616d1b
child 1545 f5246619f684
profile-memory target
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Thu Jul 15 17:49:12 2004 +0000
     1.2 +++ b/tasklist/build.xml	Mon Jul 19 18:15:40 2004 +0000
     1.3 @@ -61,6 +61,12 @@
     1.4          <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.5      </target>
     1.6  
     1.7 +    <target name="profile-memory">        
     1.8 +        <echo message="Running on ${os.name} powered machine."/>
     1.9 +        <!-- TODO: Linux support -->
    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-Xrunhprof "/>
    1.11 +    </target>
    1.12 +    
    1.13      <target name="clean">
    1.14          <delete file="tasklist-nbms.zip"/>
    1.15  	<delete dir="netbeans"/>