aboutsummaryrefslogtreecommitdiffstats
path: root/_Currently selected junit test (POI).launch
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-12-11 20:56:32 +0000
committerDominik Stadler <centic@apache.org>2016-12-11 20:56:32 +0000
commit83274bb135ca6a72d9a19bcf4c5a97d87d1924b6 (patch)
tree1f47df1b66fff7b85d2dd69fdfc405edf4752ed2 /_Currently selected junit test (POI).launch
parentfa426fbe794b0a8f02499654d006275da8384535 (diff)
downloadpoi-83274bb135ca6a72d9a19bcf4c5a97d87d1924b6.tar.gz
poi-83274bb135ca6a72d9a19bcf4c5a97d87d1924b6.zip
Add dynaTrace agent to junit launch config
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '_Currently selected junit test (POI).launch')
-rw-r--r--_Currently selected junit test (POI).launch4
1 files changed, 3 insertions, 1 deletions
diff --git a/_Currently selected junit test (POI).launch b/_Currently selected junit test (POI).launch
index 1e63650dca..b4daf365f4 100644
--- a/_Currently selected junit test (POI).launch
+++ b/_Currently selected junit test (POI).launch
@@ -18,6 +18,8 @@
</listAttribute>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="com.mountainminds.eclemma.ui.launchGroup.coverage"/>
+<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
@@ -25,5 +27,5 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="${java_type_name}"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ApachePOI"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea&#10;-agentpath:/opt/dynaTrace/dynatrace-5.6.0/agent/lib64/libdtagent.so=name=ApachePOI,server=localhost:9998,transformationmaxavgwait=400,wait=5"/>
</launchConfiguration>