mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
20.00.2007 4d72be5a4b4293e1e7395f289aab57009073316e
made rebuild target depend on generatemessages
1 files modified
2 ■■■ changed files
opends/build.xml 2 ●●● patch | view | raw | blame | history
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">