On 6/14/12 3:19 PM, Ariel Constenla-Haile wrote: > On Thu, Jun 14, 2012 at 11:26:49AM +0200, Jürgen Schmidt wrote: >> On 6/14/12 7:45 AM, Zhe Liu wrote: >>> Hi all, >>> I plan to setup several testing machines (including Windows, Ubuntu, >>> Suse, Redhat, Mac OS X) to perform daily build verification testing on >>> our daily build (placed on >>> http://ci.apache.org/projects/openoffice/install/). The testing is >>> automated with script. I need a command to install AOO silently on >>> windows. Anybody know it? In addition, there is no mac build on >>> buildbot. Does anybody work on it? >>> >>> >> we should keep in mind that the build bot builds are without category-b >> and not equal with the binary builds that we have release. > > category b is enabled in the three build boots, see below. > >> There is a feature gap between both that should be taken into account >> for testing. > > The most important difference is with the Win boot, it disables ATL and > ActiveX.
oh good to know I have missed this. But why have we disabled ATL and ActiveX? Should we try to make it working on the build bots? Juergen > > > > http://ci.apache.org/builders/aoo-win7/builds/195/steps/shell_2/logs/stdio > ./configure > --enable-verbose > --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 > > '--with-cl-home=/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC' > --with-jdk-home=/cygdrive/c/PROGRA~1/Java/jdk1.6.0_30 > '--with-psdk-home=/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1' > '--with-directx-home=C:\PROGRA~1\Microsoft DirectX SDK (June 2010)' > --with-ant-home=/cygdrive/c/ant > --disable-build-mozilla > --with-mozilla-build=/cygdrive/c/mozilla-build > --without-junit > --disable-atl > --disable-activex > --enable-category-b > --enable-minimizer > --enable-presenter-console > --enable-wiki-publisher > --enable-bundled-dictionaries > --with-build-version=Rev.1349631M > > > http://ci.apache.org/builders/openoffice-linux32-nightly/builds/160/steps/shell/logs/stdio > ./configure > --with-jdk-home=/usr/lib/jvm/java-6-openjdk-i386 > --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz > --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 > > --enable-verbose > --enable-category-b > --enable-minimizer > --enable-presenter-console > --enable-opengl > --enable-dbus > --enable-gstreamer > --disable-binfilter > --with-package-format="deb rpm" > --with-build-version="2012-06-13_04:25:11-Rev.1349631" > > > http://ci.apache.org/builders/openoffice-linux64-nightly/builds/253/steps/compile_2/logs/stdio > ./configure > --with-jdk-home=/usr/lib/jvm/java-6-sun > --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz > --enable-verbose > --enable-category-b > --enable-minimizer > --enable-presenter-console > --enable-wiki-publisher > --enable-opengl > --enable-dbus > --enable-gstreamer > --enable-bundled-dictionaries > --with-package-format="installed rpm deb" > --with-build-version="2012-06-14_04:11:31 - Rev. 1350083" > > > Regards >
