From 9f81d8560e3d29dfa0e5ab53387bd632fe4e1e2c 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
---
opendj-sdk/opends/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index d408843..a1893f8 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/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