Eric Redmond wrote: > On a more general note - the tcbuild plugin is only used for running > integration tests... when i get the "mvn test" stuff working and > checked in, each project will compile/unit test via their respective > JDKs (no more profile-based compilation). BTW, Eric, not sure if you know that, but we need to be able to run certain unit tests on Sun's 1.4 - 1.6 and IBM's JVM's (1.5 only). General rule, if project has 1.4 level, tests are running on 1.4 1.5 and 1.6, and if it has 1.5 level - it runs on 1.5 and 1.6, etc.
Tests for spring modules need to run with different versions of Spring (usually latest 1.2.x and 2.x) In-container tests runs on variety of containers - Tomcat 5.0, 5.5, etc, Jetty, Weblogic 8.1, and few others regards, Eugene _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
