On 02 Apr 2002, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
>>   I believe they *should* compile under 1.1 - can someone check ?
> 
> Yep.

No, for some reason javac died before compiling them when BuildNumber
failed.  There is some collections stuff that can be eliminated
AFAICS, I'll try.

Also:

/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java:69: Blank final 
variable 'm_name' may not have been initialized. It must be assigned a value in 
an initializer, or in every constructor.
    RCSFile( final String name, final String rev )
    ^
/src/main/org/apache/tools/ant/taskdefs/cvslib/RCSFile.java:69: Blank final 
variable 'm_revision' may not have been initialized. It must be assigned a 
value in an initializer, or in every constructor.
    RCSFile( final String name, final String rev )
    ^

I'm not sure whether I can fix this, but I'll try as well 8-).

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to