You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Jason van Zyl <jv...@periapt.com> on 2000/11/24 17:50:56 UTC

Re: Error in latest CVS: TexenTask.java

On Fri, 24 Nov 2000, Randall G. Alley wrote:

Sorry, I fixed that and didn't commit it. I'll do it now.
Thanks for catching that!

> Trying to compile this morning I found:
> 
>     [javac] Compiling 1 source file to D:\Jakarta\jakarta-velocity\bin\classes
>     [javac]
> D:\Jakarta\jakarta-velocity\bin\src\org\apache\velocity\texen\ant\TexenTask.java:24
> 
> 4: ';' expected.
>     [javac]     public Context initControlContext
>     [javac]                                      ^
>     [javac] 1 error
> 
> Looking up line 244:
>     public Context initControlContext
>     {
>     }
> 
> 
> No Context object is returned. Also should syntax be like:
> 
>     public Context initControlContext()
>     {
>         // return proper context object
>     }
> 
> 
> Thanks,
> Randy
> 
> 

-- 
jvz.

Jason van Zyl
jvanzyl@periapt.com


Re: Error in latest CVS: TexenTask.java

Posted by Jason van Zyl <jv...@periapt.com>.
On Fri, 24 Nov 2000, Jason van Zyl wrote:

> On Fri, 24 Nov 2000, Randall G. Alley wrote:
> 
> Sorry, I fixed that and didn't commit it. I'll do it now.
> Thanks for catching that!

Fixed.

-- 
jvz.

Jason van Zyl
jvanzyl@periapt.com