Where's the problem running 'make phpweb' once or twice a month. I built the german manual today. Where should I send it? If needed, I'll build it every two weeks.
The problem is that too many formats need to be built for too many languages, and this makes the build server run on 100% processor load for days. As we have no dedicated build server, this is not acceptable, the same server is unable to do anything else while the manuals are generated.
The load on the build server won't be affected very much if the build process is running on other machines.
Yes. But your first sentence implied that you don't understand what is the problem with running phpweb builds automatically (which I interpreted as running on the build machine).
I guess you would suggest that the build should be modified to only generate phpweb versions, and nothing else... Noone bothered to make this modification yet, and I am not convinced that this would mean a restart for the automatic generation...
No. Why have everything build on one machine. Think about Mehdi's suggestion (and SETI... ;-). As well as with translation itself just leave building and testing to the translation teams.
I'll start a new thread on this, to clean things up in thread supporting mail readers.
BTW, can I ignore these warnings or should I adapt the Makefile and/or build scripts:
<b>Warning</b>: file("./entities/global.ent") - No such file or directory in <b>/home/martin/phpdoc-de/scripts/phpweb-entities.php</b> on line <b>51</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/martin/phpdoc-de/scripts/phpweb-entities.php</b> on line <b>55</b><br /> /usr/bin/php4 -q ./scripts/rtlpatch/hackmanuallang.php de <br /> <b>Warning</b>: Undefined index: SCRIPT_NAME in <b>/home/martin/phpdoc-de/scripts/rtlpatch/hackmanuallang.php</b> on line <b>32</b><br />
You have an incorrect checkout of phpdoc, which causes the first two warnings. You should check out phpdoc then cd phpdoc and then checkout phpdoc-de-dir (which means there should not be any phpdoc-de dirname in the path), so I am sure you have done a wrong checkout. If you check things out as suggested in the howto, things will get better. If you find problems in the build process, post them here again, and we will see.
Goba
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php