Hi Rafael, It works fine for me, but:
be sure that the arguments get through into your file-entities.php (e.g. "./script/file-entities.php" + "." + "es"). If not, you get except the install-part (which is handled separately) only file-entities pointing to */en/* (in chapters.ent), which makes an almost completely english manual. Stay with commands in the configure, like "php -q ./scripts/file-entities.php . es" instead of e.g. "php -c /mypathto/php.ini -q ./scripts/file-entities.php . es" (which would be made out of it by the php.bat on win). Hope this helps, Thomas Rafael Martinez wrote: > Today after my last checkout of phpdoc-es, the generation of the manual > has stopped working. > > I used to get a list of all the files that exist in the english > version and not in the spanish, before the files missing-entities.ent and > missing-ids.xml where created. Now I get this when I run > ./configure --with-lang=es (as you can see no report of all the files > missing) > ____________________________________________ > file versions > configure.in,v 1.150 > Makefile.in,v 1.117 > configure options: --with-lang=es > > checking for php... /usr/local/bin/php > checking php version... 4.2.1 ok > checking for openjade... /usr/bin/openjade > checking for nsgmls... /usr/bin/nsgmls > checking for java... no > configure: WARNING: no JAVA binary found > checking for docbook.dsl... autodetected: /usr/share/sgml/docbook/dsssl-stylesheets > checking for docbook.xsl... not found > checking for manually specified docbook.xsl... not found > checking for PHP source path... no > checking for ZendAPI... not found > checking for chmonly inclusion... disabled (default) > checking for language... es > checking for treesaving... saving trees: #f > configure: creating ./config.status > config.status: creating ./RFC/manual.xml > config.status: creating ./Makefile > config.status: creating ./chmonly.xml > config.status: creating ./installpart.xml > config.status: creating ./manual.xml > config.status: creating ./reserved.constants.xml > config.status: creating ./dsssl/common.dsl > config.status: creating ./dsssl/howto.dsl > config.status: creating ./dsssl/html-locale.dsl > config.status: creating ./dsssl/html.dsl > config.status: creating ./dsssl/install.dsl > config.status: creating ./dsssl/phpweb.dsl > config.status: creating ./dsssl/print.dsl > config.status: creating ./dsssl/quickref.dsl > config.status: creating ./entities/version.ent > config.status: creating ./scripts/missing-entities.sh > config.status: creating ./xsl/bightml.xsl > config.status: creating ./xsl/html.xsl > config.status: creating ./xsl/htmlhelp-db.xsl > config.status: creating ./xsl/htmlhelp.xsl > config.status: creating ./xsl/phpweb.xsl > config.status: creating ./xsl/print.xsl > creating entities/chapters.ent > Zend part not found > CHM inclusion disabled > Using install.xml in language dir > creating entities/missing-entities.ent and entities/missing-ids.xml > _________________________________________________ > > What is happening? Anybody with the same problem? > > Sincerely > Rafael Martinez