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

davidely
19.25.2007 c7a779c3678542dbe20146902b1a8195a8b28a6f
Added runtime output to build.xml that hints at how to turn off the debug weaving since it can take a while.
1 files modified
2 ■■■■■ changed files
opends/build.xml 2 ●●●●● patch | view | raw | blame | history
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" />