> From: Peter Reilly [mailto:[EMAIL PROTECTED]
> >Well, that can surely break BC Peter if one used to cast a TaskDef into a
> >Definer, no? Sure, it's not sensible code, but it's not 100% BC. All the
> >old methods might still be there, so it's only 99.999% BC, which is fine
> >by me ;-) I'm just n
Peter Reilly wrote:
Antoine Lévy-Lambert wrote:
Does it break *BC* if I change the ChangeLogTask class to inherit
from AbstractCvsTask instead of Task ?
I do not think so.
It is allowed to add new methods to a class, so adding a new super
class should not be a problem.
I have done this with Task
Stefan Bodewig wrote:
On Wed, 28 Jan 2004, Antoine Lévy-Lambert <[EMAIL PROTECTED]>
wrote:
Does it break *BC* if I change the ChangeLogTask class to inherit
from AbstractCvsTask instead of Task ?
Yes and no - but not too bad, I'd say.
If you replace methods in ChangeLogTask with methods fro
On Wed, 28 Jan 2004, Antoine Lévy-Lambert <[EMAIL PROTECTED]>
wrote:
> Does it break *BC* if I change the ChangeLogTask class to inherit
> from AbstractCvsTask instead of Task ?
Yes and no - but not too bad, I'd say.
If you replace methods in ChangeLogTask with methods from
AbstractCvsTask, clas
Dominique Devienne wrote:
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Antoine Lévy-Lambert wrote:
Does it break *BC* if I change the ChangeLogTask class to inherit from
AbstractCvsTask instead of Task ?
I do not think so.
It is allowed to add new methods to a class, so adding a new sup
> From: Peter Reilly [mailto:[EMAIL PROTECTED]
> Antoine Lévy-Lambert wrote:
> > Does it break *BC* if I change the ChangeLogTask class to inherit from
> > AbstractCvsTask instead of Task ?
>
> I do not think so.
> It is allowed to add new methods to a class, so adding a new super class
> should n
Hi,
I am working on adding the branch option to the task cvschangelog. (Bug
report with 10 votes)
I also plan to make a new task CvsVersion which will be able to set
properties with the cvs client version and the cvs server version.
In order for the ChangeLogTask to be able to delegate to the C
Antoine Lévy-Lambert wrote:
Does it break *BC* if I change the ChangeLogTask class to inherit from
AbstractCvsTask instead of Task ?
I do not think so.
It is allowed to add new methods to a class, so adding a new super class
should not be a problem.
I have done this with TaskDef. In 1.6 it inheri