build.xml revision 503
0N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
0N/A location="${unittest.testng.dir}/src"/>
0N/A location="${build.dir}/unit-tests/classes" />
0N/A location="${build.dir}/unit-tests/report"/>
233N/A location="${build.dir}/unit-tests/resource"/>
114N/A <!-- Properties for use in functional/integration testing. -->
114N/A location="tests/integration-tests-testng" />
114N/A location="${functest.testng.dir}/src"/>
422N/A location="${coverage.dir}/reports/unit" />
422N/A location="${coverage.dir}/instrumentedcode" />
422N/A location="${coverage.dir}/gathereddata" />
110N/A location="${resource.dir}/DynamicConstants.java.stubs" />
121N/A <!-- Perform common initialization common to several targets after cleaning out the previous build environment. -->
0N/A ! java.vm.vendor property, which wreaks havoc with DynamicConstants. This
109N/A <!-- Generate the DynamicConstants.java file.
109N/A VERSION_QUALIFIER, FIX_IDS, timestamp, user.name, java.version,
109N/A java.vendor, java.vm.version, JVM_VENDOR, DEBUG_BUILD
109N/A tofile="${dynconstants.file}"
0N/A classpath="${checkstyle.dir}/checkstyle-all-4.1.jar" />
0N/A ! DynamicConstants.java won't be regenerated.
0N/A location="${package.dir}/OpenDS-${pkgversion}" />
0N/A <!-- Clean up a minimal set of files/directories for the rebuild. -->
0N/A <!-- Generate the OpenDS.jar file -->
0N/A location="${package.dir}/OpenDS-${pkgversion}" />
233N/A classpath="${ext.dir}/build-tools.jar" />
233N/A tofile="${unittest.resource.dir}/testng.xml"
318N/A grouplist="${test.groups}"
318N/A packagelist="${test.packages}"
318N/A classList="${test.classes}"
318N/A methodList="${test.methods}" />
121N/A description="Execute the Directory Server TestNG unit tests in text mode with a coverage report.">
233N/A <!-- Execute the Directory Server TestNG unit tests in text mode with a coverage report and slow tests. -->
233N/A description="Execute the Directory Server TestNG unit tests in text mode with a coverage report.">
318N/A <!-- Execute the Directory Server TestNG unit tests specified from CLI in text mode with a coverage report. -->
318N/A description="Execute the Directory Server TestNG unit tests specified from CLI in text mode with a coverage report.">
121N/A <!-- Internal target to execute the Directory Server TestNG unit tests in text mode after everything has been initialized. -->
503N/A <!-- This sets org.opends.test.suppressOutput if and only if it's not
422N/A <!-- <property name="verbosity.level" value="verbose" /> -->