Sometime Wednesday a change was made to Turbine that broke it's build. It
is now Sunday and the build is still broken. You can see the results here:
http://jakarta.apache.org/builds/gump/2001-02-08/turbine.html
My goal over the next week is to get these builds to the point where they
mostly succeed and then offer a subscription service to any person or
mailing list who is interested in being notified on failures.
This will only work if there are volunteers interested in keeping their
project building clean.
Below is a patch which fixes this problem.
- Sam Ruby
Index: BaseFreeMarkerScreen.java
===================================================================
RCS file:
/products/cvs/turbine/turbine/src/java/org/apache/turbine/modules/screens/BaseFreeMarkerScreen.java,v
retrieving revision 1.5
diff -u -r1.5 BaseFreeMarkerScreen.java
--- BaseFreeMarkerScreen.java 2001/02/08 01:40:13 1.5
+++ BaseFreeMarkerScreen.java 2001/02/11 13:48:01
@@ -70,6 +70,7 @@
import org.apache.turbine.services.resources.TurbineResources;
import org.apache.turbine.services.freemarker.*;
import org.apache.turbine.services.*;
+import org.apache.turbine.services.template.*;
// FreeMarker Stuff
import freemarker.template.*;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]