From ad5f98d708f45854d91a9eda9279314e5fcfd0a9 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 19 Apr 2002 05:11:52 +0000 Subject: [PATCH] doc addition; fix defect # 8181 . I note this is not stephane's current email addr at the top git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272519 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/maudit.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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=
+
+

classpath

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>