From 5d365e89406093c3dea559946fca87792e7c7ea4 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 28 Jul 2009 12:05:36 +0000
Subject: [PATCH] Today if a user makes a mistake in DynamicConstants and introduces a coding style error, this error will not be spotted on the first run of the precommit target (but it will on the second and so on).
---
opends/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 88846b9..54337f3 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -188,7 +188,7 @@
<!-- The build target that should be used before committing code. -->
- <target name="precommit" depends="checkstyle,clean,checkprecommit,dsml,testwithcoverage"
+ <target name="precommit" depends="clean,dynamicconstants,checkstyle,checkprecommit,dsml,testwithcoverage"
description="Perform all processing needed before committing code.">
</target>
--
Gitblit v1.10.0