File: all.xml

package info (click to toggle)
asm3 3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,180 kB
  • ctags: 3,898
  • sloc: java: 37,049; xml: 1,814; makefile: 44
file content (22 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<project name="perf" default="test">
  <target name="test">
    <java classname="org.objectweb.asm.ALLPerfTest" fork="yes">
      <classpath>
        <pathelement location="${out.build}"/>
        <pathelement location="${out.test}"/>
        <fileset dir="${test}">
          <include name="lib/bcel-5.2.jar"/>
          <include name="lib/aspectjweaver-1.5.3.jar"/>
          <include name="lib/serp-1.14.2.jar"/>
          <include name="lib/javassist.3.6.GA.jar"/>
          <!-- xslt engines -->
          <include name="lib/jd.xslt-1.5.5.jar"/>
          <include name="lib/saxon7.jar"/>
          <include name="lib/xalan-2.6.0.jar"/>
        </fileset>
      </classpath>
      <jvmarg value="-Dasm.test.class=${asm.test.class}" /> 
      <jvmarg value="-Xmx512M" /> 
    </java>
  </target>
</project>