Hi, On Thu, Nov 5, 2009 at 10:12 AM, Ian Boston <[email protected]> wrote: > Is it possible to run just one of the tests in the launchpad/testing project > ? > I have tried mvn -Dtest=**/PrefixTest.java but I get a whole bunch of errors > when the testing webapp doesnt start up.
Yes it's possible, but you need to start the Sling instance separately - start one instance with mvn jetty:run, and the other with mvn test and the test selectors. See launchpad/testing/README.txt or catch me at ApacheCon! -Bertrand
