AW: ExtensionPoints + Dependencies

2010-08-17 Thread Jan.Materne
>IMHO you are wrong. extensionOf adds C to the depends list of >B but doesn't change anything for C itself. So my target has to define the dependencies for itself. I changed the names to more meaningful ones: Ant-Version ${ant.version} Initialize Ivy (download ivy.jar, task

Re: ExtensionPoints + Dependencies

2010-08-17 Thread Stefan Bodewig
On 2010-08-17, wrote: > If I have a buildfile with extension points and their extensions, I > think I would be able to run the extensions as part of the whole build > via extension-points and directly. But if I run the target directly I > would think, that dependencies are also executed, but they

ExtensionPoints + Dependencies

2010-08-16 Thread Jan.Materne
If I have a buildfile with extension points and their extensions, I think I would be able to run the extensions as part of the whole build via extension-points and directly. But if I run the target directly I would think, that dependencies are also executed, but they are not. Is this forgotten or