Hi all,
I'm working on converting an Internet2 ant project (ldappc) to Maven.
(I can't stand ant.) The project interacts with two databases and an
LDAP directory. Specifically, it provisions certain attributes in LDAP
from the databases.
The test suite uses a user-supplied LDAP directory and two HSQL
databases. It would be nice if before running the tests Maven could
start up the databases from initial settings and make sure LDAP was
running on localhost. Then it would be nice if it could shut down the
databases and (possibly) LDAP after all the tests have been run.
I can easily see via standard JUnit processes how to do this for each
test, but I'd prefer to do it globally.
Any ideas?
-K
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]