We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6cebe commit b28080bCopy full SHA for b28080b
README.md
@@ -71,7 +71,7 @@ It's possibe to instrument compiled Java classes as below:
71
```
72
... as well as re-write packaged JAR file:
73
```xml
74
-<target name="instrument-jar" description="JavaFlow Instrumentation" depends="jar">
+ <target name="instrument-jar" description="JavaFlow Instrumentation" depends="jar">
75
<taskdef name="javaflow" classname="org.apache.commons.javaflow.ant.AntRewriteTask"
76
classpathref="ant-lib-classpath"/>
77
<echo message="JavaFlow instrumentation of compiled classes in ${jar.dir}/${ant.project.name}.jar" />
0 commit comments