blob: 3fc4ab5accb8200817a62f48036e8020e2b92bb6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<goals>
<goal>clean</goal>
<goal>package</goal>
<goal>antrun:run</goal>
<goal>-o</goal>
</goals>
<properties>
<vm.args>-Dclerezza.shell.disable=true</vm.args>
</properties>
</action>
<action>
<actionName>debug</actionName>
<goals>
<goal>clean</goal>
<goal>package</goal>
<goal>antrun:run</goal>
<goal>-o</goal>
</goals>
<properties>
<vm.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -Dclerezza.shell.disable=true</vm.args>
<jpda.listen>true</jpda.listen>
</properties>
</action>
<action>
<actionName>profile</actionName>
<goals>
<goal>clean</goal>
<goal>package</goal>
<goal>antrun:run</goal>
<goal>-o</goal>
</goals>
<properties>
<vm.args>${profiler.args}</vm.args>
<!-- XXX <java jvm="${profiler.java}" ...> -->
<profiler.action>profile</profiler.action>
</properties>
</action>
<action>
<actionName>CUSTOM-resume-debug</actionName>
<displayName>Resume Debug</displayName>
<goals>
<goal>antrun:run</goal>
<goal>-o</goal>
</goals>
<properties>
<vm.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</vm.args>
<jpda.listen>true</jpda.listen>
</properties>
</action>
</actions>