This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 37162
Collapse All | Expand All

(-)build.xml (+1 lines)
Lines 1348-1353 Link Here
1348
  <!-- keep this target name at least for a while for backward compat -jglick -->
1348
  <!-- keep this target name at least for a while for backward compat -jglick -->
1349
  <target name="commitValidation" depends="all-commitValidation,check-commit-validation" if="run.validation">
1349
  <target name="commitValidation" depends="all-commitValidation,check-commit-validation" if="run.validation">
1350
    <property name="xtest.home" location="../xtest"/>
1350
    <property name="xtest.home" location="../xtest"/>
1351
    <ant dir="${xtest.home}/instance" target="cleantests" />
1351
    <ant dir="${xtest.home}/instance" target="runtests">
1352
    <ant dir="${xtest.home}/instance" target="runtests">
1352
        <property name="xtest.config" value="commit-validation-nb"/>
1353
        <property name="xtest.config" value="commit-validation-nb"/>
1353
        <property name="xtest.fail.on.failure" value="true"/>
1354
        <property name="xtest.fail.on.failure" value="true"/>

Return to bug 37162