> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 20 September 2000 22:34
> To: [EMAIL PROTECTED]
> Subject: Re: Additional behavior for Javac
>
>
> >>>>> "JAF" == Jose Alberto Fernandez <[EMAIL PROTECTED]> writes:
>
>  JAF> If I understand correctly, the current Javac's srcdir and <src>
>  JAF> elements define a kind of search path for in which <include>
>  JAF> <exclude> options are applied.
>
> This is the "is <src> a Path or a FileSet" question we had some weeks
> ago. Think we just forgot to come to a conclusion.
>

It is a bit like asking whether light is a wave or a particle :-). I think
the src attribute is closer to a path at present.

I think what Jose Alberto is trying to achieve is very risky. Even if he can
convince ant to select the right files, the compiler will still be using the
sourcepath and may pick up other files from the wrong path.

Conor

Reply via email to