You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/04/08 11:37:26 UTC

svn commit: r1465581 - /sling/trunk/testing/junit/core/src/main/java/org/apache/sling/junit/impl/servlet/JacocoServlet.java

Author: bdelacretaz
Date: Mon Apr  8 09:37:26 2013
New Revision: 1465581

URL: http://svn.apache.org/r1465581
Log:
SLING-2810 - typo in instructions

Modified:
    sling/trunk/testing/junit/core/src/main/java/org/apache/sling/junit/impl/servlet/JacocoServlet.java

Modified: sling/trunk/testing/junit/core/src/main/java/org/apache/sling/junit/impl/servlet/JacocoServlet.java
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/core/src/main/java/org/apache/sling/junit/impl/servlet/JacocoServlet.java?rev=1465581&r1=1465580&r2=1465581&view=diff
==============================================================================
--- sling/trunk/testing/junit/core/src/main/java/org/apache/sling/junit/impl/servlet/JacocoServlet.java (original)
+++ sling/trunk/testing/junit/core/src/main/java/org/apache/sling/junit/impl/servlet/JacocoServlet.java Mon Apr  8 09:37:26 2013
@@ -59,7 +59,7 @@ public class JacocoServlet extends HttpS
             + "JaCoCo's tcpserver and tcpclient modes and its JMX interface open ports that do "
             + "not require any authentication. See the JaCoCo documentation for details.\n\n"
             + "To activate JaCoCo on a Sling instance, start its JVM with the following option:\n\n"
-            + "-javaagent:/path/to/jacocoagent.jar,dumponexit=false,jmx=true\n\n"
+            + "-javaagent:/path/to/jacocoagent.jar=dumponexit=false,jmx=true\n\n"
             + "The jacocoagent.jar file can be extracted from the appropriate maven artifact into the target directory "
             + "using 'mvn process-sources -P extractJacocoAgent' if you have this module's source code.\n\n"
             + "With this servlet installed, you can generate a JaCoCo coverage report "