[Bedework-commit] webapps r1250 - trunk/webcommon/src/org/bedework/webcommon/event

svnadmin at bedework.org svnadmin at bedework.org
Mon Feb 14 10:21:19 EST 2011


Author: douglm
Date: 2011-02-14 10:21:18 -0500 (Mon, 14 Feb 2011)
New Revision: 1250

Modified:
   trunk/webcommon/src/org/bedework/webcommon/event/UpdateEventAction.java
Log:
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: trunk/webcommon/src/org/bedework/webcommon/event/UpdateEventAction.java
===================================================================
--- trunk/webcommon/src/org/bedework/webcommon/event/UpdateEventAction.java	2011-02-14 15:19:49 UTC (rev 1249)
+++ trunk/webcommon/src/org/bedework/webcommon/event/UpdateEventAction.java	2011-02-14 15:21:18 UTC (rev 1250)
@@ -539,7 +539,10 @@
         return forwardDuplicate;
       }
 
-      throw cfe;
+//      throw cfe;
+      cfe.printStackTrace();
+      form.getErr().emit(cfe);
+      return forwardError;
     }
 
     if ((publishEvent || updateSubmitEvent) &&
@@ -680,6 +683,7 @@
       loc = (BwLocation)loc.clone();
       loc.setOwnerHref(null);
       loc.setCreatorHref(null);
+      loc.setPublick(true);
       ev.setLocation(loc);
     }
 
@@ -688,6 +692,7 @@
       contact = (BwContact)contact.clone();
       contact.setOwnerHref(null);
       contact.setCreatorHref(null);
+      contact.setPublick(true);
       ev.setLocation(loc);
       ev.setContact(contact);
     }



More information about the Bedework-commit mailing list