Montag März 02, 2009 To be able to open a CWS for testautomation, you do not need to checkout everything from svn repository.
(As an example I used Mac OS X 10.4 PPC)
Create a new directory and go on with:
mkdir DEV300_m38
cd $_
svn checkout svn+ssh://svn@svn.services.openoffice.org/ooo/tags/DEV300_m38/config_office
svn checkout svn+ssh://svn@svn.services.openoffice.org/ooo/tags/DEV300_m38/solenv
svn checkout svn+ssh://svn@svn.services.openoffice.org/ooo/tags/DEV300_m38/dmake
svn checkout svn+ssh://svn@svn.services.openoffice.org/ooo/tags/DEV300_m38/moz
Now go into directory config_office and type ./configure with some switches from:
http://wiki.services.openoffice.org/wiki/AquaBuild#One-Time_preparations_and_scripts
When finished without errors, go up one level and type:
./bootstrap
After that do:
source MacOSXPPCEnv.Set.sh
There should now be the cws command available:
cws help
(Maybe you need to tweak your config a little: http://wiki.services.openoffice.org/wiki/CWS#cws_config_file_.28.cwsrc.29 )
cws create DEV300 tbo04
creates the CWS in the EIS database, but does not change something on your harddisk.
You are now able to start getting your needed testautomation files:
mkdir testautomation
cd $_
svn checkout svn+ssh://svn@svn.services.openoffice.org/ooo/cws/tbo04/testautomation/global
svn checkout svn+ssh://svn@svn.services.openoffice.org/ooo/cws/tbo04/testautomation/YOUR_WANTED_MODULE
Now you are able to begin your work by changing the files to testautomation.
Page Hits heute: 17