From 0b029146af876df99ce2eb78fc72c632bf051653 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.
---
opendj-sdk/opends/build.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index 761871e..0d2bd16 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/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