Hi Sam,
I will definitely keep an eye on the repository. This wasn't
being seen because we no longer keep the freemarker jar in
the Turbine repository so none of the freemarker files are
usually compiled because most Turbine developers use Velocity.
I will apply the patch and keep on top of gump as I have a working
copy on my machine now! I love gump!
jvz.
On Sun, 11 Feb 2001, Sam Ruby wrote:
> 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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]