On Tue, 4 May 2004, Vincent Massol <[EMAIL PROTECTED]> wrote: > I've talked to Stefan and he's very open to work with us,
he is 8-) And he's been subscribed to maven-dev for many months. > - lifecycle IF (that can be solved easily by saying all tasks are > thread safe) This should be true for Ant tasks since they could get nested into <parallel>s, but I wouldn't bet on it. The way <parallel> works in Ant, you'd still have one task instance per thread which makes static stuff the major concern in Ant. > - classloading IF (that can be solved by having a > setClassLoader(ClassLoader) as this IF already exists in the JDK Probably the part that would require most changes inside Ant if you want to reuse tasks as a whole. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]