ReferencePlatforms/UnitTestOnly/XP: Difference between revisions

No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 32: Line 32:
=Fix %PATH%=
=Fix %PATH%=
Control Panel -> Advanced -> Environmental Variables -> append  
Control Panel -> Advanced -> Environmental Variables -> append  
  C:\Python25;C:\Python25\Scripts;C:\mozilla-build\msys\bin;C:\mozilla-build\wget
  C:\Python25;C:\Python25\Scripts;C:\mozilla-build\msys\bin;C:\mozilla-build\info-zip;C:\mozilla-build\wget;C:\mozilla-build\hg
to the PATH system variable
to the PATH system variable


Line 38: Line 38:
  hg clone http://hg.mozilla.org/build/buildbot
  hg clone http://hg.mozilla.org/build/buildbot
  cd buildbot
  cd buildbot
hg up -C --rev 53
  python setup.py build
  python setup.py build
  python setup.py install
  python setup.py install
Line 45: Line 46:
  mkdir \builds\slave
  mkdir \builds\slave
  cd \builds\slave
  cd \builds\slave
=Make start.bat=
create a file in \builds called 'start.bat' and put in the contents of
buildbot start \builds\slave
create a shortcut to this batch file in Start->Prog. Files->Start.  Right click this shortcut -> properties -> run: 'minimized' -> OK
=Enable Autologin=
http://support.microsoft.com/kb/315231
=Issues=
PGORT80.DLL is not found when trying to run XPCShell Tests
Confirmed users
1,377

edits