Mark,
The HEAD of trunk works now. Thank you!
Shawn
On 17 September 2010 16:34, Mark Phippard <markphip_at_gmail.com> wrote:
> Current HEAD of trunk compiles for me in Eclipse.
>
>
> > warning: non-varargs call of varargs method with inexact argument type
> for
> > last parameter;
> > [javac] cast to java.lang.Object for a varargs call
> > [javac] cast to java.lang.Object[] for a non-varargs call and to suppress
> > this warning
> > [javac] new String[] { fsType, target }));
>
> Do not know what this is. I do not get a problem here.
>
> > org.tigris.subversion.svnclientadapter.commandline.CmdLineClientAdapter
> is
> > not abstract and does not override abstract method
>
> We do not use the CmdLine adapter any more so it regularly gets errors
> where it does not implement methods define in the interface. I just
> committed stubs for the missing methods. No more compile errors for
> me.
>
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ------------------------------------------------------
>
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2661323
>
> To unsubscribe from this discussion, e-mail: [
> dev-unsubscribe_at_subclipse.tigris.org].
>
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2661329
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
Received on 2010-09-17 17:52:33 CEST