diff --git a/docs/manual/OptionalTasks/maudit.html b/docs/manual/OptionalTasks/maudit.html index ac32bb50d..cfa514261 100644 --- a/docs/manual/OptionalTasks/maudit.html +++ b/docs/manual/OptionalTasks/maudit.html @@ -75,8 +75,17 @@ An evaluation version is available at Command -line arguments.
+attributes.<jvmarg>
allows all attributes described in
+Command line arguments.
+
+You can avoid using the <jvmarg>
by adding these empty
+entries to metamata.properties
located at ${metamata.home}/bin
+
metamata.classpath= +metamata.sourcepath= +metamata.baseclasspath= ++
Sets class path (also source path unless one explicitly set). Overrides
METAPATH/CLASSPATH environment variables. The classpath element represents a PATH like
@@ -117,7 +126,7 @@ The stylesheet takes an output.dir parameter (otherwise it will be genera
in the current directory), it can be run in Ant as follows:
<style in=java "${audit.xml}" style="maudit-frames.xsl" out="null.tmp">
- <param name="output.dir" expression="${report.dir}quot;/>
+ <param name="output.dir" expression="${report.dir}"/>
</style>