https://bz.apache.org/ooo/show_bug.cgi?id=81637
--- Comment #7 from Ariel Constenla-Haile <[email protected]> --- (In reply to Driss from comment #6) > /source/aoo-trunk/main/solver/420/unxlngx6.pro/workdir/SrsPartTarget/svtools/ > source/contnr/ > what does this file do? The solver is where all build artifacts go. In modules based on the old dmake build environment, things are built inside the module, and delivered to the solver. For example, sc. cd trunk/main/sc build deliver "build" output is in sc/unxlngx6.pro "deliver" copies the output to the solver, following the rules in sc/prj/d.lst In modules based on the newer gmake build environment, things are built on the solver, in the folder solver/<420>/<unxlngx6.pro>/workdir/ What you can find in main/solver/420/unxlngx6/workdir/SrsPartTarget/svtools/source/contnr/fileview.src is the file from the source tree after some processing by the different build tools (the identifier is replaced by a numeric value, translation are merged, etc.) You don't need to touch that file, as it the result of running make inside svtools. -- You are receiving this mail because: You are on the CC list for the issue.
