On this page you describe how to use the Recorder:
http://swtbot.sourceforge.net/experimental/recorder.html
java -cp <your class path> net.sf.swtbot.recorder.ui.Main
com.example.your.MainClass -your -program arguments
I tried to use this with RCP applications, but with no quick success, none at
all to be honest.
Of cource I then have to use a special kind of starting the RCP application.
When I run the application in Debug mode and look at the properties of the
stack trace in the debug view, I see how Eclipse 3.3 starts an RCP application:
javaw.exe -classpath
C:\eclipse_3.3.2\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
org.eclipse.equinox.launcher.Main -launcher C:\eclipse_3.3.2\eclipse -name
Eclipse -showsplash 600 -product org.rcpmail.product -data
D:\workspace\eclipse_3.3.2/../runtime-org.rcpmail.product -configuration
file:D:/workspace/eclipse_3.3.2/.metadata/.plugins/org.eclipse.pde.core/org.rcpmail.product/
-dev
file:D:/workspace/eclipse_3.3.2/.metadata/.plugins/org.eclipse.pde.core/org.rcpmail.product/dev.properties
-os win32 -ws win32 -arch x86 -nl de_DE
I tried to modify that according to the example for SWT applications, but as I
wrote, with now success.
So I just want to ask does it work to use the Recorder for RCP applications
right now? If yes, how
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
SWTBot-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse