Re: Names of import/include

2008-11-12 Thread Dominique Devienne
On Wed, Nov 12, 2008 at 6:25 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> No problem, I can easily add a dummy target that depends on the >> prefixed target to the imporitn/including files and use that. > > http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/import.html?revision=7

Re: Names of import/include

2008-11-12 Thread Stefan Bodewig
On 2008-11-12, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > We can certainly rewrite the docs to also say you can't override > targets unless you try hard to defeat include - in which case you > should use import. [...] > No problem, I can easily add a dummy target that depends on the > prefixed

Re: Names of import/include

2008-11-11 Thread Stefan Bodewig
On 2008-11-11, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Tue, Nov 11, 2008 at 5:21 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> after I've added include I'm not too sure about its name. What we >> call "import" is called "extends" by EasyAnt and our "include" is >> EasyAnt's "use".

Re: Names of import/include

2008-11-11 Thread Dominique Devienne
On Tue, Nov 11, 2008 at 5:21 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > after I've added include I'm not too sure about its name. What we > call "import" is called "extends" by EasyAnt and our "include" is > EasyAnt's "use". First, it's a good description of the consequences of the current a

Names of import/include

2008-11-11 Thread Stefan Bodewig
Hi all, after I've added include I'm not too sure about its name. What we call "import" is called "extends" by EasyAnt and our "include" is EasyAnt's "use". I will reproduce the "how is import different from include" section I added to both manual pages to give you the full background. What nam