You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2006/12/01 06:18:24 UTC

Re: .ant/lib at project level

On Thu, 23 Nov 2006, Peter Reilly <pe...@gmail.com> wrote:

> I then had a brainwave, why not have a .ant/lib directory
> in the project directory (defined as the directory
> that contains the build file).

I can see how this would be useful.  OTOH I fear that would be too
much magic.

You could achive the same with a simple piece fo shell script in
~/.antrc, couldn't you?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: .ant/lib at project level

Posted by Peter Reilly <pe...@gmail.com>.
On 12/1/06, Stefan Bodewig <bo...@apache.org> wrote:
> On Thu, 23 Nov 2006, Peter Reilly <pe...@gmail.com> wrote:
>
> > I then had a brainwave, why not have a .ant/lib directory
> > in the project directory (defined as the directory
> > that contains the build file).
>
> I can see how this would be useful.  OTOH I fear that would be too
> much magic.


> You could achive the same with a simple piece fo shell script in
> ~/.antrc, couldn't you?

I do not think so,
the idea is that it is project specific, so the shell script
would have to do some processing - it would thus
not be possible to port to windows.
Peter


>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org