On Wed, 16 Jan 2002, Dan Rollo <[EMAIL PROTECTED]> wrote: > I'm running unit tests using the junit task. Some tests need > specific directories on the environment path (like native dll's for > a JDBC driver).
Sorry, right now you cannot set environment variables in forked <junit> or <java> tasks (at least the later is on my TODO list). You're only option probably is to run the junit tests that need the special environment via <exec> or to adapt your environment before running Ant (if that is possible at all). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
