From 4d72be5a4b4293e1e7395f289aab57009073316e Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 20 Aug 2007 14:00:51 +0000
Subject: [PATCH] made rebuild target depend on generatemessages

---
 opends/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index d408843..a1893f8 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -641,7 +641,7 @@
    ! it will not re-package.  It will also not do a complete initialization, so
    ! DynamicConstants.java won't be regenerated.
    ! -->
-  <target name="rebuild"
+  <target name="rebuild" depends="generatemessages"
        description="Rebuild the server without destroying config or data.">
     <!-- Set the amount of memory to use for the build -->
     <condition property="MEM" value="192M">

--
Gitblit v1.10.0