In the debug view of Eclipse I can see how Eclipse starts it:
java.exe -classpath
D:\workspace\eclipse_3.3.2\com.daimler.ppg.rcp.builder\build\temp\target\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
org.eclipse.equinox.launcher.Main -os win32 -ws win32 -arch x86 -nl de_DE
-version 3 -port 1795 -testLoaderClass
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestLoader -loaderpluginname
org.eclipse.jdt.junit.runtime -testNameFile
C:\DOKUME~1\markovze\LOKALE~1\Temp\testNames20588.txt -application
net.sf.swtbot.eclipse.ui.swtbottestapplication -product org.rcpmail.product
-data D:\workspace\eclipse_3.3.2/../junit-workspace -configuration
file:D:/workspace/eclipse_3.3.2/.metadata/.plugins/org.eclipse.pde.core/pde-junit/
-dev
file:D:/workspace/eclipse_3.3.2/.metadata/.plugins/org.eclipse.pde.core/pde-junit/dev.properties
-pdelaunch -os win32 -ws win32 -arch x86 -nl de_DE -testpluginname
org.rcpmail.test
If I execute this, then the org.rcpmail client is started, but no tests are run
over it. It would be easy to convert such a commandline statement to an Ant
script, but the tests are not run over the client.
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
SWTBot-users mailing list
SWTBot-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse