[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.technology.memory-analyzer] Re: can we use Ant to run the memory analyzer
From
:
andreas.buchen@xxxxxxx
(Andreas Buchen)
Date
: Tue, 25 Aug 2009 12:20:58 +0000 (UTC)
Newsgroups
:
eclipse.technology.memory-analyzer
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
How can we use Ant to run the memory analyzer?
Be sure to update it to the right version numbers, but something like this should work:
<java classname="org.eclipse.equinox.launcher.Main" fork="true" failonerror="true">
<arg value="-application" />
<arg value="org.eclipse.mat.api.parse" />
<arg value="path/to/dump" />
<arg value="org.eclipse.mat.api:suspects" />
<classpath>
<pathelement location="${matLocation}/plugins/org.eclipse.equinox.launcher_${equinoxLauncherPluginVersion}.jar" />
</classpath>
</java>
References
:
[news.eclipse.technology.memory-analyzer] can we use Ant to run the memory analyzer
From:
Shubha
Prev by Date:
[news.eclipse.technology.memory-analyzer] Re: cmdline way to open MAT with a dump and save reports in default format
Next by Date:
[news.eclipse.technology.memory-analyzer] Any plans to support C++?
Previous by thread:
[news.eclipse.technology.memory-analyzer] can we use Ant to run the memory analyzer
Next by thread:
[news.eclipse.technology.memory-analyzer] Any plans to support C++?
Index(es):
Date
Thread