stevel 02/04/18 22:11:52
Modified: docs/manual/OptionalTasks maudit.html
Log:
doc addition; fix defect # 8181 . I note this is not stephane's current email
addr at the top
Revision Changes Path
1.8 +12 -3 jakarta-ant/docs/manual/OptionalTasks/maudit.html
Index: maudit.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/maudit.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maudit.html 16 Apr 2002 11:13:02 -0000 1.7
+++ maudit.html 19 Apr 2002 05:11:52 -0000 1.8
@@ -75,8 +75,17 @@
<h3>Nested elements</h3>
<h4>jvmarg</h4>
<p>Additional parameters may be passed to the VM via nested
<code><jvmarg></code>
-attributes. <code><jvmarg></code> allows all attributes described in
<a href="../using.html#arg">Command
-line arguments</a>.</p>
+attributes. <code><jvmarg></code> allows all attributes described in
+<a href="../using.html#arg">Command line arguments</a>.</p>
+<p>
+You can avoid using the <code><jvmarg></code> by adding these empty
+entries to <code>metamata.properties</code> located at
<code>${metamata.home}/bin</code>
+</p>
+<pre>metamata.classpath=
+metamata.sourcepath=
+metamata.baseclasspath=
+</pre>
+</p>
<h4>classpath</h4>
<p>Sets class path (also source path unless one explicitly set). Overrides
METAPATH/CLASSPATH environment variables. The <tt>classpath</tt> element
represents a <a href="../using.html#path">PATH like
@@ -117,7 +126,7 @@
in the current directory), it can be run in Ant as follows:
<pre>
<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>
</pre>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>