From ad5f98d708f45854d91a9eda9279314e5fcfd0a9 Mon Sep 17 00:00:00 2001
From: Steve Loughran
<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>