Skip to content

Commit

Permalink
Merge pull request apache#208 from mebigfatguy/master
Browse files Browse the repository at this point in the history
fix <compilerarg> example documentation in manual
  • Loading branch information
jaikiran authored Feb 21, 2024
2 parents d212483 + e08af50 commit a1bfbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/using.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h4 id="pathshortcut">Path Shortcut</h4>
&lt;fileset dir="lib" includes="*.jar"/&gt;
&lt;/path&gt;
&lt;javac srcdir="src" destdir="classes"&gt;
&lt;compilerarg arg="-Xbootclasspath/p:${toString:lib.path.ref}"/&gt;
&lt;compilerarg value="-Xbootclasspath/p:${toString:lib.path.ref}"/&gt;
&lt;/javac&gt;</pre>

<h3 id="arg">Command-line Arguments</h3>
Expand Down

0 comments on commit a1bfbdc

Please sign in to comment.