I've got a project that includes JUnit tests that use JDBC to talk to a database.
The test run fine if I include the appropriate JDBC driver jar in the dependencies in project.xml. However not all of the developers use the same database, so I need to include all of the possible drivers in the dependencies. Can anyone suggest a way of specifying the necessary jar(s) locally, so that I can keep them out of the project.xml? Richard -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
