On Fri, 22 Mar 2002, Diane Holt <[EMAIL PROTECTED]> wrote: > Now that <javac> has a 'compiler' attribute, couldn't you allow that > to take a full path to the compiler when fork="yes"?
We could, yes. Then the rules would be * compiler is the name of the compiler adapter to use unless fork has been specified. * compiler is the name of the executable if fork is used. Which would again be overloading an attribute with two meanings. Put that together with <compilerarg ... compiler="extJavac" /> which you'd have to use in forked execution ... I think a new attribute would be better. I'll implement it that way and we can merge them to a single attribute if this should turn out to be consensus. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
