To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106976
User mba changed the following:
What |Old value |New value
================================================================================
Target milestone|--- |OOo 3.3
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Tue Nov 17 14:16:46 +0000
2009 -------
For the time being I decided to built upon the "source config" feature.
I have created a new module named "splitbuild". It contains some module lists
that define the single "super modules". The build.lst of the "splitbuild" module
contains a script (bm, for "build modules") that gets the name of a list file as
parameter, feeds its content into source_config and then starts a build with
"build --all", passing some more parameters to build.pl.
A single super module is built by calling ". bm supermodule.lst". The exact list
of super modules and their content may be changed later on, currently the
following steps will create a full OOo build:
. bm start.lst
. bm extern.lst
. bm uno.lst
. bm common.lst
. bm gui.lst
. bm framework.lst
. bm toplevel.lst
. bm content.lst
. bm binfilter.lst
. bm base.lst
. bm calc.lst
. bm draw.lst
. bm writer.lst
. bm build.lst
optional:
. bm extensions.lst
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]