DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Import code
- fetch all cws : http://svn.apache.org/viewvc/incubator/ooo/trunk/tools/dev/fetch-all-cws.sh?view=log
- migrate to svn : svn import experience so far
Build
Ensure building works:
- For each relevant platform (likely a subset of Linux x86 aka
unxlngi6, Linux x86_64 akaunxlngx6, Mac OS X x86 akaunxmacxi, Solaris x86 akaunxsoli4, Solaris SPARC 32-bit akaunxsols4, Windows x86 akawntmsci12), more-or-less precisely state a build environment (compiler tool chain, external headers and libraries, etc.) and a (preferably short) list ofconfigurearguments that lead to a successful build.
Test
Ensure "developer tests" (intended to be executed at build-time) work:
- Ensure the smoke test works by issuing the
build --allcommand from modulesmoketestoo_native.
- Ensure the subsequent tests (see http://wiki.services.openoffice.org/wiki/Test_Cleanup#subsequenttests) work by issuing command
subsequenttests(there might be spurious failures, see http://wiki.services.openoffice.org/wiki/Test_Cleanup#unoapi_Tests_2; in such cases, repeated calls ofsubsequenttestsshould eventually succeed).
- Ensure that there are no regressions in the warning-free-ness of the code via
configure --enable-werror.
Ip clearance
- list of incompatible : TODO : link to file in svn