On Sun, 24 Aug 2003, Dean Hiller <[EMAIL PROTECTED]> wrote:

> I am writing a new task that happens to wrap javac and call it a few
> times.  Is there any way to clear the FileSet?

javac doesn't use a FileSet at all, or it uses a fresh FileSet for all
<src> and srcdir entries - depends on how you look at it.

> Short story is I want to reuse the same javac with all the same
> parameters compiling a different fileset each time.

Compiling a different src directory?

> Maybe it would be ok to put a public clearFileSet in
> MatchingTask.java???

That would only affect the include/exclude patterns but nothing else.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to