From c7a779c3678542dbe20146902b1a8195a8b28a6f Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Thu, 19 Apr 2007 20:25:34 +0000
Subject: [PATCH] Added runtime output to build.xml that hints at how to turn off the debug weaving since it can take a while.

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

diff --git a/opends/build.xml b/opends/build.xml
index 761871e..0d2bd16 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -429,6 +429,8 @@
   </target>
 
   <target name="weave" if="weave.enabled" depends="compile, prepweave">
+    <echo message="  Weaving the source code with automatic AspectJ debug logging."/>
+    <echo message="  Build with -DWEAVE_ENABLED=false to turn this off."/>
     <taskdef resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties">
       <classpath>
         <pathelement location="${aj.lib.dir}/aspectjtools.jar" />

--
Gitblit v1.10.0