On Tue, 2 Apr 2002 18:13, Stefan Bodewig wrote: > 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.
Thanks heaps! > 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-). bugger - looks like a dodgy compiler to me. Should be able to make the member variables non-final and then should compile. -- Cheers, Pete --------------------------------------------------- "If you don't know where you want to go, we'll make sure you get taken." Microsoft ad slogan, translated into Japanese. --------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
