1. Platform
 * Windows 2000 SP4 Japanese version
 * OOo 2.1RC2 Japanese version with JRE

2. How to obtain OS
>From MSDN, bootable ISO image of Windows 2000 SP4.

3. Installation of OS inside the vmware player
 * creation of HDD image
   From command prompt, at C:\Program Files\qemu-0.8.2-windows:
   > qemu-img create -f vmdk win2kja.vmdk 10G
 * creation of win2kja.vmx 

config.version = "8"
virtualHW.version = "3"

displayName = "Windows 2000 Japanese"
guestOS = "win2000pro"
memsize = "256"
usb.present = "FALSE"
floppy0.present = "FALSE"
sound.present = "TRUE"
sound.virtualdev = "es1371"

ethernet0.present = "TRUE"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = ""
ethernet0.generatedAddressOffset = "0"
ethernet0.connectionType = "bridged"

ide0:0.present = "TRUE"
ide0:0.fileName = "win2kja.vmdk"
ide0:0.deviceType = "disk"
ide0:0.startConnected = "TRUE"
ide0:0.redo = ""

ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"

ide1:1.present = "TRUE"
ide1:1.fileName = "auto detect"
ide1:1.deviceType = "cdrom-raw"

 * follow instruction of p.40 of Guest OS installation guide
 http://www.vmware.com/pdf/GuestOS_guide.pdf
 http://www.vmware.com/support/pubs/player_pubs.html
 I allocated Y: for iso image mount drive at the host OS, thus this is 2nd 
CD/DVD-ROM drive.
 So, to boot Win 2k install program from CD-ROM image via daemon tool,
 I disconnected 1st CD-ROM at boot time when the vmware player started. 
Otherwise
 win2k installation program doesn't boot.

 * installation of vmware tools
 Get windows.iso from vmware server, mount windows.iso via daemon tool,
 and install.

4. Update the OS.
via Windows update, updated to up to date Windows 2000.

5. OS specific settings; disabling screen saver and some tips.

* C:\work has been created.
* Show all files and folders.
 o エクスプローラー->ツール->フォルダオプション->表示-ファイルとフォルダの表示->
   全てのファイルとフォルダを表示する : にチェックを入れた
 o Translated from Japanese (may be wrong :)
  Explorer->Tool->Folder option ->show ->files and folders->
  Not show extension that is registered.

* Show the extensions even they are registrated
 o エクスプローラー->ツール->フォルダオプション->表示-ファイルとフォルダの表示->
   登録されている拡張子は表示しない : にチェックを入れた
 o Translated from Japanese (may be wrong :)
  Explorer->Tool->Folder option ->show ->files and folers->
  check Show All files and folders
* Screen saver has been disabled.
 o コントロールパネル->デスクトップの表示とテーマ->スクリーンセーバーを選択する
  ->スクリーンセーバー->(なし) 
 o Translated from Japanese (may be wrong :)
  Control Panel -> Desktop theme and display -> Choose Screen saver->
  ->Screen saver ->(none)
* Energy saving
  -> all set to (none)

* Downloads and installtions.
OOo
http://oootranslation.services.openoffice.org/pub/OpenOffice.org/2.1.0rc2/OOo_2.1.0rc2_20061130_Win32Intel_install_ja_wJRE.exe
QA scripts
ftp://ftp.ooodev.org/pub/qa/qatesttool_ooo201_20062311.tgz

* Verification of MD5SUM
done
* Installation of OOo
done as usual

* Preparation of QA tools
C:\Document and Settings\<User name>\Application Data\testtool.ini
has been created like following.
[Misc]
ServerTimeout=100000
StopOnSyntaxError=0
AutoReload=0
AutoSave=0
CurrentProfile=_profile_testtool
ScriptFontName=Courier
ScriptFontStyle=normal
ScriptFontSize=12

[Path]
BaseDir=
LogBaseDir=
HIDDir=

[GUI Platform]
Current=500
All=500

[WinGeom]
WinParams=228,124,802,620;1;0,0,0,0;

[OooProgramDir]
Current=C:\Program Files\OpenOffice.org 2.1
All=C:\Program Files\OpenOffice.org 2.1

[_profile_testtool]
LogBaseDir=C:\work\qa\qatesttool\errorlog
BaseDir=C:\work\qa\qatesttool
HIDDir=C:\work\qa\qatesttool\global\hid
AutoReload=0
AutoSave=0
StopOnSyntaxError=0
*.bas=C:\work\qa\qatesttool\framework\first

[LRU]
MaxLRU=4
LRU1=C:\work\qa\qatesttool\framework\first\first.bas

[Communication]
Host=localhost
TTPort=12479
UnoPort=10241

[Crashreporter]
UseProxy=false
ProxyServer=none
ProxyPort=8080
AllowContact=false
ReturnAddress=

[Misc]
ServerTimeout=4500
StopOnSyntaxError=0
AutoReload=0
AutoSave=0
CurrentProfile=_profile_testtool
ScriptFontName=Courier
ScriptFontStyle=normal
ScriptFontSize=12

* extract qatesttoo

extracted qatesttool at C:\work... C:\work\qa\qatesttool

Applied following diff for ooo_releasetests.bat
/work/qa/qatesttool/script/win32/ooo_relesetests.bat
--- qa/qatesttool/script/win32/ooo_releasetests.bat        Mon Oct 16 20:22:45 
2006
+++ qa/qatesttool/script/win32/ooo_releasetests.bat        Sun May 28 19:34:33 
2006
@@ -59,10 +59,10 @@

 rem set location of TestTool
 rem (full path including executable 'testtool')
-set tool="C:\qatesttool\bin\win32\testtool.exe"
+set tool="C:\Program Files\OpenOffice.org 2.1\program\testtool.exe"

 rem set path to directory which contains directory 'qatesttool'
-set work="C:\qatesttool\scripts"
+set work="C:\work\qa"

 %tool% -run %work%\qatesttool\framework\first\first.bas
 %tool% -run %work%\qatesttool\global\tools\closeoffice.bas

4. QA test
o Make sure that quick start is not active (you can verify by
  no seagull small icon at the right bottom of your screen)
o removed C:\work\qa\qatesttool\errorlogs\*res (if present)
o removed C:\Document and Settings\<UserName>\Application Data\OpenOffice.org2 
(if present)
o Double click C:\work\qa\qatesttool\script\win32\ooo_releasetests.bat

5. Summary
QA tacker URI for JA QA. 
* http://www.openoffice.org/issues/show_bug.cgi?id=71978
* all res files are zipped as 
http://www.openoffice.org/nonav/issues/showattachment.cgi/41121/errorlog+OOo21+w2k+wJRE.zip
*                      errors  warnings  warning during initialization
------------------------------------------------
b_updt.res                  0      0     0 
c_updt.res                  0      2     0
ch_updt.res                 0      0     0 
d_updt.res                  1      1     0
f_updt_help.res             0      0     0 
f_updt_pkgmgr.res           0      0     0
f_updt_spadmin.res          0      0     0
f_updt_templates.res        0      4     0
f_updt_windowfuncs.res      0      0     0 
first.res                   0      0     0
gallery.res                 1      5     0
i_updt_1.res                0      0     0
i_updt_2.res                1      1     0
m_updt.res                  0      0     0
ma_updt.res                 0      0     0
oasis_graphics_update.res   0      0     0
topten.res                  0      0     0
w_updt.res                  0      0     0
ww_updt.res                 0      0     0
xforms_updt.res             0      0     0
------------------------------------------------
-- NAKATA, Maho ([EMAIL PROTECTED])

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to