i'm using ant 1.7.0 and antunit to integration test a antlib task. the tests are factored into separate build scripts. these run fine individually but i'd like to include them in a comprehensive build-and-test target in a master build file.
ATM i'm using exec to call ant so that i can pass a -lib setting on the command line since i can't work out how to persuade ant to load additional antlib's. is this possible? if so, how? if not, what's the best way to include antunit integration tests? - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]