How can JUnit be used in an ANT script (inside the IDE AND from a standalone OS prompt) to run tests against code that needs container services such as WS deployment and / or persistence ejb's. ie: perhaps all that is available to test against is the WAR / EAR file(s)
Anyone have some build scripts to share?