On Tue, 23 Apr 2002, Raju Saripalli <[EMAIL PROTECTED]> wrote: > Is there a way of elminating the inclusion of the classpath of the > process which actually started the initial Ant build?
It depends on the task. <javac> has includeantruntime for this. A more general solution is the magic build.sysclasspath property, see <http://jakarta.apache.org/ant/manual/sysclasspath.html> - setting it to ignore will probably do what you want but may have unwanted side effects, give it a try. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>