[Bedework-commit] bedework r3175 - releases/bedework-3.7/build/buildTools

svnadmin at bedework.org svnadmin at bedework.org
Mon Feb 14 10:32:47 EST 2011


Author: douglm
Date: 2011-02-14 10:32:46 -0500 (Mon, 14 Feb 2011)
New Revision: 3175

Modified:
   releases/bedework-3.7/build/buildTools/deftasks.xml
Log:
Some changes that didn't make it through for the last update.

In addition to the below changes to try to get a stack trace out of jsp when rendering fails.


Further changes to the build. Attempt to catch changed libraries and force a rebuild.

Also use outofdate to suppress running of apt when sources have not changed.

Minor but widespread change to remove debug parameter from a number of classes. For those debugging now depends on log4j level.

Modified: releases/bedework-3.7/build/buildTools/deftasks.xml
===================================================================
--- releases/bedework-3.7/build/buildTools/deftasks.xml	2011-02-14 15:21:29 UTC (rev 3174)
+++ releases/bedework-3.7/build/buildTools/deftasks.xml	2011-02-14 15:32:46 UTC (rev 3175)
@@ -390,7 +390,6 @@
           <noisyMsg message="**** @{jar-file} is up to date" />
         </then>
         <else>
-          <echo message="**** @{jar-file} being rebuilt" />
           <noisyMsg message="**** @{jar-file} needs rebuilding" />
 
           <math result="org.bedework.jars.built" 



More information about the Bedework-commit mailing list